remove linkding
This commit is contained in:
parent
477fb36411
commit
598e9eecf7
3 changed files with 37 additions and 45 deletions
|
|
@ -299,25 +299,6 @@ in
|
|||
autoStart = true;
|
||||
};
|
||||
|
||||
# Linkding bookmark manager
|
||||
linkding = {
|
||||
image = "docker.io/sissbruecker/linkding:latest-plus";
|
||||
|
||||
volumes = [
|
||||
"/var/lib/containers/link:/etc/linkding/data"
|
||||
];
|
||||
|
||||
ports = [
|
||||
"5007:9090"
|
||||
];
|
||||
|
||||
extraOptions = [
|
||||
"--network=podman"
|
||||
];
|
||||
|
||||
autoStart = true;
|
||||
};
|
||||
|
||||
# Nextcloud cloud storage and file sharing
|
||||
cloud = {
|
||||
image = "docker.io/linuxserver/nextcloud:latest";
|
||||
|
|
|
|||
|
|
@ -85,19 +85,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Linkding bookmark manager
|
||||
link = {
|
||||
rule = "Host(`link.yanlincs.com`)";
|
||||
entrypoints = "websecure";
|
||||
service = "link";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
# Jellyfin Media Server
|
||||
jellyfin = {
|
||||
rule = "Host(`jellyfin.yanlincs.com`)";
|
||||
|
|
@ -205,15 +192,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Linkding backend (via WireGuard)
|
||||
link = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://10.2.2.20:5007";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
# Jellyfin backend (via WireGuard)
|
||||
jellyfin = {
|
||||
loadBalancer = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue