mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
added basic notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0138c278ba
commit
56603163fb
12
gate-traefik/NOTES.md
Normal file
12
gate-traefik/NOTES.md
Normal 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
5
gitea/NOTES.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Gitea
|
||||||
|
|
||||||
|
https://${CTHOSTNAME}.srv
|
||||||
|
|
||||||
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# Nextcloud
|
# Nextcloud
|
||||||
|
|
||||||
Hostname: `${CTHOSTNAME}`
|
https://${CTHOSTNAME}.srv
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
5
ns/NOTES.md
Normal file
5
ns/NOTES.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# DHCP / DNS
|
||||||
|
|
||||||
|
admin: `${ADMIN_IPn}`
|
||||||
|
lan: `${LAN_IPn}`
|
||||||
|
|
||||||
9
ssh/NOTES.md
Normal file
9
ssh/NOTES.md
Normal 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
5
syncthing/NOTES.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Syncthing
|
||||||
|
|
||||||
|
https://${CTHOSTNAME}.srv
|
||||||
|
|
||||||
|
|
||||||
3
wireguard/NOTES.md
Normal file
3
wireguard/NOTES.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# WireGuard
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user