sombrero: Remove koreder-sync
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user