updates
This commit is contained in:
parent
a115a8614a
commit
8d3aebf9ca
4 changed files with 114 additions and 93 deletions
|
@ -83,10 +83,6 @@
|
|||
mac = "00:50:56:91:0d:69";
|
||||
type = "vm";
|
||||
};
|
||||
"immich" = {
|
||||
ip = "192.168.0.116";
|
||||
mac = "06:8a:8e:3e:43:45";
|
||||
};
|
||||
"mail" = {
|
||||
ip = "192.168.0.118";
|
||||
mac = "00:50:56:91:3b:03";
|
||||
|
|
|
@ -46,7 +46,7 @@ in
|
|||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedBrotliSettings = true;
|
||||
clientMaxBodySize = "500m";
|
||||
clientMaxBodySize = "5000M";
|
||||
|
||||
package = pkgs.nginxMainline;
|
||||
|
||||
|
@ -89,6 +89,13 @@ in
|
|||
# '';
|
||||
};
|
||||
|
||||
"immich.0x76.dev" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://10.42.42.4:2283";
|
||||
locations."/".proxyWebsockets = true;
|
||||
};
|
||||
|
||||
"blog.xirion.net" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
[
|
||||
{
|
||||
"version": "1.40.5.8796",
|
||||
"version": "1.40.5.8854",
|
||||
"platform": "aarch64-linux",
|
||||
"url": "https://downloads.plex.tv/plex-media-server-new/1.40.5.8796-3e374e32c/debian/plexmediaserver_1.40.5.8796-3e374e32c_arm64.deb",
|
||||
"hash": "0lbjib2gyp424q0v4khwjyy4xdx51yvbgpakdzp0ksqskfxdm5fr"
|
||||
"url": "https://downloads.plex.tv/plex-media-server-new/1.40.5.8854-f36c552fd/debian/plexmediaserver_1.40.5.8854-f36c552fd_arm64.deb",
|
||||
"hash": "0avh44f66aglg9f89qyfzzklksi4k0nx60515kcqgp9zcah5ryac"
|
||||
},
|
||||
{
|
||||
"version": "1.40.5.8796",
|
||||
"version": "1.40.5.8854",
|
||||
"platform": "x86_64-linux",
|
||||
"url": "https://downloads.plex.tv/plex-media-server-new/1.40.5.8796-3e374e32c/debian/plexmediaserver_1.40.5.8796-3e374e32c_amd64.deb",
|
||||
"hash": "0vdf3cilghmi8gd18dw6d4qg6j71ikfp9lqnd2qy6jjw8a3m3jk8"
|
||||
"url": "https://downloads.plex.tv/plex-media-server-new/1.40.5.8854-f36c552fd/debian/plexmediaserver_1.40.5.8854-f36c552fd_amd64.deb",
|
||||
"hash": "1ii35w201g1xjvviswc2rnrrra758i9sd3i5fikp52f60qjwg06z"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue