mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Improve config handling #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chriscowley on GitHub (Dec 11, 2018).
Not sure I have a solution, but the configuration could jellyfin could do with an improvement. I would like to use my Kubernetes cluster to host Jellyfin. The "correct" way to configure it would be
ConfigMaps or environment for Jellyfin's config. However, currently, theconfigvolume contains 11785 files.Even ignoring the
config/metadatafolder and I have nearly 300 files.This includes a huge amount of stuff that is simply cache, metadata and defaults. These have no place in the config directory.
By all means this directory can be mounted as a volume, but should be called something else (metadata?). Config needs to come from a (ideally) a single file and/or environment variables.
@joshuaboniface commented on GitHub (Jan 12, 2019):
I think this has been gradually solved by various cleanups. Currently on 10.0.1, there are only 30 files in the config dir:
Considering this solved; if not please let me know @chriscowley !