aboutsummaryrefslogtreecommitdiffstats
path: root/community/jellyfin-web/jellyfin-web.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/jellyfin-web/jellyfin-web.post-install')
-rw-r--r--community/jellyfin-web/jellyfin-web.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/jellyfin-web/jellyfin-web.post-install b/community/jellyfin-web/jellyfin-web.post-install
new file mode 100644
index 00000000000..a6e69426fe7
--- /dev/null
+++ b/community/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