41 lines
1.1 KiB
Markdown
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) |