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
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:
parent
82848f6f5a
commit
555d3d465d
2 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,7 @@ in {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString cfg.forgejo.port}";
|
proxyPass = "http://localhost:${toString cfg.forgejo.port}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
add_header Content-Security-Policy "frame-ancestors 'self' https://silver.users.skynet.ie";
|
||||||
client_max_body_size 1000M;
|
client_max_body_size 1000M;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
### skynet backend ###
|
### skynet backend ###
|
||||||
######################
|
######################
|
||||||
skynet_ldap_backend.url = "git+https://forgejo.skynet.ie/Skynet/ldap_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_ldap_frontend.url = "git+https://forgejo.skynet.ie/Skynet/ldap_frontend";
|
||||||
skynet_website_wiki.url = "git+https://forgejo.skynet.ie/Skynet/wiki";
|
skynet_website_wiki.url = "git+https://forgejo.skynet.ie/Skynet/wiki";
|
||||||
skynet_website_games.url = "git+https://forgejo.skynet.ie/Skynet/website_games";
|
skynet_website_games.url = "git+https://forgejo.skynet.ie/Skynet/website_games";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue