Skip to main content

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 GroupAttributeValueDescription
BaseHomeCountryCountryUse 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.
BaseLanguageFileFilenameFilename to the translation file located in the personal folder, e.g. swedish.json.
BaseSqliteFileRelative pathPath to the SQLite file relative to index.html (e.g. personal/bewegung.db).
BaseDatasetEditorUrlURLAn URL to the webbased editor you use for the SQLite file. Could be used in conjunction with libsql (Turso).
BaseImmichDisabled or EnabledEnable if you want filter links from all event dates to Immich.
FeatureImmichUrlURLOnline 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/"
}
}