61 lines
2.6 KiB
Plaintext
61 lines
2.6 KiB
Plaintext
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=firefox
|
|
Environment="FF_OPEN_URL=https://192.168.11.1"
|
|
Image=docker.io/jlesage/firefox:v24.11.1
|
|
# Network=firefox.network
|
|
# Pod=firefox.pod
|
|
PublishPort=5800:5800
|
|
PodmanArgs=--add-host=adguard.affirm.duckdns.org:192.168.0.31
|
|
PodmanArgs=--add-host=adguard.bchs.duckdns.org:192.168.0.43
|
|
PodmanArgs=--add-host=adguard.jmlc.duckdns.org:192.168.0.42
|
|
PodmanArgs=--add-host=adguard.phares.duckdns.org:192.168.11.2
|
|
PodmanArgs=--add-host=adguard.sumco.duckdns.org:192.168.0.41
|
|
PodmanArgs=--add-host=cockpit.affirm.duckdns.org:192.168.0.31
|
|
PodmanArgs=--add-host=cockpit.bchs.duckdns.org:192.168.0.43
|
|
PodmanArgs=--add-host=cockpit.jmlc.duckdns.org:192.168.0.42
|
|
PodmanArgs=--add-host=cockpit.sumco.duckdns.org:192.168.0.41
|
|
PodmanArgs=--add-host=firefox.affirm.duckdns.org:192.168.0.31
|
|
PodmanArgs=--add-host=firefox.bchs.duckdns.org:192.168.0.43
|
|
PodmanArgs=--add-host=firefox.jmlc.duckdns.org:192.168.0.42
|
|
PodmanArgs=--add-host=firefox.sumco.duckdns.org:192.168.0.41
|
|
PodmanArgs=--add-host=gotify.phares.duckdns.org:192.168.11.2
|
|
PodmanArgs=--add-host=immich.affirm.duckdns.org:192.168.0.31
|
|
PodmanArgs=--add-host=immich.bchs.duckdns.org:192.168.0.43
|
|
PodmanArgs=--add-host=immich.jmlc.duckdns.org:192.168.0.42
|
|
PodmanArgs=--add-host=immich.phares.duckdns.org:192.168.11.2
|
|
PodmanArgs=--add-host=immich.sumco.duckdns.org:192.168.0.41
|
|
PodmanArgs=--add-host=kanbn-to-quartz.phares.duckdns.org:192.168.11.2
|
|
PodmanArgs=--add-host=kuma.affirm.duckdns.org:192.168.0.31
|
|
PodmanArgs=--add-host=kuma.bchs.duckdns.org:192.168.0.43
|
|
PodmanArgs=--add-host=kuma.jmlc.duckdns.org:192.168.0.42
|
|
PodmanArgs=--add-host=kuma.phares.duckdns.org:192.168.11.2
|
|
PodmanArgs=--add-host=kuma.phares.duckdns.org:192.168.11.2
|
|
PodmanArgs=--add-host=kuma.sumco.duckdns.org:192.168.0.41
|
|
PodmanArgs=--add-host=vaultwarden.phares.duckdns.org:192.168.11.2
|
|
PodmanArgs=--add-host=warden.phares.duckdns.org:192.168.11.2
|
|
PodmanArgs=--add-host=ha.sumco.duckdns.org:192.168.0.41
|
|
PodmanArgs=--add-host=nginx.sumco.duckdns.org:192.168.0.41
|
|
PodmanArgs=--add-host=ha.bchs.duckdns.org:192.168.0.41
|
|
PodmanArgs=--add-host=nginx.bchs.duckdns.org:192.168.0.41
|
|
Volume=/etc/localtime:/etc/localtime:ro
|
|
Volume=/etc/timezone:/etc/timezone:ro
|
|
Volume=firefox-data.volume:/config:rw
|
|
|
|
[Service]
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|
|
|
|
# podman pull docker.io/jlesage/firefox:v24.11.1
|
|
# systemctl --user daemon-reload
|
|
# systemctl --user start firefox
|
|
# systemctl --user status firefox
|
|
# journalctl -fu firefox.service
|
|
# podman logs firefox
|
|
# systemctl --user stop firefox
|
|
# systemctl --user disable firefox
|
|
# podman exec -ti firefox /bin/sh
|
|
# podman exec -ti firefox /bin/bash
|