[Serverko] added some docs

This commit is contained in:
coja 2025-04-14 23:26:58 +02:00
parent 9ad7211e37
commit 24a8122222
7 changed files with 40 additions and 0 deletions

View File

@ -17,3 +17,6 @@ VMID Name
111 taskmanager12
112 stopreklamama12
##### Legend
12 -> debian 12

View File

@ -1,3 +1,5 @@
---
VMID: 109
---
XMPP server, used for future decentralization

View File

@ -1,3 +1,26 @@
---
VMID: 100
---
This VM is a reverse proxy, all serveces go through it and get their SSL certificates
## Creating new record
```sh
cd /etc/nginx/sites-available/ # configs are located here
vim.tiny pastebin.dmz.rs # using pastebin as example, copy existing one and edit it
ln -s /etc/nginx/sites-available/pastebin.dmz.rs /etc/nging/sites-enabled/pastebin.dmz.rs # creating link since file is the same
mkdir /var/www/pastebindmzrs # new dir where certificate will be validated
nginx -t # checking for errors
systemctl reload nginx.service # reloading the service for changes to apply, reset will work too
service nginx reload # alternative server reload
certbot certonly --webroot -w /var/www/pastebindmzrs -d pastebin.dmz.rs -d pastebin.decentrala.org # requesting the certificates
```
## renewal
```sh
ls /var/www/
cd /etc/letsencrypt/renewal
certbot renew
```

View File

@ -1,3 +1,6 @@
---
VMID: 112
---
This container is for hosting the [website](https://gitea.dmz.rs/svitvojimilioni/stopreklamama)
hosted on domen `stopreklamama.dmz.rs`

View File

@ -1,3 +1,8 @@
---
VMID: 111
---
Old app for group task managment, [gitea project](https://gitea.dmz.rs/Decentrala/taskmanager)
Hosted on [todo.dmz.rs](https://todo.dmz.rs/)
Now using soft.dmz.rs/fixme instead

View File

@ -1,3 +1,5 @@
---
VMID: 103
---
In this container hosts the tor onion service, used for remote access to the proxmox, through tor.

View File

@ -1,3 +1,5 @@
---
VMID: 105
---
Wireguard server for VPN access to krov network