added quadlets for foundryvtt, netboot.xyz and joplin
This commit is contained in:
parent
80f392476d
commit
34bdae1bb8
10 changed files with 147 additions and 0 deletions
36
quadlets/foundryvtt/foundryvtt.container
Normal file
36
quadlets/foundryvtt/foundryvtt.container
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Foundry VTT Quadlet
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
After=local-fs.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=docker.io/felddy/foundryvtt:release
|
||||||
|
ContainerName=foundryvtt
|
||||||
|
HostName=foundryvtt
|
||||||
|
#AutoUpdate=registry
|
||||||
|
|
||||||
|
# Set this instead to expose it locally for asset uploads etc
|
||||||
|
Volume=./foundryvtt:/data:z
|
||||||
|
#Volume=foundryvtt-data:/data
|
||||||
|
|
||||||
|
Network=foundryvtt.network
|
||||||
|
PublishPort=30000:30000
|
||||||
|
|
||||||
|
Environment=TIMEZONE=
|
||||||
|
Environment=FOUNDRY_UID=
|
||||||
|
Environment=FOUNDRY_GID=
|
||||||
|
Environment=FOUNDRY_PASSWORD=
|
||||||
|
Environment=FOUNDRY_USERNAME=
|
||||||
|
Environment=FOUNDRY_ADMIN_KEY=
|
||||||
|
Environment=FOUNDRY_LICENSE_KEY=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
|
||||||
|
Environment=FOUNDRY_HOT_RELOAD=true
|
||||||
|
Environment=CONTAINER_PRESERVE_CONFIG=true
|
||||||
|
Environment=CONTAINER_CACHE="/data/container_cache"
|
4
quadlets/foundryvtt/foundryvtt.network
Normal file
4
quadlets/foundryvtt/foundryvtt.network
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[Network]
|
||||||
|
Subnet=10.20.40.0/24
|
||||||
|
Gateway=10.20.40.1
|
||||||
|
Label=app=foundryvtt
|
2
quadlets/foundryvtt/foundryvtt.volume
Normal file
2
quadlets/foundryvtt/foundryvtt.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=foundryvtt-data
|
27
quadlets/joplin/joplin-db.container
Normal file
27
quadlets/joplin/joplin-db.container
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Joplin DB Quadlet
|
||||||
|
WantedBy=joplin.service
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
After=local-fs.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=docker.io/library/postgres:15
|
||||||
|
ContainerName=joplin-db
|
||||||
|
HostName=joplin-db
|
||||||
|
#AutoUpdate=registry
|
||||||
|
|
||||||
|
Network=joplin.network
|
||||||
|
|
||||||
|
Volume=joplindb-data:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
Environment=POSTGRES_PASSWORD=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
|
Environment=POSTGRES_USER=postgres
|
||||||
|
Environment=POSTGRES_DB=joplin
|
31
quadlets/joplin/joplin.container
Normal file
31
quadlets/joplin/joplin.container
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Joplin Server Quadlet
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
After=local-fs.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=docker.io/etechonomy/joplin-server:latest
|
||||||
|
ContainerName=joplin-server
|
||||||
|
HostName=joplin-server
|
||||||
|
Network=joplin.network
|
||||||
|
#AutoUpdate=registry
|
||||||
|
|
||||||
|
Network=joplin.network
|
||||||
|
PublishPort=22300:22300
|
||||||
|
|
||||||
|
Environment=APP_BASE_URL=https://xxxxx.xxx
|
||||||
|
Environment=APP_PORT=22300
|
||||||
|
Environment=DB_CLIENT=pg
|
||||||
|
Environment=POSTGRES_PASSWORD=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
|
Environment=POSTGRES_DATABASE=joplin
|
||||||
|
Environment=POSTGRES_USER=postgres
|
||||||
|
Environment=POSTGRES_PORT=5432
|
||||||
|
Environment=POSTGRES_HOST=joplin-db
|
4
quadlets/joplin/joplin.network
Normal file
4
quadlets/joplin/joplin.network
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[Network]
|
||||||
|
Subnet=10.20.10.0/24
|
||||||
|
Gateway=10.20.10.1
|
||||||
|
Label=app=joplin
|
2
quadlets/joplin/joplindb-data.volume
Normal file
2
quadlets/joplin/joplindb-data.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=joplindb-data
|
35
quadlets/netboot-xyz/netboot-xyz.container
Normal file
35
quadlets/netboot-xyz/netboot-xyz.container
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Netbook.xyz Quadlet
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
After=local-fs.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=lscr.io/linuxserver/netbootxyz:latest
|
||||||
|
ContainerName=netboot-xyz
|
||||||
|
HostName=netboot-xyz
|
||||||
|
#AutoUpdate=registry
|
||||||
|
|
||||||
|
Volume=netboot-xyz-config:/config
|
||||||
|
Volume=./netboot-xyz/assets:/assets:z
|
||||||
|
|
||||||
|
Network=netboot-xyz.network
|
||||||
|
PublishPort=3000:3000
|
||||||
|
PublishPort=8082:80
|
||||||
|
PublishPort=69:69/udp
|
||||||
|
|
||||||
|
Environment=PUID=
|
||||||
|
Environment=PGID=
|
||||||
|
Environment=TZ=
|
||||||
|
Environment=PORT_RANGE=30000:30010
|
||||||
|
Environment=SUBFOLDER=/
|
||||||
|
Environment=WEB_APP_PORT=3000
|
||||||
|
|
||||||
|
|
4
quadlets/netboot-xyz/netboot-xyz.network
Normal file
4
quadlets/netboot-xyz/netboot-xyz.network
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[Network]
|
||||||
|
Subnet=10.20.30.0/24
|
||||||
|
Gateway=10.20.30.1
|
||||||
|
Label=app=netboot-xyz
|
2
quadlets/netboot-xyz/netboot-xyz.volume
Normal file
2
quadlets/netboot-xyz/netboot-xyz.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=netboot-xyz-config
|
Loading…
Add table
Reference in a new issue