webapp-tools/webapp_admin/README.md

28 lines
623 B
Markdown
Raw Normal View History

2019-02-06 12:57:17 +01:00
# WebApp Admin
>**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
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
# License
licensed under GNU Affero General Public License v3.