From 49e92cf705771c2a47fed50f95b42ab65a49e77a Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 26 Dec 2022 15:20:41 +0100 Subject: fix: Add jellyfin again --- apks/jellyfin-web/jellyfin-web.post-install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apks/jellyfin-web/jellyfin-web.post-install (limited to 'apks/jellyfin-web/jellyfin-web.post-install') 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 -- cgit v1.2.3