ingress-proxy/monitoring
This commit is contained in:
parent
7306ec2f9e
commit
f5e19fbeeb
2 changed files with 4 additions and 4 deletions
|
@ -61,8 +61,6 @@ in {
|
||||||
};
|
};
|
||||||
} // defaultConfig;
|
} // defaultConfig;
|
||||||
in {
|
in {
|
||||||
"" = placeholder;
|
|
||||||
|
|
||||||
# Matrix (main)
|
# Matrix (main)
|
||||||
"mx.sapphic.engineer" = defaultConfig // {
|
"mx.sapphic.engineer" = defaultConfig // {
|
||||||
listen = [
|
listen = [
|
||||||
|
@ -114,7 +112,9 @@ in {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"oc.mekanoe.com" = placeholder;
|
"oc.mekanoe.com" = placeholder // {
|
||||||
|
serverAliases = [ "" ];
|
||||||
|
};
|
||||||
|
|
||||||
"kitsu.love" = static {
|
"kitsu.love" = static {
|
||||||
url = "https://codeberg.org/Vivieraaa/kitsu-site.git";
|
url = "https://codeberg.org/Vivieraaa/kitsu-site.git";
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
in with ports; [
|
in with ports; [
|
||||||
(static "aerial" [ node ])
|
(static "aerial" [ node ])
|
||||||
(static "pineapple" [ node nginx ])
|
(static "pineapple" [ node nginx ])
|
||||||
(static "watermelon" [ node nginx ])
|
(static "ps2live" [ node ])
|
||||||
(static "mango" [ node ])
|
(static "mango" [ node ])
|
||||||
(static "happystaticbuzz" [ node ])
|
(static "happystaticbuzz" [ node ])
|
||||||
(static "keylime" [ node ])
|
(static "keylime" [ node ])
|
||||||
|
|
Loading…
Add table
Reference in a new issue