Skip to content

Commit 6028e42

Browse files
committed
file rename
1 parent 8b5c8da commit 6028e42

File tree

3 files changed

+66
-2
lines changed

3 files changed

+66
-2
lines changed

docs/remote-access/homepage.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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+
File renamed without changes.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ nav:
5151
- Configure Remote Access:
5252
- Cloudflare Domain Management: remote-access/cloudflare-domain-management.md
5353
- DDNS-Updater: remote-access/ddns-updater.md
54-
- Secure Web App Gateway: remote-access/secure-web-app-gateway.md
54+
- Secure Web App Gateway: remote-access/swag.md
5555
- Nginx - Reverse Proxy: remote-access/nginx-reverse-proxy.md
5656
- Authelia (AA Server): remote-access/authelia.md
5757
- Heimdall (App Dashboard): remote-access/heimdall.md
58-
- Homepage (App Dashboard): remote-access/heimdall.md
58+
- Homepage (App Dashboard): remote-access/homepage.md
5959
- Cloudflare Zero Trust: remote-access/cloudflare-zero-trust.md
6060
- Help:
6161
- Application Websites: help/application-websites.md

0 commit comments

Comments
 (0)