mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2025-12-24 03:01:13 +00:00
Proper dynamic config reload
A bunch of options can now be changed without a restart as the config is now guaranteed to be reloaded on change through the use of a RELOADCONFIG environment variable.
This commit is contained in:
@@ -9,9 +9,9 @@ server = http://jellyfin.local:8096
|
||||
public_server = https://jellyf.in:443
|
||||
; this and below settings will show on the jellyfin dashboard when the program connects. you may as well leave them alone.
|
||||
client = jf-accounts
|
||||
version = 0.3.2
|
||||
version = 0.3.6
|
||||
device = jf-accounts
|
||||
device_id = jf-accounts-0.3.2
|
||||
device_id = jf-accounts-0.3.6
|
||||
|
||||
[ui]
|
||||
; settings related to the ui and program functionality.
|
||||
@@ -31,7 +31,7 @@ password = your password
|
||||
debug = false
|
||||
; displayed at bottom of all pages except admin
|
||||
contact_message = Need help? contact me.
|
||||
; display at top of invite form.
|
||||
; displayed at top of invite form.
|
||||
help_message = Enter your details to create an account.
|
||||
; displayed when a user creates an account
|
||||
success_message = Your account has been created. Click below to continue to Jellyfin.
|
||||
|
||||
Reference in New Issue
Block a user