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
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:
parent
39be11301a
commit
a7b559972b
3 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ in {
|
||||||
"wiki.skynet.ie" = {
|
"wiki.skynet.ie" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "skynet";
|
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
|
# https://stackoverflow.com/a/38238001/11964934
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
location / {
|
location / {
|
||||||
|
|
|
@ -823,7 +823,7 @@
|
||||||
"skynet_website_2017": "skynet_website_2017",
|
"skynet_website_2017": "skynet_website_2017",
|
||||||
"skynet_website_2023": "skynet_website_2023",
|
"skynet_website_2023": "skynet_website_2023",
|
||||||
"skynet_website_games": "skynet_website_games",
|
"skynet_website_games": "skynet_website_games",
|
||||||
"skynet_website_renew": "skynet_website_renew"
|
"skynet_website_wiki": "skynet_website_wiki"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rust-analyzer-src": {
|
"rust-analyzer-src": {
|
||||||
|
@ -1020,14 +1020,14 @@
|
||||||
"url": "https://forgejo.skynet.ie/Skynet/website_games"
|
"url": "https://forgejo.skynet.ie/Skynet/website_games"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skynet_website_renew": {
|
"skynet_website_wiki": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": "nixpkgs_19",
|
"nixpkgs": "nixpkgs_19",
|
||||||
"utils": "utils_11"
|
"utils": "utils_11"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1724104639,
|
"lastModified": 1724104639,
|
||||||
"narHash": "sha256-UB7T5+imyk9crwziTp+D2leC9tDMxr7mCpwx4pFpOgE=",
|
"narHash": "sha256-Jjl8MQok6IqCsN4QlT/0zpBm3qm8Lrm81zbxAL7tIjI=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "e892ed9f0bc7a4fb076fc7e401ceaf8c3d27e81f",
|
"rev": "e892ed9f0bc7a4fb076fc7e401ceaf8c3d27e81f",
|
||||||
"revCount": 59,
|
"revCount": 59,
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
######################
|
######################
|
||||||
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_frontend.url = "git+https://forgejo.skynet.ie/Skynet/ldap_frontend";
|
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_website_games.url = "git+https://forgejo.skynet.ie/Skynet/website_games";
|
||||||
skynet_discord_bot.url = "git+https://forgejo.skynet.ie/Skynet/discord-bot";
|
skynet_discord_bot.url = "git+https://forgejo.skynet.ie/Skynet/discord-bot";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue