chore(koi): f.stupid.fish + removed static from landing
This commit is contained in:
parent
acae35e923
commit
a24acf9770
5 changed files with 13 additions and 10 deletions
|
@ -74,6 +74,18 @@ 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 ];
|
||||||
|
|
|
@ -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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<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>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue