sombrero: Remove koreder-sync
This commit is contained in:
@@ -76,7 +76,6 @@
|
|||||||
80
|
80
|
||||||
443
|
443
|
||||||
1122 # ssh
|
1122 # ssh
|
||||||
8181 # books-sync
|
|
||||||
8384 # syncthing
|
8384 # syncthing
|
||||||
8083 # calibre-web
|
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" = {
|
virtualHosts."syncthing.sombrero.a2x.se" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = 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 = {
|
users = {
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user