Shiori is a simple yet powerful bookmark manager, designed as a self-hosted alternative to services like Pocket. It runs as a single, portable binary, making it incredibly easy to set up and use either as a command-line application or through its clean web interface.
Its standout feature is the ability to create an offline archive of every bookmarked page. When you save a link, it parses the readable content and stores a copy, so you'll have permanent access to the information even if the original page is removed.
Key capabilities include:
services:
shiori:
image: ghcr.io/go-shiori/shiori:latest
container_name: shiori
ports:
- "8080:8080"
volumes:
- ./data:/srv/shiori
environment:
- SHIORI_DIR=/srv/shiori
restart: unless-stopped# No sensitive environment variables are required for the default SQLite configuration.
# If using MySQL or PostgreSQL, database credentials would go here.Auto-fetched about 3 hours ago
Auto-fetched about 3 hours ago