This commit is contained in:
2025-01-31 19:39:53 -07:00
parent 1c0b573f60
commit cf6e52b572
47 changed files with 798 additions and 31 deletions

View File

@ -0,0 +1 @@
[Volume]

View File

@ -0,0 +1,35 @@
[Container]
ContainerName=beszel-agent
# Environment="user=1000"
Environment="KEY=ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKdY/QcDcSoXxY3PpcNDAV4XcP89qgtaI00Oxt5zoCuB"
Environment="PORT=45876"
Image=docker.io/henrygd/beszel-agent:latest
PublishPort=45876:45876
Volume=/etc/localtime:/etc/localtime:ro
Volume=/etc/timezone:/etc/timezone:ro
Volume=/home/podman/wild-phares/fullchain.cer:/certs/server.cert:ro
Volume=/home/podman/wild-phares/phares.duckdns.org.key:/certs/server.key:ro
# Volume=/var/run/docker.sock:/var/run/docker.sock:ro
Volume=/run/user/1000/podman/podman.sock:/var/run/docker.sock:ro
# Volume=/mnt/disk/.beszel:/extra-filesystems/sda1:ro
[Service]
Restart=no
[Unit]
Requires=beszel-server.service
After=beszel-server.service
[Install]
WantedBy=multi-user.target default.target
# podman pull docker.io/henrygd/beszel-agent:latest
# systemctl --user daemon-reload
# systemctl --user start beszel-agent
# systemctl --user status beszel-agent --lines=999
# journalctl -fu beszel-agent.service
# podman logs beszel-agent
# systemctl --user stop beszel-agent
# systemctl --user disable beszel-agent
# podman exec -ti beszel-agent /bin/sh
# podman exec -ti beszel-agent /bin/bash

View File

@ -0,0 +1,30 @@
[Container]
ContainerName=beszel-server
Environment="beszel_POSTGRESQL__PORT=5439"
Image=docker.io/henrygd/beszel:latest
PodmanArgs=--add-host=gotify.phares.duckdns.org:192.168.11.2
PodmanArgs=--add-host=kuma.phares.duckdns.org:192.168.11.2
PodmanArgs=--add-host=mattermost.phares.duckdns.org:192.168.11.2
PublishPort=5023:8090
Volume=/etc/localtime:/etc/localtime:ro
Volume=/etc/timezone:/etc/timezone:ro
Volume=/home/podman/wild-phares/fullchain.cer:/certs/server.cert:ro
Volume=/home/podman/wild-phares/phares.duckdns.org.key:/certs/server.key:ro
Volume=beszel-server-data:/beszel_data:Z
[Service]
Restart=no
[Install]
WantedBy=multi-user.target default.target
# podman pull docker.io/henrygd/beszel:latest
# systemctl --user daemon-reload
# systemctl --user start beszel-server
# systemctl --user status beszel-server --lines=999
# journalctl -fu beszel-server.service
# podman logs beszel-server
# systemctl --user stop beszel-server
# systemctl --user disable beszel-server
# podman exec -ti beszel-server /bin/sh
# podman exec -ti beszel-server /bin/bash

View File

@ -0,0 +1,32 @@
[Container]
AutoUpdate=registry
ContainerName=kanbn-to-quartz-server
Environment="ASPNETCORE_ENVIRONMENT=Production"
Image=gitea.phares.duckdns.org:443/phares3757/kanbn-to-quartz:latest
# Network=kanbn-to-quartz-server.network
# Pod=kanbn-to-quartz-server.pod
PublishPort=5024:5001
Volume=/etc/localtime:/etc/localtime:ro
Volume=/etc/timezone:/etc/timezone:ro
Volume=/mnt/free-file-sync/kanban/Year-Season/:/app/year-season:rw
# Volume=/home/www-data/jackyzha0-quartz-phares/content:/app/content:rw
Volume=/home/podman/jackyzha0-quartz-phares/content:/app/content:rw
# Volume=/home/podman/.microsoft/usersecrets/fb4df5f7-8d94-4524-987e-0b725a85edde:/~/.microsoft/usersecrets/fb4df5f7-8d94-4524-987e-0b725a85edde:ro
Volume=/home/podman/.microsoft/usersecrets/fb4df5f7-8d94-4524-987e-0b725a85edde/secrets.json:/app/secrets.json:ro
[Service]
Restart=no
[Install]
WantedBy=multi-user.target default.target
# podman pull gitea.phares.duckdns.org:443/phares3757/kanbn-to-quartz:latest
# systemctl --user daemon-reload
# systemctl --user start kanbn-to-quartz-server
# systemctl --user status kanbn-to-quartz-server
# journalctl -fu kanbn-to-quartz-server.service
# podman logs kanbn-to-quartz-server
# systemctl --user stop kanbn-to-quartz-server
# systemctl --user disable kanbn-to-quartz-server
# podman exec -ti kanbn-to-quartz-server /bin/sh
# podman exec -ti kanbn-to-quartz-server /bin/bash

View File

@ -9,6 +9,8 @@ Image=docker.io/louislam/uptime-kuma:1
# Pod=uptime-kuma.pod
PodmanArgs=--add-host=cockpit.phares.duckdns.org:192.168.11.2
PodmanArgs=--add-host=gotify.phares.duckdns.org:192.168.11.2
PodmanArgs=--add-host=immich-to-slideshow.phares.duckdns.org:192.168.11.2
PodmanArgs=--add-host=kanbn-to-quartz.phares.duckdns.org:192.168.11.2
PodmanArgs=--add-host=kuma.phares.duckdns.org:192.168.11.2
PodmanArgs=--add-host=mattermost.phares.duckdns.org:192.168.11.2
PodmanArgs=--add-host=pgadmin.phares.duckdns.org:192.168.11.2