|
| 1 | +# Heimdall - Website Link Manager |
| 2 | + |
| 3 | +## Heading One |
| 4 | + |
| 5 | +!!! Danger "Warning: Page Under Development" |
| 6 | + |
| 7 | + This page is still under development and may not have accurate information, and should be considered incomplete / inaccurate until this notice is removed. |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +"Configure Remote Access" Menu and Pages will document steps in order to configure all the applications to allow remote access into your home network / Jellyfin server from the Internet. |
| 12 | + |
| 13 | +These pages to document the integrated of: |
| 14 | + |
| 15 | +- Cloudflare for Domain Name Registration and Hosting (Your Own Internet Address) |
| 16 | +- DDNS-Updater to Update DNS Records Hosted on Cloudflare DNS, or Public DDNS Provider |
| 17 | +- Authelia for User Authentication / Authorisation - AA Server |
| 18 | +- Cloudflare Zero Trust Network Access |
| 19 | +- Nginx Reverse Proxy Server (SWAG) |
| 20 | +- Automate SSL Install with Let's Encrypt / ZeroSSL Certificate Authorities |
| 21 | +- Heimdall (Link Manager) - Configure Links for All Internet Web Services.... Jellyfin / *ARR Apps etc.. |
| 22 | + |
| 23 | + |
| 24 | +## Heading Two |
| 25 | + |
| 26 | +## Heading Three |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +## Activate Heimdall Integration in SWAG Container |
| 34 | +``` |
| 35 | +sudo cp $FOLDER_FOR_CONFIGS/swag/nginx/proxy-confs/heimdall.subfolder.conf.sample $FOLDER_FOR_CONFIGS/swag/nginx/proxy-confs/heimdall.subfolder.conf |
| 36 | +sudo vi $FOLDER_FOR_CONFIGS/swag/nginx/proxy-confs/heimdall.subfolder.conf |
| 37 | +
|
| 38 | +#Enable this line |
| 39 | +include /config/nginx/authelia-location.conf; |
| 40 | +
|
| 41 | +sudo vi $FOLDER_FOR_CONFIGS/swag/nginx/site-confs/default.conf |
| 42 | +
|
| 43 | +``` |
| 44 | + |
| 45 | + |
| 46 | +# THESE ARE ITEMS FOR NOTES ONLY AT THIS POINT |
| 47 | + |
| 48 | +``` |
| 49 | +Text Editor - Open: |
| 50 | +
|
| 51 | +heimdall.subfolder.conf.sample |
| 52 | +sudo vi $FOLDER_FOR_CONFIGS/swag/www/index.html |
| 53 | +sudo vi $FOLDER_FOR_CONFIGS/swag/nginx/site-confs/default.conf |
| 54 | +sudo vi $FOLDER_FOR_CONFIGS/swag/nginx/site-confs/default.conf |
| 55 | +sudo -E vi $FOLDER_FOR_CONFIGS/authelia/ |
| 56 | +sudo -E vi $FOLDER_FOR_CONFIGS/authelia/ |
| 57 | +
|
| 58 | +``` |
| 59 | + |
| 60 | + |
| 61 | +[https://www.linuxserver.io/blog/zero-trust-hosting-and-reverse-proxy-via-cloudflare-swag-and-authelia](https://www.linuxserver.io/blog/zero-trust-hosting-and-reverse-proxy-via-cloudflare-swag-and-authelia) |
| 62 | + |
| 63 | +Test... |
| 64 | + |
0 commit comments