mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
live
This commit is contained in:
parent
63392928bd
commit
2fd69b9a0f
2 changed files with 7 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/a1cc729dcbc31d9b0d11d86dc7436163548a9665.tar.gz"); # nixos-24.05 2024-07-26
|
||||
|
||||
specialArgs = {
|
||||
website = import (fetchTarball "https://github.com/Noratrieb/website/archive/8751a926d108288c370414ee6add78cb9058c29a.tar.gz");
|
||||
website = import (fetchTarball "https://github.com/Noratrieb/website/archive/71d45291a352cc4e9e7ce1ffc078b5e36432b3f1.tar.gz");
|
||||
blog = fetchTarball "https://github.com/Noratrieb/nilstrieb.github.io/archive/d2e858ddca7e59c9d9c843f7273ff0f75d65421e.tar.gz";
|
||||
slides = fetchTarball "https://github.com/Noratrieb/slides/archive/0401f35c22b124b69447655f0c537badae9e223c.tar.gz";
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,11 @@ api.hugo-chat.noratrieb.dev {
|
|||
reverse_proxy * vps1.local:5001
|
||||
}
|
||||
|
||||
# TODO:
|
||||
# Set up a domain called gh-pages.noratrieb.dev that's a CNAME for noratrieb.github.io
|
||||
# such that all one-off repos use that domain, making links redirectable in the future.
|
||||
# i've posted a bunch of nilstrieb.github.io links that are now dead
|
||||
|
||||
################################################################
|
||||
# deadname redirects
|
||||
nilstrieb.dev {
|
||||
|
|
@ -52,7 +57,7 @@ www.nilstrieb.dev {
|
|||
}
|
||||
|
||||
blog.nilstrieb.dev {
|
||||
redir https://blog.noratrieb.dev{uri} permanent
|
||||
redir https://noratrieb.dev/blog{uri} permanent
|
||||
}
|
||||
|
||||
hugo-chat.nilstrieb.dev {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue