-
Notifications
You must be signed in to change notification settings - Fork 1
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)