webapp-tools/webapp_admin/README.md

24 lines
601 B
Markdown
Raw Normal View History

2019-02-06 12:57:17 +01:00
# WebApp Admin
>**This tool is under contruction. Use caution on a live server. Always make a backup of the user settings and test first before modifing**
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-02-06 15:11:53 +01:00
If you want to make a change for all users don't pass the user parameter. Example:
> python3 webapp_admin --icons Breeze
2019-02-06 12:57:17 +01:00
# Dependencies
- python3
- python-kopano
- python-mapi
- OpenSSL
- dotty_dict