Added Netboot
This commit is contained in:
parent
6a7e360827
commit
b1aa6afa22
2 changed files with 33 additions and 0 deletions
30
quadlets/netboot-xyz/netboot-xyz.container
Normal file
30
quadlets/netboot-xyz/netboot-xyz.container
Normal file
|
@ -0,0 +1,30 @@
|
|||
[Unit]
|
||||
Description=Netbook.xyz Quadlet
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
TimeoutStartSec=900
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Container]
|
||||
Image=lscr.io/linuxserver/netbootxyz:latest
|
||||
ContainerName=netboot-xyz
|
||||
HostName=netboot-xyz
|
||||
|
||||
Volume=netboot-xyz-config:/config
|
||||
Volume=netboot-xyz-assets:/assets:z
|
||||
|
||||
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
|
||||
|
||||
|
3
quadlets/netboot-xyz/netboot-xyz.volume
Normal file
3
quadlets/netboot-xyz/netboot-xyz.volume
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Volume]
|
||||
VolumeName=netboot-xyz-config
|
||||
VolumeName=netboot-xyz-assets
|
Loading…
Add table
Reference in a new issue