From adb9a2c19da0b7f9f14f80b9ed1c860eb305f9fe Mon Sep 17 00:00:00 2001 From: coja Date: Sat, 19 Sep 2026 22:43:40 +0200 Subject: [PATCH] [Sumadija] all docs update --- sumadija/{sumadijamoxx => }/router/README.md | 3 +-- sumadija/sumadijamoxx/ddns13/README.md | 21 +++++++++++++++++++ sumadija/sumadijamoxx/dmzrs/README.md | 20 ++++++++++++++++++ sumadija/sumadijamoxx/invidius13/README.md | 21 +++++++++++++++++++ sumadija/sumadijamoxx/nginx13/README.md | 2 +- sumadija/sumadijamoxx/pastebin13/README.md | 9 ++++---- .../{searxng12 => searxng13}/README.md | 16 +++++++------- .../sumadijamoxx/{ssh12 => ssh13}/README.md | 4 ++-- sumadija/sumadijamoxx/tor13/README.md | 2 +- 9 files changed, 81 insertions(+), 17 deletions(-) rename sumadija/{sumadijamoxx => }/router/README.md (82%) create mode 100644 sumadija/sumadijamoxx/ddns13/README.md create mode 100644 sumadija/sumadijamoxx/dmzrs/README.md create mode 100644 sumadija/sumadijamoxx/invidius13/README.md rename sumadija/sumadijamoxx/{searxng12 => searxng13}/README.md (50%) rename sumadija/sumadijamoxx/{ssh12 => ssh13}/README.md (93%) diff --git a/sumadija/sumadijamoxx/router/README.md b/sumadija/router/README.md similarity index 82% rename from sumadija/sumadijamoxx/router/README.md rename to sumadija/router/README.md index 75e7531..5e07c36 100644 --- a/sumadija/sumadijamoxx/router/README.md +++ b/sumadija/router/README.md @@ -1,6 +1,5 @@ # Router -**VMID:** [N/A] **OS/Version:** TPLink (Hopefully OpenWRT in future) ## 🌐 Connectivity @@ -14,4 +13,4 @@ ## 📝 Notes - Router is inside the existing network for further forwarding. -- Contact coja (best on xmpp) for access/info. +- Contact coja (best on xmpp) for access/info about external router. diff --git a/sumadija/sumadijamoxx/ddns13/README.md b/sumadija/sumadijamoxx/ddns13/README.md new file mode 100644 index 0000000..dd3aaae --- /dev/null +++ b/sumadija/sumadijamoxx/ddns13/README.md @@ -0,0 +1,21 @@ +--- +VMID: 108 +--- + +# DDNS for sumadija.dmz.rs + +**VMID:** 108 +**os/version:** debian 13 + +## 🌐 connectivity +- **local ip:** `192.168.7.108` +- **internal port:** `[N/A}]` +- **external/proxy url:** `[N/A]` +- **access type:** local (not public/forwarded) + +## 🛠️ details +- **dependencies:** none + +## 📝 notes +- cronjob pining the dns.he.net with its key, so dns will sync the ip +- script is in home dir diff --git a/sumadija/sumadijamoxx/dmzrs/README.md b/sumadija/sumadijamoxx/dmzrs/README.md new file mode 100644 index 0000000..b876284 --- /dev/null +++ b/sumadija/sumadijamoxx/dmzrs/README.md @@ -0,0 +1,20 @@ +--- +VMID: 110 +--- + +# Website sumadija.dmz.rs + +**OS/Version:** Debian 13 + +## 🌐 Connectivity +- **Local IP:** `192.168.7.110` +- **Internal Port:** `9000` +- **External/Proxy URL:** `80` +- **Access Type:** Public (via nginx) + +## 🛠️ details +- **repo:** [website](https://gitea.dmz.rs/decentrala/website/) +- **dependencies:** none + +## 📝 notes +- dmz.rs will both sumadija.dmz.rs and kralizec.dmz.rs diff --git a/sumadija/sumadijamoxx/invidius13/README.md b/sumadija/sumadijamoxx/invidius13/README.md new file mode 100644 index 0000000..898c22f --- /dev/null +++ b/sumadija/sumadijamoxx/invidius13/README.md @@ -0,0 +1,21 @@ +--- +VMID: 112 +--- + +# Invidious + +**OS/Version:** Debian 13 + +## 🌐 Connectivity +- **Local IP:** `192.168.7.112` +- **Internal Port:** `3000` +- **External/Proxy URL:** `[N/A]` +- **Access Type:** Local (Not yet public/forwarded) + +## 🛠️ Details +- **Built with:** [Invidious Proxmox Script](https://community-scripts.org/scripts/invidious) +- **Dependencies:** None + +## 📝 Notes +- Not yet public/forwarded. +- to `update`, just run that alias, preferably in `screen`, or run script in home dir diff --git a/sumadija/sumadijamoxx/nginx13/README.md b/sumadija/sumadijamoxx/nginx13/README.md index 007ec0f..70e20a3 100644 --- a/sumadija/sumadijamoxx/nginx13/README.md +++ b/sumadija/sumadijamoxx/nginx13/README.md @@ -1,9 +1,9 @@ --- VMID: 109 --- + # Nginx -**VMID:** 102 **OS/Version:** Debian 13 ## 🌐 Connectivity diff --git a/sumadija/sumadijamoxx/pastebin13/README.md b/sumadija/sumadijamoxx/pastebin13/README.md index 734f247..1f55979 100644 --- a/sumadija/sumadijamoxx/pastebin13/README.md +++ b/sumadija/sumadijamoxx/pastebin13/README.md @@ -1,20 +1,21 @@ --- VMID: 105 --- + # PrivateBin -**VMID:** 105 **OS/Version:** Debian 13 ## 🌐 Connectivity - **Local IP:** `192.168.7.105` -- **Internal Port:** `[N/A]` +- **Internal Port:** `80` +- **External/Proxy URL:** `80` - **External/Proxy URL:** `https://pastebin.dmz.rs` -- **Access Type:** Forwarded +- **Access Type:** Public (via nginx) ## 🛠️ Details - **Built with:** [PrivateBin Proxmox Script](https://community-scripts.github.io/ProxmoxVE/scripts?id=privatebin) - **Dependencies:** None ## 📝 Notes -- Not yet public/forwarded. +- public/forwarded. diff --git a/sumadija/sumadijamoxx/searxng12/README.md b/sumadija/sumadijamoxx/searxng13/README.md similarity index 50% rename from sumadija/sumadijamoxx/searxng12/README.md rename to sumadija/sumadijamoxx/searxng13/README.md index 6d8ad6c..2dfdfb1 100644 --- a/sumadija/sumadijamoxx/searxng12/README.md +++ b/sumadija/sumadijamoxx/searxng13/README.md @@ -1,20 +1,22 @@ --- -VMID: 102 +VMID: 103 --- + # SearXNG -**VMID:** 103 -**OS/Version:** Debian 12 +**OS/Version:** Debian 13 ## 🌐 Connectivity - **Local IP:** `192.168.7.103` -- **Internal Port:** `[N/A]` +- **Internal Port:** `8888` +- **External/Proxy URL:** `80` - **External/Proxy URL:** `https://search.dmz.rs` -- **Access Type:** Local (Not yet public/forwarded) +- **Access Type:** Public (via nginx) ## 🛠️ Details -- **Built with:** [SearXNG Proxmox Script](https://community-scripts.github.io/ProxmoxVE/scripts?id=searxng) +- **Built with:** [SearXNG Proxmox Script](https://community-scripts.org/scripts/searxng) - **Dependencies:** None ## 📝 Notes -- Not yet public/forwarded. +- public/forwarded, search.dmz.rs and search.sumadija.dmz.rs +- To update, run update diff --git a/sumadija/sumadijamoxx/ssh12/README.md b/sumadija/sumadijamoxx/ssh13/README.md similarity index 93% rename from sumadija/sumadijamoxx/ssh12/README.md rename to sumadija/sumadijamoxx/ssh13/README.md index 704ae5e..66f14ec 100644 --- a/sumadija/sumadijamoxx/ssh12/README.md +++ b/sumadija/sumadijamoxx/ssh13/README.md @@ -1,10 +1,10 @@ --- VMID: 101 --- + # SSH Gateway -**VMID:** 101 -**OS/Version:** Debian 12 +**OS/Version:** Debian 13 ## 🌐 Connectivity - **Local IP:** `192.168.7.101` diff --git a/sumadija/sumadijamoxx/tor13/README.md b/sumadija/sumadijamoxx/tor13/README.md index 58fc784..1cc06b1 100644 --- a/sumadija/sumadijamoxx/tor13/README.md +++ b/sumadija/sumadijamoxx/tor13/README.md @@ -1,9 +1,9 @@ --- VMID: 107 --- + # Tor Onion Service -**VMID:** 107 **OS/Version:** Debian 13 ## 🌐 Connectivity