[Sumadija] doc template

This commit is contained in:
2026-08-09 04:10:17 +02:00
parent 491ba60d3c
commit 8d6025bcf3
7 changed files with 116 additions and 33 deletions
+20 -19
View File
@@ -1,29 +1,30 @@
# List of containers # Service Catalog: sumadijamoxx
## sumadijamoxx ## 🛠️ Overview
ip is the same as a container ID IP addresses follow the container ID pattern:
example `101 ssh12` -> `192.168.7.101`
101 ssh12 -> 192.168.7.101
VMID Name
101 ssh12 | VMID | Name | OS | Notes |
102 nginxproxymanager12 | :--- | :--- | :--- | :--- |
103 searxng12 | [101](./ssh12/) | [ssh12](./ssh12/) | 12 | SSH Jump host |
104 homepage12 | [102](./nginxproxymanager12/) | [nginxproxymanager12](./nginxproxymanager12/) | 12 | Proxy |
105 privatebin13 | [103](./searxng12/) | [searxng12](./searxng12/) | 12 | Search |
106 librespeed-rust12 | [104](./homepage12/) | [homepage12](./homepage12/) | 12 | Dashboard |
107 tor13 | [105](./pastebin13/) | [pastebin13](./pastebin13/) | 13 | Pastebin |
200 wireguard12 | [106](./librespeed-rust12/) | [librespeed-rust12](./librespeed-rust12/) | 12 | Speedtest |
| [107](./tor13/) | [tor13](./tor13/) | 13 | Tor Onion Service |
| [200](./wireguard12/) | [wireguard12](./wireguard12/) | 12 | VPN |
##### Legend ##### Legend
12 -> debian 12 - `12` -> Debian 12
13 -> debian 13 - `13` -> Debian 13
## Forwareded ports ## 🌐 Forwarded Ports
192.168.7.243:443 -> 80 - `192.168.7.243:443` -> `80`
192.168.7.101:22 -> 22 - `192.168.7.101:22` -> `22`
@@ -1,9 +1,22 @@
--- ---
VMID: 102 VMID: 102
--- ---
# Nginx Proxy Manager
NgniX proxy manager built with [script](https://community-scripts.github.io/ProxmoxVE/scripts?id=nginxproxymanager) **VMID:** 102
**OS/Version:** Debian 12
Forwarded to port 80 ## 🌐 Connectivity
- **Local IP:** `192.168.7.102`
- **Internal Port:** `80`
- **External/Proxy URL:** `[N/A - Acts as proxy]`
- **Access Type:** Local / Public (via proxy)
## 🛠️ Details
- **Built with:** [Nginx Proxy Manager Proxmox Script](https://community-scripts.github.io/ProxmoxVE/scripts?id=nginxproxymanager)
- **Dependencies:** None
## 📝 Notes
- Forwarded to port 80.
+15 -2
View File
@@ -1,7 +1,20 @@
--- ---
VMID: 105 VMID: 105
--- ---
# PrivateBin
PrivateBin instance built with [script](https://community-scripts.github.io/ProxmoxVE/scripts?id=privatebin) **VMID:** 105
**OS/Version:** Debian 13
Not yet public/forwarded ## 🌐 Connectivity
- **Local IP:** `192.168.7.105`
- **Internal Port:** `[N/A]`
- **External/Proxy URL:** `[N/A]`
- **Access Type:** Local (Not yet public/forwarded)
## 🛠️ Details
- **Built with:** [PrivateBin Proxmox Script](https://community-scripts.github.io/ProxmoxVE/scripts?id=privatebin)
- **Dependencies:** None
## 📝 Notes
- Not yet public/forwarded.
+16 -2
View File
@@ -1,3 +1,17 @@
TP Link (hopefully openWRT in future) # Router
Router is inside the existing network for further forwarding, contact coja (best on xmpp) **VMID:** [N/A]
**OS/Version:** Unknown (Hopefully OpenWRT in future)
## 🌐 Connectivity
- **Local IP:** `[N/A]`
- **Internal Port:** `[N/A]`
- **External/Proxy URL:** `[N/A]`
- **Access Type:** Local
## 🛠️ Details
- **Built with:** N/A
## 📝 Notes
- Router is inside the existing network for further forwarding.
- Contact coja (best on xmpp) for access/info.
+14 -2
View File
@@ -1,8 +1,20 @@
--- ---
VMID: 102 VMID: 102
--- ---
# SearXNG
SearXNG instance built with [script](https://community-scripts.github.io/ProxmoxVE/scripts?id=searxng) **VMID:** 103
**OS/Version:** Debian 12
## 🌐 Connectivity
- **Local IP:** `192.168.7.103`
- **Internal Port:** `[N/A]`
- **External/Proxy URL:** `[N/A]`
- **Access Type:** Local (Not yet public/forwarded)
Not yet public/forwarded ## 🛠️ Details
- **Built with:** [SearXNG Proxmox Script](https://community-scripts.github.io/ProxmoxVE/scripts?id=searxng)
- **Dependencies:** None
## 📝 Notes
- Not yet public/forwarded.
+18 -3
View File
@@ -1,9 +1,24 @@
--- ---
VMID: 101 VMID: 101
--- ---
# SSH Gateway
SSH port from this container should be forwarded to sumadija.dmz.rs **VMID:** 101
SSH access to other containers is done through this one with ssh jump, passwords are disabled, so only keys verification is used. **OS/Version:** Debian 12
[wiki page](https://wiki.dmz.rs/en/sysadmin/ssh) ## 🌐 Connectivity
- **Local IP:** `192.168.7.101`
- **Internal Port:** `22`
- **External/Proxy URL:** `sumadija.dmz.rs`
- **Access Type:** Public (via SSH forwarding)
## 🛠️ Details
- **Built with:** N/A
- **Dependencies:** None
## 📝 Notes
- SSH port from this container should be forwarded to `sumadija.dmz.rs`.
- SSH access to other containers is done through this one with SSH jump.
- **Security:** Passwords are disabled; only key verification is used.
- [Wiki Guide](https://wiki.dmz.rs/en/sysadmin/ssh)
+18 -3
View File
@@ -1,9 +1,24 @@
--- ---
VMID: 107 VMID: 107
--- ---
# Tor Onion Service
In this container hosts the tor onion service, used for remote access to the proxmox, through tor. Credentatials are in the password manager **VMID:** 107
**OS/Version:** Debian 13
## 🌐 Connectivity
- **Local IP:** `192.168.7.107`
- **Internal Port:** `[N/A]`
- **External/Proxy URL:** `[Tor Onion Address]`
- **Access Type:** Public (via Tor)
ssh12 -> port 22 ## 🛠️ Details
smoxx -> 8006 - **Built with:** N/A
- **Dependencies:** None
## 📝 Notes
- This container hosts the Tor onion service, used for remote access to Proxmox through Tor.
- **Credentials:** Stored in **dmzadmin** (password manager).
- **Remote access targets:**
- `ssh12` -> port 22
- `smoxx` -> port 8006