aboutsummaryrefslogtreecommitdiff
path: root/apks/jellyfin-web/jellyfin-web.post-install
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-17 21:48:23 +0000
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-17 21:48:23 +0000
commit79c054a4536b9f21fa8e98513afb2cbcd799f71e (patch)
treec7ef92b79d49b9fd957903f0e8cf2e7a13acb14d /apks/jellyfin-web/jellyfin-web.post-install
parent0204e511bd3a183291c0582d51ee0f0c177754ec (diff)
downloadapkbuilds-79c054a4536b9f21fa8e98513afb2cbcd799f71e.tar.gz
apkbuilds-79c054a4536b9f21fa8e98513afb2cbcd799f71e.tar.bz2
apkbuilds-79c054a4536b9f21fa8e98513afb2cbcd799f71e.zip
feat: Add jellyfin
Add jellyfin to avoid importing the whole edge repo.
Diffstat (limited to 'apks/jellyfin-web/jellyfin-web.post-install')
-rw-r--r--apks/jellyfin-web/jellyfin-web.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/apks/jellyfin-web/jellyfin-web.post-install b/apks/jellyfin-web/jellyfin-web.post-install
new file mode 100644
index 0000000..a6e6942
--- /dev/null
+++ b/apks/jellyfin-web/jellyfin-web.post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+printf " *\n * The default jellyfin configuration does not enable the web ui.\n"
+printf " * Remove the '--nowebclient' option from /etc/conf.d/jellyfin to enable it.\n *\n"
+
+exit 0