DHCP
Static IP txt to bash firefox ssh
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
ContainerName=firefox
|
||||
Environment="DARK_MODE=1"
|
||||
Environment="SECURE_CONNECTION=1"
|
||||
Environment="WEB_AUTHENTICATION=1"
|
||||
Environment="VNC_PASSWORD=Remember65"
|
||||
Environment="WEB_AUTHENTICATION_USERNAME=phares"
|
||||
Environment="WEB_AUTHENTICATION_PASSWORD=Remember65"
|
||||
Environment="FF_OPEN_URL=https://192.168.11.1"
|
||||
Image=docker.io/jlesage/firefox:v24.11.1
|
||||
# Network=firefox.network
|
||||
@ -36,11 +42,12 @@ 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
|
||||
PodmanArgs=--add-host=ha.bchs.duckdns.org:192.168.0.43
|
||||
Volume=/etc/localtime:/etc/localtime:ro
|
||||
Volume=/etc/timezone:/etc/timezone:ro
|
||||
Volume=firefox-data.volume:/config:rw
|
||||
Volume=/home/podman/wild-phares/fullchain.cer:/config/certs/web-fullchain.pem:ro
|
||||
Volume=/home/podman/wild-phares/phares.duckdns.org.key:/config/certs/web-privkey.pem:ro
|
||||
|
||||
[Service]
|
||||
Restart=no
|
||||
|
Reference in New Issue
Block a user