WIP: portainer service and host

This commit is contained in:
pazpi 2025-01-06 15:39:09 +01:00
parent 2673c763d5
commit 350fe15576
11 changed files with 182 additions and 2 deletions

View file

@ -93,6 +93,7 @@
"metrics"
"nextcloud"
"vaultwarden"
"portainer"
];
};
@ -131,6 +132,15 @@
];
};
portainer.deployment = {
targetHost = "192.168.1.156";
tags = [
"lxc"
"node"
"portainer"
];
};
deadbeef.deployment = {
allowLocalDeployment = true;
targetHost = null;