More table formatting

This commit is contained in:
Jason Rothstein 2020-04-12 18:11:52 -05:00
parent 36845c2172
commit 5382c1d27f

View File

@ -15,11 +15,11 @@ Create containers for Gitea, Mariadb, and phpMyAdmin. Only enabled for localhost
If external access to this resource is desired, please configure HAProxy, HTTPD, or nginx with the following : If external access to this resource is desired, please configure HAProxy, HTTPD, or nginx with the following :
| External Port | Local Port | Protocol | URI Mapping | Suggestions | | External Port | Local Port | Protocol | URI Mapping | Description |
| ------------- | ---------- | -------- | ----------- | ----------- | | ------------- | ---------- | -------- | ----------- | ----------- |
| 80 | XXX | HTTP | / | Redirect all traffic to 443 | Keep /.well-known local if you wish to use LetsEncrypt | | 80 | XXX | HTTP | / redirect to port 443 | Force all unencrypted traffic to become TLS encrypted |
| 443 | 3000 | 80 | XXX | HTTP | /.well-known to disk | Enable LetsEncrypt to insert TLS certificates |
5000 | HTTP | / to port 3000 | 443 | 3000 | HTTP | / to port 3000 | This directs all gitea traffic to gitea |
/phpMyAdmin as / to port 5000 | Keep /.well-known local if you wish to use LetsEncrypt | | 443 | 5000 | HTTP | /phpMyAdmin to port 5000 | This directs all phpMyAdmin traffic to phpMyAdmin |
| 4000 | 4000 | TCP | N/A | Enable this to allow SSH access | | 4000 | 4000 | TCP | N/A | Enable this to allow SSH access |