Files
homelab-optimized/docs/services/individual/wallabag.md
Gitea Mirror Bot 9e0ef0cc6a
Some checks failed
Documentation / Deploy to GitHub Pages (push) Has been cancelled
Documentation / Build Docusaurus (push) Has been cancelled
Sanitized mirror from private repository - 2026-04-06 03:11:43 UTC
2026-04-06 03:11:43 +00:00

41 lines
1.1 KiB
Markdown

# Wallabag
## Service Information
- **Type**: Read-Later Service
- **Image**: `wallabag/wallabag:latest`
- **Category**: Productivity
- **Host**: seattle-vm (Contabo)
## Description
Self-hosted read-later application similar to Pocket or Instapaper. Allows saving articles, web pages, and other content for later reading with full-text search and tagging capabilities.
## Configuration
- **Container Name**: wallabag
- **Port**: 127.0.0.1:8880 → 80
- **Domain**: wb.vish.gg
- **Database**: SQLite (embedded)
- **Data Path**: /opt/wallabag/data
## Features
- Save articles from any website
- Full-text search
- Tagging and categorization
- Browser extensions available
- Export/import functionality
- Mobile-friendly interface
- Offline reading capability
## Management
```bash
cd /opt/wallabag/
docker-compose up -d
docker-compose logs -f
```
## Access
- **Public**: https://wb.vish.gg
- **Local**: http://127.0.0.1:8880
## Related Documentation
- [Seattle VM Wallabag Setup](../../hosts/vms/seattle/wallabag/README.md)
- [Docker Compose Configuration](../../hosts/vms/seattle/wallabag/docker-compose.yml)