github AlexSciFier/neonlink v1.3.0

latest releases: v1.4.17, v1.4.16, v1.4.15...
14 months ago

What's Changed

⚠Breaking changes!⚠
Changed path to sqlite database.
Now instead of specifying path to sqlite file you need to specify path to folder, where sqlite file is located.
Update your docker-compose file.

Before:
Specify path to your sqlite file
{/path/to/bookmarks.sqlite}:/app/db/bookmarks.sqlite
After:
Specify path to your data folder and put sqlite file in there
{/path/to/data}:/app/data

New Contributors

Full Changelog: v1.2.8...v1.3.0

Don't miss a new neonlink release

NewReleases is sending notifications on new releases.