From 79c054a4536b9f21fa8e98513afb2cbcd799f71e Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 17 Oct 2022 21:48:23 +0000 Subject: feat: Add jellyfin Add jellyfin to avoid importing the whole edge repo. --- 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