Skip to content

Random notes for admins

mtwebit edited this page Oct 22, 2019 · 1 revision

Select your target directory carefully.

Consider what services will be needed. They may require tens of gigabytes of free space (e.g. the Cloud Storage module).

Listing available and running services

Run the deployment tool or list the running/deployed containers using

docker ps
docker ps -a

You can easily stop, remove or reinstall services.

To 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.

Managing users

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.

Clone this wiki locally