1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/nginx/README.md

42 lines
1.7 KiB
Markdown
Raw Normal View History

### Transition to NGINX
2020-01-11 17:48:09 +00:00
2020-01-23 23:10:53 +00:00
1. Initial testing strategy is to move NGINX to port 80, and proxy everything to Apache on port 8090 — creating "Shims" for each IIAB app/service/playbook in *Section iii.* below.
Until "Native" NGINX is later implemented for that IIAB app/service/playbook — allowing it to move up to *Section ii.* below.
And potentially later moving it up to *Section i.* if its Apache support is dropped!
2020-01-12 06:57:00 +00:00
2020-01-11 17:48:09 +00:00
2. Without PHP available via FastCGI, any function at all for PHP-based applications validates NGINX.
2020-01-12 06:57:00 +00:00
2020-01-23 23:10:53 +00:00
3. Current state as of 2020-01-23...
2020-01-12 06:57:00 +00:00
2020-01-23 23:10:53 +00:00
1. Supports "Native" NGINX but ***NOT*** Apache
2020-01-11 17:59:05 +00:00
* Admin Console
2020-01-23 23:10:53 +00:00
* captiveportal
2020-01-11 17:48:09 +00:00
* osm-vector-maps
2020-01-23 23:10:53 +00:00
* RACHEL-like modules
2020-01-11 17:48:09 +00:00
* usb-lib
2020-01-12 06:57:00 +00:00
2020-01-23 23:10:53 +00:00
2. Supports "Native" NGINX ***AND*** Apache, a.k.a. "dual support" for legacy testing, which can be attempted by setting 'nginx_enabled: False' in /etc/iiab/local_vars.yml (if "Shims" from *Section iii.* below are preserved!)
* awstats
2020-01-11 17:48:09 +00:00
* calibre-web
* gitea
2020-01-23 23:10:53 +00:00
* kiwix
2020-01-11 17:48:09 +00:00
* kolibri
2020-01-23 23:10:53 +00:00
* mediawiki
* munin
2020-01-11 17:48:09 +00:00
* sugarizer
2020-01-23 23:10:53 +00:00
* wordpress
2020-01-12 06:57:00 +00:00
2020-01-23 23:10:53 +00:00
3. Supports Apache but ***NOT*** NGINX, proxied by an NGINX "Shim" (see [roles/0-init/tasks/main.yml#L39-L49](../0-init/tasks/main.yml#L39-L49) for a list of those IIAB apps/services that auto-enable Apache)
2020-01-11 17:59:05 +00:00
* dokuwiki ([#2056](https://github.com/iiab/iiab/issues/2056))
2020-01-11 17:48:09 +00:00
* elgg
* lokole
* moodle
2020-01-11 17:59:05 +00:00
* nextcloud ([PR #2119](https://github.com/iiab/iiab/pull/2119))
2020-01-23 23:10:53 +00:00
* nodered
2020-01-12 06:57:00 +00:00
2020-01-23 23:10:53 +00:00
4. Not Yet Dealt With!
* internetarchive (menu goes directly to port 4244, [PR #2120](https://github.com/iiab/iiab/pull/2120))
* kalite (menu goes directly to ports 8006-8008)