Started with work on own wireguard server

This commit is contained in:
Jurn Wubben 2025-05-08 13:01:33 +02:00
parent 2bb3e9d699
commit 3bf145fd45
7 changed files with 79 additions and 25 deletions

View file

@ -1,25 +0,0 @@
{
email jurnwubben@gmail.com
}
files.jsw.tf {
log {
output file /var/log/caddy/access-files.jsw.tf.log
}
handle_path /seafhttp/* {
reverse_proxy * unix//run/seafile/server.sock
}
handle_path /* {
reverse_proxy * unix//run/seahub/gunicorn.sock
}
}
share.jsw.tf www.share.jsw.tf {
log {
output file /var/log/caddy/access-share.jsw.tf.log
}
reverse_proxy :9000
}

View file

@ -12,5 +12,8 @@
else "root";
};
password.file = ./password.age;
wg-lapserv-private.file = ./wg-lapserv-private.age;
wg-laptop-private.file = ./wg-laptop-private.age;
};
}

View file

@ -10,4 +10,7 @@ in {
"transfer-sh.age".publicKeys = systems;
"password.age".publicKeys = systems;
"dcbot.age".publicKeys = systems;
"wg-lapserv-private.age".publicKeys = systems;
"wg-laptop-private.age".publicKeys = systems;
}

Binary file not shown.

Binary file not shown.