Feat: more services moved to socket and element moved to native

This commit is contained in:
CoolnsX
2025-08-21 12:25:23 +05:30
parent 79a00d6fe0
commit 70269053bb
4 changed files with 6 additions and 27 deletions

View File

@@ -9,9 +9,9 @@ Image=docker.io/collabora/code:latest
# Enable auto-update container # Enable auto-update container
AutoUpdate=registry AutoUpdate=registry
# pass this to attach it to container # pass this to attach it to container
Environment=extra_params="--o:remote_font_config.url=${CLOUD}/apps/richdocuments/settings/fonts.json --o:ssl.enable=false --o:ssl.termination=true --o:net.post_allow.host[0]=160.202.39.[0-9]{1,3} --o:net.post_allow_host[1]=100.64.0.[0-9]{1,3} --o:per_document.max_concurrency=12 --o:num_prespawn_children=12" Environment=extra_params="--o:remote_font_config.url=${CLOUD}/apps/richdocuments/settings/fonts.json --o:ssl.enable=false --o:ssl.termination=true --o:net.post_allow.host[0]=160.202.39.[0-9]{1,3} --o:net.post_allow_host[1]=100.64.0.[0-9]{1,3} --o:net.post_allow_host[2]=127.0.0.1 --o:per_document.max_concurrency=12 --o:num_prespawn_children=12"
Environment=aliasgroup1=${CLOUD}:443 Environment=aliasgroup1=${CLOUD}
Environment=domain1=${CLOUD}:443 Environment=domain1=${CLOUD}
Environment=DONT_GEN_SSL_CERT=true Environment=DONT_GEN_SSL_CERT=true
Environment=server_name=${HOST} Environment=server_name=${HOST}

View File

@@ -1,21 +0,0 @@
[Unit]
Description=Element Container
[Container]
ContainerName=element
Image=docker.io/vectorim/element-web:latest
# Enable auto-update container
AutoUpdate=registry
PublishPort=8089:80
Sysctl=net.ipv4.ip_unprivileged_port_start=80
Volume=./element-config.json:/app/config.json
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target

View File

@@ -4,4 +4,3 @@ Description=Matrix Pod
[Pod] [Pod]
PodName=matrix PodName=matrix
Volume=%h/podman/matrix/.socket:/tmp/matrix Volume=%h/podman/matrix/.socket:/tmp/matrix
#Network=host

View File

@@ -2,7 +2,6 @@
Description=Ntfy Container Description=Ntfy Container
[Container] [Container]
Network=host
ContainerName=ntfy ContainerName=ntfy
Image=docker.io/binwiederhier/ntfy:latest Image=docker.io/binwiederhier/ntfy:latest
Exec=serve Exec=serve
@@ -16,7 +15,9 @@ Environment=NTFY_BASE_URL=https://ntfy.coolans.dev
Environment=NTFY_CACHE_FILE=/var/lib/ntfy/cache.db Environment=NTFY_CACHE_FILE=/var/lib/ntfy/cache.db
Environment=NTFY_AUTH_FILE=/var/lib/ntfy/auth.db Environment=NTFY_AUTH_FILE=/var/lib/ntfy/auth.db
Environment=NTFY_AUTH_DEFAULT_ACCESS=deny-all Environment=NTFY_AUTH_DEFAULT_ACCESS=deny-all
Environment=NTFY_LISTEN_HTTP=:7777 Environment=NTFY_LISTEN_HTTP="-"
Environment=NTFY_LISTEN_UNIX=/var/lib/ntfy/ntfy.sock
Environment=NTFY_LISTEN_UNIX_MODE=0770
Environment=NTFY_BEHIND_PROXY=true Environment=NTFY_BEHIND_PROXY=true
Environment=NTFY_ATTACHMENT_CACHE_DIR=/var/lib/ntfy/attachments Environment=NTFY_ATTACHMENT_CACHE_DIR=/var/lib/ntfy/attachments
Environment=NTFY_ENABLE_LOGIN=false Environment=NTFY_ENABLE_LOGIN=false