Fix: Forgot config file :-)
This commit is contained in:
parent
330958fba4
commit
36d368063a
1 changed files with 28 additions and 0 deletions
|
|
@ -10,4 +10,32 @@
|
|||
port = 587 ;
|
||||
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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue