Stashapp/setup-alpine.answers.dist

23 lines
521 B
Plaintext

KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n app.stashbox"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address ip4.stashbox
netmask 255.255.255.0
gateway gateway.stashbox
iface eth0 inet6 static
address app.stashbox
gateway gateway.stashbox
"
DNSOPTS="-d stashbox resolver.stashbox resolver2 resolver3"
TIMEZONEOPTS="-z UTC"
PROXYOPTS=none
APKREPOSOPTS="-c1"
SSHDOPTS="-c openssh"
NTPOPTS="-c openntpd"
DISKOPTS="-s 16384 -m sys /dev/nvme0n1"
LBUOPTS=none
APKCACHEOPTS=none