Compare commits

...

2 Commits

Author SHA1 Message Date
CoolnsX
23eb0efafb feat: uptime kuma 2026-01-31 11:41:22 +05:30
CoolnsX
aa665a8e0b fix: gitea and synapse_db .container file changes 2026-01-31 11:37:37 +05:30
6 changed files with 23 additions and 42 deletions

View File

@@ -23,7 +23,6 @@ AddCapability=CAP_NET_BIND_SERVICE
Volume=%h/podman/gitea:/data Volume=%h/podman/gitea:/data
Volume=%h/podman/gitea/.socket:/tmp/gitea/ Volume=%h/podman/gitea/.socket:/tmp/gitea/
Volume=/etc/timezone:/etc/timezone:ro
Volume=/etc/localtime:/etc/localtime:ro Volume=/etc/localtime:/etc/localtime:ro
[Service] [Service]

View File

@@ -14,7 +14,7 @@ Environment=POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
Environment=POSTGRES_USER=${POSTGRES_USER} Environment=POSTGRES_USER=${POSTGRES_USER}
Environment=POSTGRES_INITDB_ARGS='--encoding=UTF-8 --lc-collate=C --lc-ctype=C' Environment=POSTGRES_INITDB_ARGS='--encoding=UTF-8 --lc-collate=C --lc-ctype=C'
Volume=%h/podman/matrix/database:/var/lib/postgresql/data Volume=%h/podman/matrix/database:/var/lib/postgresql
[Service] [Service]
# pass this to autofill above variables # pass this to autofill above variables

View File

@@ -1,21 +0,0 @@
[Unit]
Description=Nginx Proxy Container
[Container]
Pod=nginx-proxy.pod
ContainerName=nginx-proxy
Image=docker.io/jc21/nginx-proxy-manager:latest
# Enable auto-update container
AutoUpdate=registry
Volume=%h/podman/nginx-proxy/data:/data
Volume=%h/podman/nginx-proxy/letsencrypt:/etc/letsencrypt
Volume=./server_proxy.conf:/data/nginx/custom/server_proxy.conf
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target

View File

@@ -1,11 +0,0 @@
[Unit]
Description=Nginx Proxy Pod
[Pod]
PodName=nginx-proxy
Network=host
#PublishPort=80:80
#PublishPort=81:81
#PublishPort=443:443
#PublishPort=2222:22
#PublishPort=3478:3478

View File

@@ -1,8 +0,0 @@
gzip on;
gzip_types text/plain text/css text/javascript text/xml text/calendar text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy application/javascript application/json application/ld+json application/manifest+json application/rdf+xml application/rss+xml application/schema+json application/atom+xml application/xml application/xml+rss application/soap+xml application/font-woff application/font-woff2 application/vnd.ms-fontobject application/pdf application/vnd.ms-excel application/msword application/vnd.ms-powerpoint application/zip application/xslt+xml application/xml-dtd application/vnd.android.package-archive application/vnd.iphone application/vnd.wap.xhtml+xml application/x-font-opentype application/x-font-truetype application/x-font-ttf application/x-javascript application/x-mpegURL application/x-rar-compressed application/x-shockwave-flash application/x-stuffit application/x-tar application/x-web-app-manifest+json application/xhtml+xml application/x-7z-compressed font/eot font/opentype image/bmp image/svg+xml image/vnd.microsoft.icon image/x-icon;
gzip_min_length 1000;
gzip_comp_level 9;
gzip_buffers 32 8k;
gzip_proxied no-cache no-store private expired auth;
gunzip on;
gzip_static on;

View File

@@ -0,0 +1,22 @@
[Unit]
Description=Uptime Kuma Container
[Container]
ContainerName=uptime-kuma
Image=docker.io/louislam/uptime-kuma:latest
# Enable auto-update container
AutoUpdate=registry
Network=host
# pass this to attach it to container
Volume=%h/podman/uptime-kuma:/app/data
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target