sombrero: Remove koreder-sync

This commit is contained in:
Alexander Heldt
2023-10-22 19:39:33 +02:00
parent 96f6da1041
commit 0fc2447481

View File

@@ -76,7 +76,6 @@
80
443
1122 # ssh
8181 # books-sync
8384 # syncthing
8083 # calibre-web
];
@@ -102,15 +101,6 @@
};
};
virtualHosts."books-sync.sombrero.a2x.se" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8181";
};
};
virtualHosts."syncthing.sombrero.a2x.se" = {
forceSSL = true;
enableACME = true;
@@ -308,21 +298,6 @@
};
};
virtualisation = {
oci-containers.containers = {
koreader-sync = {
image = "localhost/koreader-sync";
autoStart = true;
extraOptions = [ "--network=host" ];
volumes = [
"/home/alex/backup/book-progress/:/book-progress"
];
};
};
};
users = {
mutableUsers = false;