====== Shaarli ====== ===== What is it ===== 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. ===== Deployment ===== 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 ===== Issues Encountered ===== * **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. ===== Current Status ===== * 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 ===== Planned / To Do ===== * **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.