QNAP [ Shiori ] [ 1.5.4 ] Bookmarks server

QoolBox

Représentant QNAP
2 Janvier 2014
10 631
182
158
51
France
www.qnap.com
shiori-logo.png
qpkg_icon_80.gif

Source : https://github.com/go-shiori/shiori


Download :



notes :

The default account is shiori with password gopher. It is removed once another ‘owner’ account is created.
you need first create an user as prior to be able to log... in SSH

shiori account add username

command line is within /opt/Shiori/ or in $PATH for any case
please follow documentation for advanced usage : https://github.com/go-shiori/shiori/wiki/Usage

About :

Shiori is a simple bookmarks manager,Intended as a simple clone of Pocket. You can use it as command line application or as web application

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 sqlite3 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.
 
Dernière édition:
Hi QoolBox,

I'm facing a simple issue, but didn't find the solution, not even on the WIKI page. The problem is that I can not create users as the "account" command doesn't exit, see below the SSH extract:

Code:
[xxx@xxx Shiori]# /opt/Shiori/shiori --help
Simple command-line bookmark manager built with Go

Usage:
  shiori [command]

Available Commands:
  add         Bookmark the specified URL
  delete      Delete the saved bookmarks
  export      Export bookmarks into HTML file in Netscape Bookmark format
  help        Help about any command
  import      Import bookmarks from HTML file in Netscape Bookmark format
  open        Open the saved bookmarks
  pocket      Import bookmarks from Pocket's exported HTML file
  print       Print the saved bookmarks
  serve       Serve web interface for managing bookmarks
  update      Update the saved bookmarks

Flags:
  -h, --help       help for shiori
      --portable   run shiori in portable mode

Use "shiori [command] --help" for more information about a command.
[xxx@xxxx Shiori]#


Any idea how to fix it ?
Thanks!
 
fixed accout option missing in command line (due compiled from dev branch)
you can now register your user

add shiori command line in NAS $PATH, no need anymore to type full path... command is directly available in ssh
 
Hi QoolBox,

Thanks a lot for the prompt fix, account creation is now possible. However, is seems the web interface has been impacted somehow.

Neither the login screen nor the other pages are shown properly anymore. "no such column: b.image_url" error message are showing up instead...
 
Thanks a lot...it is now working fine after a clean reinstallation, cache clearing and computer restarting.

Many thanks once more time for your prompt help! Also many thanks for all your nice work for the community !!!!