remove gotify server
This commit is contained in:
parent
397e97561c
commit
583e01832f
2 changed files with 0 additions and 30 deletions
|
|
@ -21,10 +21,6 @@
|
||||||
name = "Immich";
|
name = "Immich";
|
||||||
url = "https://photo.yanlincs.com/photos";
|
url = "https://photo.yanlincs.com/photos";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Gotify";
|
|
||||||
url = "https://notify.yanlincs.com/";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Productivity";
|
name = "Productivity";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
|
|
||||||
|
|
@ -62,32 +62,6 @@ in
|
||||||
autoStart = true;
|
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 Backend Scheduler
|
||||||
oc-scheduler = {
|
oc-scheduler = {
|
||||||
image = "localhost/oc-scheduler:v1";
|
image = "localhost/oc-scheduler:v1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue