2019-02-06 12:57:17 +01:00
|
|
|
# WebApp Admin
|
|
|
|
|
2019-07-11 15:28:41 +02:00
|
|
|
>**Always make a backup of the user settings and test the new settings afterwards**
|
2019-02-06 12:57:17 +01:00
|
|
|
|
|
|
|
WebApp admin is a command-line interface to modify, inject and export WebApp settings.
|
|
|
|
|
|
|
|
# Example Usage
|
|
|
|
|
2019-09-12 12:00:34 +02:00
|
|
|
Overview of all options:
|
|
|
|
> python3 webapp_admin -h
|
|
|
|
|
2019-02-06 12:57:17 +01:00
|
|
|
Reset WebApp settings
|
|
|
|
> python3 webapp_admin -u john --reset
|
|
|
|
|
|
|
|
Change free/busy to 36 months
|
|
|
|
> python3 webapp_admin -u john --free-busy=36
|
|
|
|
|
2019-03-11 10:28:24 +01:00
|
|
|
If you want to make a change for all users pass the --all-users parameter. Example:
|
|
|
|
> python3 webapp_admin --all-users --icons Breeze
|
2019-02-06 15:11:53 +01:00
|
|
|
|
2019-02-06 12:57:17 +01:00
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
- python3
|
|
|
|
- python-kopano
|
|
|
|
- python-mapi
|
|
|
|
- OpenSSL
|
2019-03-11 10:28:24 +01:00
|
|
|
- dotty_dict
|
2019-06-25 16:03:28 +02:00
|
|
|
|
2019-09-12 12:00:34 +02:00
|
|
|
For debian 10 python3-pkg-resources is required
|
2019-08-13 16:38:14 +02:00
|
|
|
|
2019-06-25 16:03:28 +02:00
|
|
|
# License
|
|
|
|
|
2019-08-13 16:38:14 +02:00
|
|
|
licensed under GNU Affero General Public License v3.
|