webapp-tools/webapp_admin
2019-05-02 13:53:05 +02:00
..
README.md Change readme example 2019-03-11 10:28:24 +01:00
webapp_admin.py Check for version number and only complain about PYopenSSL een dotty_dict when it's needed 2019-05-02 13:53:05 +02: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

If you want to make a change for all users pass the --all-users parameter. Example:

python3 webapp_admin --all-users --icons Breeze

Dependencies

  • python3
  • python-kopano
  • python-mapi
  • OpenSSL
  • dotty_dict