Shiori
Simple bookmark manager built with Go
Shiori
go-shiori/shiori:v1.6.0-rc.7
Just deployed
/srv/shiori
Postgres
postgres:15
Just deployed
/var/lib/postgresql/data
Shiori
Notes:
-
Login with the username
shiori
and the passwordgopher
and then add a new owner account from within the settings. -
Communication to Postgres is done exclusively over the private network and the database is not exposed externally in any way by default, if you want to enable access from outside of the private network you can go to the databases settings to enable TCP proxying and enter the internal port (5432) the TCP proxy can be again removed at any point to close off external access.
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.

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 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][web-extension] support for Firefox and Chrome.
Template Content
Postgres
postgres:15