Settings
The settings is configured the database file table bewxx_Settings
or in the file settings.json
if you host on your own. The following fields are applicable
Attribute Group | Attribute | Value | Description |
---|---|---|---|
Base | HomeCountry | Country | Use this to remove your own country from the trip unique countries field. Use same spelling as in your notes and in the table bewx_ContinentCountries . |
Base | LanguageFile | Filename | Filename to the translation file located in the personal folder, e.g. swedish.json . |
Base | SqliteFile | Relative path | Path to the SQLite file relative to index.html (e.g. personal/bewegung.db ). |
Base | DatasetEditorUrl | URL | An URL to the webbased editor you use for the SQLite file. Could be used in conjunction with libsql (Turso). |
Base | Immich | Disabled or Enabled | Enable if you want filter links from all event dates to Immich. |
Feature | ImmichUrl | URL | Online URL to the Immich installation (e.g. https://immich.example.com/ ). |
Using settings file
personal/settings.json
{
"Base": {
"HomeCountry": "CHANGE_TO_YOUR_COUNTRY",
"LanguageFile": "/personal/english.json",
"SqliteFile": "/personal/bewegung.db",
"DatasetEditorUrl": "https://libsqlstudio.com/client",
"Immich": "Disabled"
},
"Feature": {
"ImmichUrl": "https://immich.example.com/"
}
}