Started with work on own wireguard server
This commit is contained in:
parent
2bb3e9d699
commit
3bf145fd45
7 changed files with 79 additions and 25 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
BIN
secrets/wg-lapserv-private.age
Normal file
BIN
secrets/wg-lapserv-private.age
Normal file
Binary file not shown.
BIN
secrets/wg-laptop-private.age
Normal file
BIN
secrets/wg-laptop-private.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue