mirror of
https://gitea.dmz.rs/Decentrala/dmzconf.git
synced 2026-09-20 04:20:22 +02:00
Compare commits
4 Commits
2076557875
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 066bc24c9c | |||
| adb9a2c19d | |||
| 8d795250f6 | |||
| d3e03c1675 |
@@ -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.
|
||||
@@ -9,7 +9,7 @@ IP addresses follow the container ID pattern:
|
||||
| VMID | Name | OS | Notes |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| [101](./ssh12/) | [ssh12](./ssh12/) | 12 | SSH Jump host |
|
||||
| [102](./nginxproxymanager12/) | [nginxproxymanager12](./nginxproxymanager12/) | 12 | Proxy |
|
||||
| [102](./nginx13/) | [nginx13](./nginx13/) | 13 | Proxy |
|
||||
| [103](./searxng12/) | [searxng12](./searxng12/) | 12 | Search |
|
||||
| [104](./homepage12/) | [homepage12](./homepage12/) | 12 | Dashboard |
|
||||
| [105](./pastebin13/) | [pastebin13](./pastebin13/) | 13 | Pastebin |
|
||||
@@ -25,7 +25,8 @@ IP addresses follow the container ID pattern:
|
||||
|
||||
## 🌐 Forwarded Ports
|
||||
|
||||
- `192.168.7.243:443` -> `80`
|
||||
- `192.168.7.243:443` -> `443`
|
||||
- `192.168.7.243:80` -> `80`
|
||||
- `192.168.7.101:22` -> `22`
|
||||
|
||||
## 🌐 Public URLs
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
VMID: 109
|
||||
---
|
||||
|
||||
# Nginx
|
||||
|
||||
**VMID:** 102
|
||||
**OS/Version:** Debian 13
|
||||
|
||||
## 🌐 Connectivity
|
||||
|
||||
@@ -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.
|
||||
|
||||
+9
-7
@@ -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
|
||||
@@ -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`
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
VMID: 107
|
||||
---
|
||||
|
||||
# Tor Onion Service
|
||||
|
||||
**VMID:** 107
|
||||
**OS/Version:** Debian 13
|
||||
|
||||
## 🌐 Connectivity
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
# Service Catalog: serverko
|
||||
|
||||
## 🛠️ Overview
|
||||
|
||||
IP addresses follow the container ID pattern:
|
||||
`101 ssh13` -> `192.168.6.101`
|
||||
|
||||
|
||||
| VMID | Name | OS | Notes |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| [100](./nginx12/) | [nginx12](./nginx12/) | 12 | Proxy |
|
||||
| [101](./ssh13/) | [ssh13](./ssh13/) | 13 | SSH Jump host |
|
||||
| [102](./dmzrs12/) | [dmzrs12](./dmzrs12/) | 12 | website |
|
||||
| [103](./tor13/) | [tor13](./tor13/) | 13 | Tor Onion Service |
|
||||
|
||||
|
||||
##### Legend
|
||||
|
||||
- `12` -> Debian 12
|
||||
- `13` -> Debian 13
|
||||
|
||||
## 🌐 Forwarded Ports
|
||||
|
||||
none
|
||||
|
||||
## 🌐 Public URLs
|
||||
|
||||
none
|
||||
Reference in New Issue
Block a user