Compare commits

..

No commits in common. "d2deaeb83672699a7f7e9de1842d7d95a84ddbba" and "6cefec7b264a38a8a41a75fd328cacc103e297ab" have entirely different histories.

8 changed files with 2 additions and 27 deletions

View file

@ -8,9 +8,6 @@
"19132:19132"
"25500-25600:25500-25600"
];
labels = {
"io.containers.autoupdate" = "registry";
};
volumes = [
"/var/lib/crafty-controller/backups:/crafty/backups"
"/var/lib/crafty-controller/logs:/crafty/logs"

View file

@ -14,13 +14,6 @@
defaultNetwork.settings.dns.enable = true;
};
};
# Enable system podman autoupdate timer
systemd.timers.podman-auto-update = {
enable = true;
wantedBy = ["timers.target"];
};
environment.systemPackages = with pkgs; [
podman-compose
podman-tui

View file

@ -5,9 +5,6 @@
ports = [
"8282:8282"
];
labels = {
"io.containers.autoupdate" = "registry";
};
volumes = [
"/var/lib/syncyomi:/config"
];

View file

@ -8,9 +8,6 @@
environment = {
"SYMFONY__ENV__DOMAIN_NAME" = "https://wallabag.cronyakatsuki.xyz";
};
labels = {
"io.containers.autoupdate" = "registry";
};
volumes = [
"/var/lib/wallabag/data:/var/www/wallabag/data"
"/var/lib/wallabag/images:/var/www/wallabag/web/assets/images"

View file

@ -5,9 +5,6 @@
ports = [
"8001:80"
];
labels = {
"io.containers.autoupdate" = "registry";
};
volumes = [
"/var/lib/website:/usr/share/nginx/html:ro"
];

View file

@ -1,6 +1,6 @@
{
virtualisation.oci-containers.containers.homeassistant = {
image = "docker.io/homeassistant/home-assistant:stable";
image = "homeassistant/home-assistant:stable";
autoStart = true;
ports = [
"8123:8123"
@ -13,9 +13,6 @@
NET_ADMIN = true;
NET_RAW = true;
};
labels = {
"io.containers.autoupdate" = "registry";
};
extraOptions = ["--network=host"];
volumes = [
"/etc/localtime:/etc/localtime:ro"

View file

@ -1,13 +1,10 @@
{
virtualisation.oci-containers.containers.wallos = {
image = "docker.io/bellamy/wallos:latest";
image = "bellamy/wallos:latest";
autoStart = true;
ports = [
"8282:80/tcp"
];
labels = {
"io.containers.autoupdate" = "registry";
};
volumes = [
"/var/lib/wallos/db:/var/www/html/db"
"/var/lib/wallos/logos:/var/www/html/images/uploads/logos"

Binary file not shown.