This commit is contained in:
Motiejus Jakštys 2024-08-02 14:47:01 +03:00
parent 2474b123d7
commit 9e9e5bb714
2 changed files with 17 additions and 2 deletions

View File

@ -247,6 +247,20 @@ in
hostId = "a6b19da0"; hostId = "a6b19da0";
hostName = "fwminex"; hostName = "fwminex";
domain = "servers.jakst"; domain = "servers.jakst";
firewall.rejectPackets = true; firewall = {
rejectPackets = true;
allowedUDPPorts = [
53
80
443
];
allowedTCPPorts = [
53
80
443
config.services.syncthing.relay.port
config.services.syncthing.relay.statusPort
];
};
}; };
} }

View File

@ -76,7 +76,8 @@
''; '';
caddy = { caddy = {
virtualHosts."git.jakstys.lt".extraConfig = '' # TODO: http migration
virtualHosts."git.jakstys.lt:80".extraConfig = ''
route /static/assets/* { route /static/assets/* {
uri strip_prefix /static uri strip_prefix /static
file_server * { file_server * {