aboutsummaryrefslogtreecommitdiff
path: root/apks/jellyfin-web/jellyfin-web.post-install
diff options
context:
space:
mode:
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