feat : adjust nginx to point at root of new docs, update name of flake
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Failing after 1m29s
Build_Deploy / deploy_dns (push) Has been skipped
Build_Deploy / deploy_active (active) (push) Has been skipped
Build_Deploy / deploy_active (active-core) (push) Has been skipped
Build_Deploy / deploy_active (active-ext) (push) Has been skipped

This commit is contained in:
esy 2024-08-19 23:31:28 +01:00
parent 39be11301a
commit a7b559972b
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ in {
"wiki.skynet.ie" = {
forceSSL = true;
useACMEHost = "skynet";
root = "${inputs.skynet_website_renew.defaultPackage."x86_64-linux"}/wiki";
root = "${inputs.skynet_website_wiki.defaultPackage."x86_64-linux"}";
# https://stackoverflow.com/a/38238001/11964934
extraConfig = ''
location / {

View file

@ -823,7 +823,7 @@
"skynet_website_2017": "skynet_website_2017",
"skynet_website_2023": "skynet_website_2023",
"skynet_website_games": "skynet_website_games",
"skynet_website_renew": "skynet_website_renew"
"skynet_website_wiki": "skynet_website_wiki"
}
},
"rust-analyzer-src": {
@ -1020,14 +1020,14 @@
"url": "https://forgejo.skynet.ie/Skynet/website_games"
}
},
"skynet_website_renew": {
"skynet_website_wiki": {
"inputs": {
"nixpkgs": "nixpkgs_19",
"utils": "utils_11"
},
"locked": {
"lastModified": 1724104639,
"narHash": "sha256-UB7T5+imyk9crwziTp+D2leC9tDMxr7mCpwx4pFpOgE=",
"narHash": "sha256-Jjl8MQok6IqCsN4QlT/0zpBm3qm8Lrm81zbxAL7tIjI=",
"ref": "refs/heads/main",
"rev": "e892ed9f0bc7a4fb076fc7e401ceaf8c3d27e81f",
"revCount": 59,

View file

@ -29,7 +29,7 @@
######################
skynet_ldap_backend.url = "git+https://forgejo.skynet.ie/Skynet/ldap_backend";
skynet_ldap_frontend.url = "git+https://forgejo.skynet.ie/Skynet/ldap_frontend";
skynet_website_renew.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_discord_bot.url = "git+https://forgejo.skynet.ie/Skynet/discord-bot";