add nextcloud

This commit is contained in:
Philip Peterson 2025-01-14 20:43:46 -09:00
parent a24744109c
commit 68210230de
No known key found for this signature in database
GPG key ID: 354311183FC6519B
2 changed files with 9 additions and 0 deletions

View file

@ -9,6 +9,7 @@
3000 #forgejo http
8082 #webdav
8087 #nextcloud
9090 #sync.io
];

View file

@ -150,6 +150,14 @@ in {
image = "deluan/navidrome";
};
"nextcloud" = {
autoStart = true;
image = "nextcloud/28-apache@sha256:c76d434dcac42bc6a9fae6962a16690c684bbfc1ada854879126ce0a169af16a";
volumes = [ ];
environment = { };
ports = ["8087:80"];
};
"webdav" = {
autoStart = true;
image = "quineglobal/nginx-webdav-nononsense@sha256:86002d386e433c3ed1d265d3aa7f921f96fb678651a913aaa92af8fb78870b1c";