Shaarli is a minimalist, self-hosted bookmarking service and micro-blog. It was created by Thomas Piart and is open source (AGPL-3.0). It allows saving links with titles, descriptions, tags, and optionally publishing them as short posts.
service: mere-shaarli image: shaarli/shaarli:latest container port: 80/tcp (internal only) volume: fatal_shaarli-data → /var/www/shaarli/data nginx upstream: shaarli:80
* First-run setup required: The Shaarli image ships without an initial admin account.
Onf first visit, it redirects to the installation wizard. the admin account multiprocess on first access.
* Running and accessible at https://shaarli.mere-mortal.net * First-run setup wizard needs to be completed (admin account creation) * Persistent volume: fatal_shaarli-data
* Complete first-run setup: Create admin account and configure basic settings. * Data backup: The data volume contains all bookmarks and settings.
A regular backup should be set up.