Compare commits
No commits in common. "a24acf97705203995094a6c14b5f36622fe681a1" and "036cd67fcd211fe3401281b8a314a44f0387e6dc" have entirely different histories.
a24acf9770
...
036cd67fcd
6 changed files with 19 additions and 14 deletions
|
@ -74,18 +74,6 @@ in {
|
||||||
proxyPass = "http://sftpgo.docker:80$request_uri";
|
proxyPass = "http://sftpgo.docker:80$request_uri";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"f.stupid.fish" = {
|
|
||||||
forceSSL = true;
|
|
||||||
useACMEHost = "stupid.fish";
|
|
||||||
|
|
||||||
locations."/" = {
|
|
||||||
extraConfig = ''
|
|
||||||
alias /mnt/s3-desu-priv-encrypted/public/;
|
|
||||||
autoindex on;
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ WEBDAV_PORT ];
|
networking.firewall.allowedTCPPorts = [ WEBDAV_PORT ];
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
[{
|
||||||
|
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||||
|
"target": {
|
||||||
|
"namespace": "android_app",
|
||||||
|
"package_name": "fish.stupid.twa",
|
||||||
|
"sha256_cert_fingerprints":
|
||||||
|
["6B:39:DC:A2:51:76:4C:57:BF:6F:A0:CD:47:D9:F8:23:49:1B:25:E5:DE:5B:BE:7D:BB:CD:F5:A7:91:4A:AA:DD"]
|
||||||
|
}
|
||||||
|
}]
|
BIN
hosts/koi/services/landing/assets/alina.mp4
Normal file
BIN
hosts/koi/services/landing/assets/alina.mp4
Normal file
Binary file not shown.
|
@ -49,7 +49,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<video autoplay muted loop src="https://f.stupid.fish/alina.mp4"></video>
|
<video autoplay muted loop src="alina.mp4"></video>
|
||||||
<h1>stupid.fish technologies</h1>
|
<h1>stupid.fish technologies</h1>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="https://arumi-kuma.stupid.fish/status/meow">status</a>
|
<a href="https://arumi-kuma.stupid.fish/status/meow">status</a>
|
||||||
|
|
BIN
hosts/koi/services/landing/assets/lol.jpg
Normal file
BIN
hosts/koi/services/landing/assets/lol.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -22,12 +22,20 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
desu.secrets.hass-proxy-env = {};
|
||||||
|
desu.openid-proxy.services.hass = {
|
||||||
|
clientId = "299748893099360262";
|
||||||
|
domain = "hass.stupid.fish";
|
||||||
|
upstream = "http://10.42.0.3:8123";
|
||||||
|
envSecret = "hass-proxy-env";
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."hass.stupid.fish" = {
|
services.nginx.virtualHosts."hass.stupid.fish" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "stupid.fish";
|
useACMEHost = "stupid.fish";
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://10.42.0.3:8123$request_uri";
|
proxyPass = "http://hass-oidc.docker$request_uri";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue