Add modules required for web portal

This commit is contained in:
Matthew Wild 2021-01-22 12:39:07 +00:00
parent 280fabb652
commit 2d64f7be49
2 changed files with 8 additions and 1 deletions

View File

@ -88,6 +88,11 @@ modules_enabled = {
"easy_invite";
"watchregistrations";
"firewall";
-- For the web portal
"http_oauth2";
"http_admin_api";
"rest";
}
registration_watchers = {} -- Disable by default

View File

@ -97,7 +97,9 @@
- mod_firewall
- mod_turncredentials
- mod_admin_notify
- mod_http_oauth2
- mod_http_admin_api
- mod_rest
- name: Install Bootstrap and JS libs
apt: