Update version handling and add branding description (#341)

Removed git revision from the version string in the API response. Added a new field for branding description in settings and integrated it in the home template. Introduced VERSION argument and environment variable in the Dockerfile.
This commit is contained in:
Mohamed Zumair
2024-11-02 07:15:16 +05:30
committed by GitHub
parent 05fbafe8e6
commit 481891e324
7 changed files with 13 additions and 19 deletions
-1
View File
@@ -13,7 +13,6 @@ These settings define the basic configuration and identity of your MediaFusion i
- **host_url** (required): The URL where MediaFusion is hosted.
- **secret_key** (required): A 32-character secret key for securely signing the session. Must be exactly 32 characters long.
- **api_password** (required): The password for accessing the API endpoints.
- **git_rev** (default: `"stable"`): The Git revision or version of the application.
- **logging_level** (default: `"INFO"`): The logging level of the application. Valid options are typically DEBUG, INFO, WARNING, ERROR, and CRITICAL.
- **logo_url** (default: GitHub RAW Addon URL): The URL of the MediaFusion logo.
- **is_public_instance** (default: `False`): Set to `True` for community instances that do not require authentication to access the data but protect the `/scraper` endpoint and uploading live TV data endpoints.