mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-10 17:00:30 +01:00
* README cleanup * template migration * convert percona to new bastillefile format * convert gitlab to bastillefile format * convert php to bastillefile format --------- Co-authored-by: Barry McCormick <bmccormick@debianbeast.maildragon.com>
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
CMD mkdir -p /usr/local/etc/pkg/repos
|
|
CMD echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf
|
|
CONFIG set allow.mlock=1;
|
|
CONFIG set ip6=inherit;
|
|
RESTART
|
|
PKG jellyfin
|
|
SYSRC jellyfin_enable=TRUE
|
|
SERVICE jellyfin start |