-
Notifications
You must be signed in to change notification settings - Fork 1
Random notes for admins
Consider what services will be needed. They may require tens of gigabytes of free space (e.g. the Cloud Storage module).
Run the deployment tool or list the running/deployed containers using
docker ps
docker ps -aTo stop a service use "docker stop ...". To remove it: "docker rm ...". The Web proxy automatically reconfigures itself.
If you remove a container no data will be lost as config and data files will not be removed (it is always a good idea to create backups though).
If you wish to enable the service again run the deployment tool and install it.
All configuration and data files are stored in your target directory and they'll be reused during subsequent installations. This includes files, LDAP users and databases as well.
The system provides an LDAP service to manage groups and users across all services with LDAP support.
In order to add new groups or users run the deployment tool and select the LDAP service.
User passwords can be changed (by admins or users) using the Storage or the Web terminal service.