Initial vault setup
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
---
|
||||
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](https://github.com/somospapaito/rss-librarian) |
|
||||
| **GitHub** | [somospapaito/rss-librarian](https://github.com/somospapaito/rss-librarian) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | Python |
|
||||
| **Catégorie** | [[cat-read-later|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é)
|
||||
|
||||
```yaml
|
||||
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
|
||||
- [[app-wallabag]], [[app-miniflux]] — alternatives dans le même segment
|
||||
|
||||
### 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
|
||||
|
||||
- [GitHub https://github.com/somospapaito/rss-librarian](https://github.com/somospapaito/rss-librarian)
|
||||
- [Site officiel](https://github.com/somospapaito/rss-librarian)
|
||||
- [selfh.st/apps](https://selfh.st/apps/?tag=Read+Later&app=rss-librarian)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-read-later|Read Later]] — Catégorie Read Later
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
- [[securisation-home-lab]] — Sécurité
|
||||
- [[glossaire-homelab]] — Vocabulaire
|
||||
Reference in New Issue
Block a user