Merge pull request #1207 from maphew/bare2share2

Bare2share - Redirect bare domain to defined #shareRoot
This commit is contained in:
Elian Doran
2025-02-22 09:25:30 +02:00
committed by GitHub
10 changed files with 148 additions and 6 deletions

View File

@@ -255,7 +255,11 @@ const defaultOptions: DefaultOption[] = [
"tt"
]),
isSynced: true
}
},
// Share settings
{ name: "redirectBareDomain", value: "false", isSynced: true },
{ name: "showLoginInShareTheme", value: "false", isSynced: true }
];
/**