mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(ui): Move PROXY setting to UI (#782)
Users who have set PROXY=yes in their Docker containers will need to configure this setting in the UI and restart the container.
This commit is contained in:
@@ -54,6 +54,7 @@ export interface MainSettings {
|
||||
csrfProtection: boolean;
|
||||
defaultPermissions: number;
|
||||
hideAvailable: boolean;
|
||||
trustProxy: boolean;
|
||||
}
|
||||
|
||||
interface PublicSettings {
|
||||
@@ -158,9 +159,10 @@ class Settings {
|
||||
main: {
|
||||
apiKey: '',
|
||||
applicationUrl: '',
|
||||
hideAvailable: false,
|
||||
csrfProtection: false,
|
||||
defaultPermissions: Permission.REQUEST,
|
||||
hideAvailable: false,
|
||||
trustProxy: false,
|
||||
},
|
||||
plex: {
|
||||
name: '',
|
||||
|
Reference in New Issue
Block a user