1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

AWStats + Calibre-Web + Gitea + Kiwix + Munix W/O Apache

This commit is contained in:
root 2021-07-06 17:59:07 -04:00
parent 654bff5bbe
commit 1dfd80af19
24 changed files with 69 additions and 132 deletions

View file

@ -15,13 +15,18 @@
1. These support "Native" NGINX but ***NOT*** Apache
* Admin Console
* awstats
* calibre-web
* captiveportal
* gitea
* IIAB documentation (http://box/info)
* jupyterhub
* kiwix
* kolibri
* lokole
* mediawiki
* moodle
* munin
* nextcloud
* nodered
* OER2Go/RACHEL modules
@ -32,11 +37,7 @@
2. These support "Native" NGINX ***AND*** Apache, a.k.a. "dual support" for legacy testing (if suitable "Shims" from *Section iii.* below are preserved!) Both "Native" NGINX and "Shim" proxying from NGINX to Apache port 8090 *cannot be enabled simultaneously* for these IIAB Apps/Service:<!--But if you want to attempt their "Shim" proxying legacy testing mode, try setting your *primary web server* to Apache using `apache_install: True` and `apache_enabled: True` (and `nginx_enabled: False` to disable NGINX) in [/etc/iiab/local_vars.yml](http://wiki.laptop.org/go/IIAB/FAQ#What_is_local_vars.yml_and_how_do_I_customize_it.3F) before you install IIAB. You may also need to run `cd /opt/iiab/iiab; ./runrole httpd` since this has been removed from [roles/3-base-server/tasks/main.yml](https://github.com/iiab/iiab/blob/master/roles/3-base-server/tasks/main.yml)-->
* awstats
* calibre-web
* gitea
* kiwix
* munin
* NONE: Apache support is being fully removed starting 2021-07-06.
3. These support Apache but ***NOT*** "Native" NGINX. They use a "Shim" to [proxy_pass](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) from NGINX to Apache on port 8090. See [roles/3-base-server/tasks/main.yml#L11](../3-base-server/tasks/main.yml#L11) for a list of ~6 IIAB Apps/Services that auto-enable Apache.