Shiori

Shiori

Docker app from xthursdayx's Repository

Overview

Shiori is a simple bookmarks manager written in the Go language. Intended as a simple clone of Pocket. Default Login username: shiori password: gopher After starting container for the first time run the command `docker exec -it Shiori shiori migrate` from CLI to set up the database.

Shiori

IC Go Report Card #shiori-general:matrix.org Containers

Check out our latest Announcements

Shiori is a simple bookmarks manager written in the Go language. Intended as a simple clone of Pocket. You can use it as a command line application or as a web application. This application is distributed as a single binary, which means it can be installed and used easily.

Screenshot

Features

  • Basic bookmarks management i.e. add, edit, delete and search.
  • Import and export bookmarks from and to Netscape Bookmark file.
  • Import bookmarks from Pocket.
  • Simple and clean command line interface.
  • Simple and pretty web interface for those who don't want to use a command line app.
  • Portable, thanks to its single binary format.
  • Support for sqlite3, PostgreSQL, MariaDB and MySQL as its database.
  • Where possible, by default shiori will parse the readable content and create an offline archive of the webpage.
  • [BETA] web extension support for Firefox and Chrome.

Comparison of reader mode and archive mode

Documentation

All documentation is available in the docs folder. If you think there is incomplete or incorrect information, feel free to edit it by submitting a pull request.

License

Shiori is distributed under the terms of the MIT license, which means you can use it and modify it however you want. However, if you make an enhancement for it, if possible, please send a pull request.

Install Shiori on Unraid in a few clicks.

Find Shiori in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Shiori Review the template variables and paths Click Install

Requirements

>After starting container for the first time run the command `docker exec -it Shiori shiori migrate` from CLI to set up the database.

Categories

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/go-shiori/shiori
Last Updated2026-07-17
First Seen2023-01-19

Runtime arguments

Web UI
http://[IP]:[PORT:8080]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

PortPorttcp
Target
8080
Value
8080
ConfigPathrw
Target
/shiori
Default
/mnt/cacte/appdata/shirori/
Value
/mnt/cache/appdata/shirori/
SHIORI_DBMSVariable

Shiori uses an SQLite3 database by default. If you prefer, you can use MySQL or PostgreSQL instead by adding mysql or postgresql here.

SHIORI_MYSQL_USERVariable

Optional: MySQL user

SHIORI_MYSQL_PASSVariable

Optional: Password for mysql user

SHIORI_MYSQL_NAMEVariable

Optional: Name of database to use

Default
shiori
SHIORI_MYSQL_ADDRESSVariable

Optional: Database address in the form tcp(x.x.x.x:3306)

SHIORI_PG_USERVariable

Optional: Name of PostgreSQL user

SHIORI_PG_PASSVariable

Optional: Password for PostgreSQL user

SHIORI_PG_NAMEVariable

Optional: Name of PostgreSQL database to use

SHIORI_PG_HOSTVariable

Optional: Address of PostgreSQL server

SHIORI_PG_PORTVariable

Optional: Port number used by PostgreSQL server