8000 Application home · rbw/redap Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Application home

Robert Wikman edited this page Jun 28, 2018 · 7 revisions

Installing the Redap container provides you with an application home in ~/.redap containing its database, settings, logs and helper scripts.

~/.redap
│
├── logs
│   ├── application.log (Redap application logs)
│   └── requests.log (Nginx request logs)
├── certs (SSL keys)
│   ├── cert.crt
│   └── cert.key
├── scripts
│   ├── keys.sh (Redap API key CLI)
│   └── manage.sh (Shortcut for performing docker operations on the container)
└── settings
    ├── core.yaml (Redap core settings)
    ├── group.yaml (Group schema overrides)
    ├── ldap.yaml (LDAP client settings)
    └── user.yaml (User schema overrides)
Clone this wiki locally
0