Dateien nach „/“ hochladen

This commit is contained in:
Oliver Pifferi 2025-03-28 11:15:57 +01:00
parent f3e2051f46
commit 81fa3f2da9
5 changed files with 34 additions and 0 deletions

1
get_ids Normal file
View file

@ -0,0 +1 @@
id

7
install_adguard_home Normal file
View file

@ -0,0 +1,7 @@
docker run -d --name=adguard \
-e TZ=Europe/Berlin \
-v /volume1/docker/adguardhome/conf:/opt/adguardhome/conf \
-v /volume1/docker/adguardhome/work:/opt/adguardhome/work \
--net=host \
--restart always \
adguard/adguardhome

6
install_ghost Normal file
View file

@ -0,0 +1,6 @@
docker run -d --name=ghost \
-p 2368:2368 \
-e url=https://yourblog.com \
-v /volume1/docker/ghost:/var/lib/ghost/content \
--restart always \
ghost

9
install_heimdall Normal file
View file

@ -0,0 +1,9 @@
docker run -d --name=heimdall \
-p 8056:80 \
-p 7543:443 \
-e PUID=1000 \
-e PGID=100 \
-e TZ=Europe/Berlin \
-v /volume1/docker/heimdall:/config \
--restart always \
lscr.io/linuxserver/heimdall:latest

11
install_home_assistant Normal file
View file

@ -0,0 +1,11 @@
docker run -d --name=hassio_supervisor \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/run/dbus:/var/run/dbus \
-v /volume1/docker/homeassistant:/data \
-e SUPERVISOR_SHARE=/volume1/docker/homeassistant \
-e SUPERVISOR_NAME=hassio_supervisor \
-e HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-64-homeassistant \
--security-opt seccomp=unconfined \
--privileged \
--restart always \
homeassistant/amd64-hassio-supervisor