try adding nextcloud

This commit is contained in:
Philip Peterson 2025-01-14 21:13:17 -09:00
parent fcf90b026f
commit 0bbb72f043
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -152,19 +152,20 @@ in {
"nextcloud" = {
autoStart = true;
image = "nextcloud/28-apache@sha256:ed95d344718ec86df96886b4b3465a9ce553c08b44b47306d399f0f201b04cb3";
image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";
# image = "nextcloud/28-apache@sha256:ed95d344718ec86df96886b4b3465a9ce553c08b44b47306d399f0f201b04cb3";
volumes = [ ];
environment = { };
ports = ["8087:80"];
};
"ubuntu" = {
autoStart = true;
image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";
volumes = [ ];
environment = {};
ports = ["222:22"];
};
# "ubuntu" = {
# autoStart = true;
# image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";
# volumes = [ ];
# environment = {};
# ports = ["222:22"];
# };
"sync.io" = {
autoStart = true;