Files
2026-06-09 18:40:21 +02:00

2.8 KiB


title: RSS Librarian created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, read-later, app-marathon3-final-context] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=Read+Later&app=rss-librarian]

📚 RSS Librarian

RSS Librarian : Read-it-later pour articles RSS : marquer à lire, archive locale, highlights, annotations. Comme Pocket mais auto-hébergé.

📋 Informations Générales

Champ Valeur
Site web https://github.com/somospapaito/rss-librarian
GitHub somospapaito/rss-librarian
License MIT
Langage Python
Catégorie [[cat-read-later

📝 Description

RSS Librarian est read-it-later pour articles rss : marquer à lire, archive locale, highlights, annotations. comme pocket mais auto-hébergé.

Différence avec les alternatives majeures : positionnement auto-hébergé et open source, sans tracking, sans dépendance cloud propriétaire.

Pour qui : utilisateurs qui cherchent une alternative souveraine à des solutions SaaS propriétaires du même segment.

🚀 Installation

Docker Compose (recommandé)

version: '3.8'
services:
  rss-librarian:
    image: ghcr.io/somospapaito/rss-librarian:latest
    container_name: rss-librarian
    restart: unless-stopped
    environment:
      - TZ=Europe/Paris
    volumes:
      - ./data:/app/data
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.rss-librarian.rule=Host(`rss-librarian.example.com`)"
      - "traefik.http.routers.rss-librarian.entrypoints=websecure"
      - "traefik.http.routers.rss-librarian.tls.certresolver=letsencrypt"
    networks:
      - proxy

networks:
  proxy:
    external: true

🔄 Alternatives

Open Source

Propriétaires (ce que RSS Librarian remplace)

  • Pocket, Instapaper, Matter — solutions SaaS du même domaine

🔐 Sécurité

  • Authentification : vérifier la configuration par défaut (changer les credentials initiaux)
  • Exposition réseau : derrière Traefik + TLS (Let's Encrypt) recommandé
  • Backups : sauvegarder ./data régulièrement
  • Mises à jour : surveiller les releases GitHub pour patches de sécurité

📚 Ressources

Pages Liées