LinkStack/config/config-legends.json

257 lines
7.4 KiB
JSON
Raw Normal View History

2022-11-17 15:07:06 +01:00
[
{"value": "REGISTER_AUTH",
"title": "Enable email verification",
2022-11-17 16:57:31 +01:00
"description": "Determines if users have to verify their email when they register."
2022-11-17 15:07:06 +01:00
},
{"value": "ALLOW_REGISTRATION",
"title": "Enable registration",
"description": "Determines whether users can register for your application."
},
2022-11-17 15:07:06 +01:00
{"value": "NOTIFY_EVENTS",
"title": "Notify on events",
2022-11-17 16:57:31 +01:00
"description": "Displays a notification if an event is in progress."
2022-11-17 15:07:06 +01:00
},
{"value": "NOTIFY_UPDATES",
"title": "Notify on updates",
2022-11-17 16:57:31 +01:00
"description": "Displays a notification if a new update is available."
2022-11-17 15:07:06 +01:00
},
{"value": "DISPLAY_FOOTER",
"title": "Show footer",
2022-11-17 16:57:31 +01:00
"description": "Determines whether the footer links should be displayed."
2022-11-17 15:07:06 +01:00
},
{"value": "DISPLAY_CREDIT",
2023-05-10 19:41:19 +02:00
"title": "Display credit on user pages",
"description": "Determines whether the credit notice should be displayed on users pages."
2022-11-17 15:07:06 +01:00
},
2023-05-10 19:41:19 +02:00
{"value": "DISPLAY_CREDIT_FOOTER",
"title": "Display credit in footer",
"description": "Determines whether the credit notice should be displayed in the footer."
},
2022-11-17 15:07:06 +01:00
{"value": "HOME_URL",
"title": "Set user page as Home Page",
2022-11-17 16:57:31 +01:00
"description": "Set user page as Home Page"
2022-11-17 15:07:06 +01:00
},
{"value": "ALLOW_USER_HTML",
"title": "Allow extended syntax in user's descriptions",
"description": "This enables users to use special formatting like headings and links in their page description.<br>This is generally considered safe."
2022-11-17 15:07:06 +01:00
},
{"value": "APP_NAME",
"title": "Application title",
2022-11-17 16:57:31 +01:00
"description": "Sets the title of your app. A change will logout every active user."
2022-11-17 15:07:06 +01:00
},
{"value": "APP_KEY",
"title": "APP_KEY",
2022-11-17 16:57:31 +01:00
"description": "APP_KEY"
2022-11-17 15:07:06 +01:00
},
{"value": "APP_URL",
"title": "APP_URL",
2022-11-17 16:57:31 +01:00
"description": "APP_URL"
2022-11-17 15:07:06 +01:00
},
{"value": "ENABLE_BUTTON_EDITOR",
"title": "Enable Button Editor",
2022-11-17 16:57:31 +01:00
"description": "Determines whether users are allowed to customize their own buttons using CSS."
2022-11-17 15:07:06 +01:00
},
{"value": "APP_DEBUG",
2022-11-17 16:57:31 +01:00
"title": "APP_DEBUG",
"description": "APP_DEBUG"
2022-11-17 15:07:06 +01:00
},
{"value": "APP_ENV",
"title": "APP_ENV",
2022-11-17 16:57:31 +01:00
"description": "APP_ENV"
2022-11-17 15:07:06 +01:00
},
{"value": "LOG_CHANNEL",
"title": "LOG_CHANNEL",
2022-11-17 16:57:31 +01:00
"description": "LOG_CHANNEL"
2022-11-17 15:07:06 +01:00
},
{"value": "LOG_LEVEL",
"title": "LOG_LEVEL",
2022-11-17 16:57:31 +01:00
"description": "LOG_LEVEL"
2022-11-17 15:07:06 +01:00
},
{"value": "MAINTENANCE_MODE",
"title": "Enable Maintenance Mode",
2022-11-17 16:57:31 +01:00
"description": "Displays a maintenance message on all public pages. This will disable the login pages."
2022-11-17 15:07:06 +01:00
},
{"value": "MAIL_MAILER",
"title": "MAIL_MAILER",
2022-11-17 16:57:31 +01:00
"description": "MAIL_MAILER"
2022-11-17 15:07:06 +01:00
},
{"value": "MAIL_HOST",
"title": "MAIL_HOST",
2022-11-17 16:57:31 +01:00
"description": "MAIL_HOST"
2022-11-17 15:07:06 +01:00
},
{"value": "MAIL_PORT",
"title": "MAIL_PORT",
2022-11-17 16:57:31 +01:00
"description": "MAIL_PORT"
2022-11-17 15:07:06 +01:00
},
{"value": "MAIL_USERNAME",
"title": "MAIL_USERNAME",
2022-11-17 16:57:31 +01:00
"description": "MAIL_USERNAME"
2022-11-17 15:07:06 +01:00
},
{"value": "MAIL_PASSWORD",
"title": "MAIL_PASSWORD",
2022-11-17 16:57:31 +01:00
"description": "MAIL_PASSWORD"
2022-11-17 15:07:06 +01:00
},
{"value": "MAIL_ENCRYPTION",
"title": "MAIL_ENCRYPTION",
2022-11-17 16:57:31 +01:00
"description": "MAIL_ENCRYPTION"
2022-11-17 15:07:06 +01:00
},
{"value": "MAIL_FROM_ADDRESS",
"title": "MAIL_FROM_ADDRESS",
2022-11-17 16:57:31 +01:00
"description": "MAIL_FROM_ADDRESS"
2022-11-17 15:07:06 +01:00
},
{"value": "JOIN_BETA",
2022-11-17 17:14:26 +01:00
"title": "Join the Beta Program",
2023-05-05 15:18:53 +02:00
"description": "Enables the use of beta versions when updating. Read more about this <a target='_blank' href='https://linkstack.org/b'>here</a>."
2022-11-17 15:07:06 +01:00
},
{"value": "SKIP_UPDATE_BACKUP",
"title": "Skip update backups",
2022-11-17 20:22:00 +01:00
"description": "Skips backups when updating. This option is recommended to be disabled at all times, <br>but it may cause errors in some configurations."
2022-11-17 15:07:06 +01:00
},
{"value": "CUSTOM_META_TAGS",
"title": "Enable custom meta tags",
2022-11-17 16:57:31 +01:00
"description": "Enables use of custom meta tags in the head of all pages. Defined in Advanced Config."
2022-11-17 15:07:06 +01:00
},
{"value": "FORCE_HTTPS",
2022-11-20 14:17:38 +01:00
"title": "Force links HTTPS",
"description": "Makes all links utilize HTTPS by default. It is advised to enable this option if you are using a reverse proxy."
2022-11-17 15:07:06 +01:00
},
{"value": "ALLOW_CUSTOM_CODE_IN_THEMES",
"title": "Allow custom code in themes",
2022-11-17 19:24:07 +01:00
"description": "Allows use of custom code in themes. If you use themes from unknown sources, <br>this may pose a security risk."
2022-11-17 15:07:06 +01:00
},
{"value": "ENABLE_THEME_UPDATER",
"title": "Enable Theme Updater",
2022-11-17 16:57:31 +01:00
"description": "Determines if the theme updater should be active."
2022-11-17 15:07:06 +01:00
},
{"value": "ENABLE_SOCIAL_LOGIN",
"title": "Enable social login",
2023-05-05 15:18:53 +02:00
"description": "Enables social login. This option requires further setup. Read more about this <a target='_blank' href='https://linkstack.org/social-login'>here</a>."
2022-11-17 15:07:06 +01:00
},
{"value": "USE_THEME_PREVIEW_IFRAME",
"title": "Use iframe as theme preview",
2022-11-17 16:57:31 +01:00
"description": "Determines if an internal iframe should be used as the preview for them theme page."
},
{"value": "FORCE_ROUTE_HTTPS",
"title": "Redirect all pages to HTTPS",
"description": "This option will break your setup when using a reverse proxy."
},
{"value": "DISPLAY_FOOTER_HOME",
"title": "Home footer link",
"description": "Enable Home footer link."
},
{"value": "DISPLAY_FOOTER_TERMS",
"title": "Terms footer link",
"description": "Enable Terms footer link."
},
{"value": "DISPLAY_FOOTER_PRIVACY",
"title": "Privacy footer link",
"description": "Enable Privacy link."
},
{"value": "DISPLAY_FOOTER_CONTACT",
"title": "Contact footer link",
"description": "Enable Contact link."
},
{"value": "TITLE_FOOTER_HOME",
"title": "<div style=\"margin-top:-40px\"></div>",
"description": "Title of home footer link."
},
{"value": "TITLE_FOOTER_TERMS",
"title": "<div style=\"margin-top:-40px\"></div>",
"description": "Title of terms footer link."
},
{"value": "TITLE_FOOTER_PRIVACY",
"title": "<div style=\"margin-top:-40px\"></div>",
"description": "Title of privacy link."
},
{"value": "TITLE_FOOTER_CONTACT",
"title": "<div style=\"margin-top:-40px\"></div>",
"description": "Title of contact link."
},
{"value": "HOME_FOOTER_LINK",
"title": "<div style=\"margin-top:-40px\">Home footer link URL</div>",
"description": "Enter any URL to redirect your home link URL.<br>Leave empty to use the default link."
},
{"value": "ALLOW_CUSTOM_BACKGROUNDS",
"title": "Allow custom backgrounds",
"description": "Allow users to upload custom background images for their pages."
},
{"value": "ALLOW_USER_IMPORT",
"title": "Allow users to import profiles from other instances",
"description": "Allows users to import their profile and links from an external file."
},
{"value": "ALLOW_USER_EXPORT",
"title": "Allow users to export their profile",
"description": "Allows users to export their own links and profile."
},
{"value": "MANUAL_USER_VERIFICATION",
"title": "Verify users manually",
"description": "Determines if admins have to manually verify newly registered users."
},
2023-05-10 19:41:19 +02:00
{"value": "ADMIN_EMAIL",
"title": "Admin email",
"description": "Used to send notification emails."
},
{"value": "HIDE_VERIFICATION_CHECKMARK",
"title": "Hide verification checkmark",
"description": "Hides verification badge displayed on admin and VIP pages."
2022-11-17 15:07:06 +01:00
}
]