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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue