added basic notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-18 14:25:40 +03:00
parent 0138c278ba
commit 56603163fb
7 changed files with 40 additions and 1 deletions

12
gate-traefik/NOTES.md Normal file
View File

@ -0,0 +1,12 @@
# Gateway
- NAT/Firewall (iptables)
- Reverse-Proxy (traefik)
WAN: `${WAN_IPn}`
LAN: `${GATE_LAN_IPn}`
**Dashboard**:
- http://${CTHOSTNAME}.srv:8080/
- http://${GATE_LAN_IPn}:8080/

5
gitea/NOTES.md Normal file
View File

@ -0,0 +1,5 @@
# Gitea
https://${CTHOSTNAME}.srv

View File

@ -1,5 +1,5 @@
# Nextcloud # Nextcloud
Hostname: `${CTHOSTNAME}` https://${CTHOSTNAME}.srv

5
ns/NOTES.md Normal file
View File

@ -0,0 +1,5 @@
# DHCP / DNS
admin: `${ADMIN_IPn}`
lan: `${LAN_IPn}`

9
ssh/NOTES.md Normal file
View File

@ -0,0 +1,9 @@
# SSH (admin)
SSH landing into the network
${HOSTNAME}
${CTHOSTNAME}.srv
${WAN_SSH_IPn}
${LAN_IP} (DHCP)

5
syncthing/NOTES.md Normal file
View File

@ -0,0 +1,5 @@
# Syncthing
https://${CTHOSTNAME}.srv

3
wireguard/NOTES.md Normal file
View File

@ -0,0 +1,3 @@
# WireGuard