Compare commits
2 commits
036cd67fcd
...
a24acf9770
Author | SHA1 | Date | |
---|---|---|---|
a24acf9770 | |||
acae35e923 |
6 changed files with 14 additions and 19 deletions
|
@ -74,6 +74,18 @@ in {
|
|||
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 ];
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[{
|
||||
"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"]
|
||||
}
|
||||
}]
|
Binary file not shown.
|
@ -49,7 +49,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<video autoplay muted loop src="alina.mp4"></video>
|
||||
<video autoplay muted loop src="https://f.stupid.fish/alina.mp4"></video>
|
||||
<h1>stupid.fish technologies</h1>
|
||||
<footer>
|
||||
<a href="https://arumi-kuma.stupid.fish/status/meow">status</a>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
|
@ -22,20 +22,12 @@ 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" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "stupid.fish";
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://hass-oidc.docker$request_uri";
|
||||
proxyPass = "http://10.42.0.3:8123$request_uri";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue