feat: joys of being an admin, able to bend the rules for myself
All checks were successful
Build_Deploy / linter (push) Successful in 11s
Build_Deploy / build (push) Successful in 20s
Build_Deploy / deploy_dns (push) Successful in 1m8s
Build_Deploy / deploy_active (active) (push) Successful in 1m51s
Build_Deploy / deploy_active (active-ext) (push) Successful in 1m0s
Build_Deploy / deploy_active (active-core) (push) Successful in 9m46s

This commit is contained in:
silver 2025-04-08 00:15:39 +01:00
parent 82848f6f5a
commit 555d3d465d
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 2 additions and 1 deletions

View file

@ -70,6 +70,7 @@ in {
locations."/" = {
proxyPass = "http://localhost:${toString cfg.forgejo.port}";
extraConfig = ''
add_header Content-Security-Policy "frame-ancestors 'self' https://silver.users.skynet.ie";
client_max_body_size 1000M;
'';
};

View file

@ -32,7 +32,7 @@
### skynet backend ###
######################
skynet_ldap_backend.url = "git+https://forgejo.skynet.ie/Skynet/ldap_backend";
# skynet_ldap_backend.url = "git+file:/_college/CompSoc/Skynet/ldap_backend?shallow=1";
# skynet_ldap_backend.url = "git+file:/_college/CompSoc/Skynet/ldap_backend?shallow=1";
skynet_ldap_frontend.url = "git+https://forgejo.skynet.ie/Skynet/ldap_frontend";
skynet_website_wiki.url = "git+https://forgejo.skynet.ie/Skynet/wiki";
skynet_website_games.url = "git+https://forgejo.skynet.ie/Skynet/website_games";