Fix: Forgot config file :-)

This commit is contained in:
DuN0z 2025-10-09 15:36:54 +02:00
parent 330958fba4
commit 36d368063a

View file

@ -10,4 +10,32 @@
port = 587 ; port = 587 ;
user = "contact@porzh.me"; user = "contact@porzh.me";
}; };
network = {
gateway = "192.168.50.1";
pennsardin = {
ip = "192.168.50.12";
};
};
services = {
forgejo = {
home = "/var/lib/services/forgejo";
url = "govel.porzh.me";
port = "3000";
};
goaccess = {
home = "/var/lib/www/goaccess";
url = "koum.porzh.me";
};
levr = {
home = "/var/lib/services/levr";
build = "/var/lib/www/levr";
url = "levr.porzh.me";
};
outline = {
url = "notes.porzh.me";
port = "3001";
};
};
} }