remove gotify server

This commit is contained in:
Yan Lin 2025-10-10 01:27:04 +02:00
parent 397e97561c
commit 583e01832f
2 changed files with 0 additions and 30 deletions

View file

@ -21,10 +21,6 @@
name = "Immich";
url = "https://photo.yanlincs.com/photos";
}
{
name = "Gotify";
url = "https://notify.yanlincs.com/";
}
{
name = "Productivity";
bookmarks = [

View file

@ -62,32 +62,6 @@ in
autoStart = true;
};
# Gotify notification server
gotify = {
image = "docker.io/gotify/server";
volumes = [
"/var/lib/containers/config/gotify:/app/data"
];
labels = {
"traefik.enable" = "true";
"traefik.http.routers.notify.rule" = "Host(`notify.yanlincs.com`)";
"traefik.http.routers.notify.entrypoints" = "websecure";
"traefik.http.routers.notify.tls" = "true";
"traefik.http.routers.notify.tls.certresolver" = "cloudflare";
"traefik.http.routers.notify.tls.domains[0].main" = "*.yanlincs.com";
"traefik.http.services.notify.loadbalancer.server.port" = "80";
};
extraOptions = [
"--network=podman"
"--security-opt=no-new-privileges:true"
];
autoStart = true;
};
# OC Backend Scheduler
oc-scheduler = {
image = "localhost/oc-scheduler:v1";