mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
settings: deprecate most custom file path settings
This commit is contained in:
@@ -1608,30 +1608,36 @@ sections:
|
||||
requires_restart: true
|
||||
type: text
|
||||
description: Location of stored invites (json).
|
||||
deprecated: true
|
||||
- setting: password_resets
|
||||
name: Password Resets
|
||||
requires_restart: true
|
||||
type: text
|
||||
description: Location of stored non-Jellyfin password resets (json).
|
||||
deprecated: true
|
||||
- setting: emails
|
||||
name: Email Addresses
|
||||
requires_restart: true
|
||||
type: text
|
||||
description: Location of stored email addresses (json).
|
||||
deprecated: true
|
||||
- setting: users
|
||||
name: User storage
|
||||
type: text
|
||||
description: Stores users temporarily when a user expiry is set.
|
||||
deprecated: true
|
||||
- setting: ombi_template
|
||||
name: Ombi user template
|
||||
type: text
|
||||
description: Location of stored Ombi user template.
|
||||
deprecated: true
|
||||
- setting: user_profiles
|
||||
name: User Profiles
|
||||
requires_restart: true
|
||||
type: text
|
||||
description: Location of stored user profiles (encompasses template and configuration
|
||||
and displayprefs) (json)
|
||||
deprecated: true
|
||||
- setting: html_templates
|
||||
name: Custom HTML Template Directory
|
||||
requires_restart: true
|
||||
@@ -1649,19 +1655,23 @@ sections:
|
||||
type: text
|
||||
description: JSON file generated by program in settings, different from email_html/email_text.
|
||||
See wiki for more info.
|
||||
deprecated: true
|
||||
- setting: custom_user_page_content
|
||||
name: Custom user page content
|
||||
type: text
|
||||
description: JSON file generated by program in settings, containing user page
|
||||
messages. See wiki for more info.
|
||||
deprecated: true
|
||||
- setting: telegram_users
|
||||
name: Telegram users
|
||||
type: text
|
||||
description: Stores telegram user IDs and language preferences.
|
||||
deprecated: true
|
||||
- setting: matrix_users
|
||||
name: Matrix users
|
||||
type: text
|
||||
description: Stores matrix user IDs and language preferences.
|
||||
deprecated: true
|
||||
- setting: matrix_sql
|
||||
name: Matrix encryption DB
|
||||
type: text
|
||||
@@ -1670,7 +1680,9 @@ sections:
|
||||
name: Discord users
|
||||
type: text
|
||||
description: Stores discord user IDs and language preferences.
|
||||
deprecated: true
|
||||
- setting: announcements
|
||||
name: Announcement templates
|
||||
type: text
|
||||
description: Stores custom announcement templates.
|
||||
deprecated: true
|
||||
|
||||
Reference in New Issue
Block a user