Site Tools


mere-mortal:shaarli

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mere-mortal:shaarli [2026/09/21 05:35] – created - external edit 127.0.0.1mere-mortal:shaarli [2026/09/21 09:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Shaarli : Marque-pages et micro-blog ======+====== 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.
  
-**Shaarli** est un gestionnaire de liens personnel (type marque-pages) avec fonctionnalités de micro-blogging.+===== Deployment ===== 
 + <code docker> 
 + 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 
 + </code>
  
-===== Accès =====+===== 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.
  
-https://shaarli.mere-mortal.net+===== 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
  
-===== Utilisation ===== +===== Planned / To Do ===== 
- + * **Complete first-run setup**: Create admin account and configure basic settings. 
-* ~~"Add link"~~ pour sauvegarder un URL avec description + * **Data backup**: The data volume contains all bookmarks and settings. 
-* ~~"Links"~~ pour voir tous les liens +   A regular backup should be set up.
-* ~~"Updates"~~ pour le flux dactualités +
-* ~~"Settings"~~ pour configurer le thème, lauthentification, etc.+
  
mere-mortal/shaarli.1789968902.txt.gz · Last modified: by 127.0.0.1