[GH-ISSUE #152] account command gone? #113

Closed
opened 2026-02-25 23:33:28 +03:00 by kerem · 4 comments
Owner

Originally created by @jmcbee on GitHub (Sep 20, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/152

$ go get github.com/RadhiFadlillah/shiori
../../go/src/github.com/RadhiFadlillah/shiori/main.go:6:2: use of internal package github.com/go-shiori/shiori/internal/cmd not allowed
$ cd ~/go/src/github.com/RadhiFadlillah/shiori
$ go install
$ ~/go/bin/shiori
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.
Originally created by @jmcbee on GitHub (Sep 20, 2019). Original GitHub issue: https://github.com/go-shiori/shiori/issues/152 ``` $ go get github.com/RadhiFadlillah/shiori ../../go/src/github.com/RadhiFadlillah/shiori/main.go:6:2: use of internal package github.com/go-shiori/shiori/internal/cmd not allowed ``` ``` $ cd ~/go/src/github.com/RadhiFadlillah/shiori $ go install ``` ``` $ ~/go/bin/shiori 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. ```
kerem closed this issue 2026-02-25 23:33:28 +03:00
Author
Owner

@RadhiFadlillah commented on GitHub (Sep 20, 2019):

Yep, now account management is done entirely via web interface.

To access web interface, run shiori serve which by default will run web interface in port :8080. In browser, open http://localhost:8080 (or any other port that you used), then log in using default user:

username: shiori
password: gopher

In web interface, use setting page to manage accounts:

Screenshot_2019-09-21 Shiori - Bookmarks Manager

<!-- gh-comment-id:533740104 --> @RadhiFadlillah commented on GitHub (Sep 20, 2019): Yep, now account management is done entirely via web interface. To access web interface, run `shiori serve` which by default will run web interface in port `:8080`. In browser, open `http://localhost:8080` (or any other port that you used), then log in using default user: ``` username: shiori password: gopher ``` In web interface, use setting page to manage accounts: ![Screenshot_2019-09-21 Shiori - Bookmarks Manager](https://user-images.githubusercontent.com/6129042/65363530-a2d93780-dc36-11e9-88d8-5c1bf706655f.png)
Author
Owner

@Chaz6 commented on GitHub (Sep 21, 2019):

I think it would be useful if there was a cli command to reset passwords.

<!-- gh-comment-id:533814448 --> @Chaz6 commented on GitHub (Sep 21, 2019): I think it would be useful if there was a cli command to reset passwords.
Author
Owner

@rezart commented on GitHub (Sep 21, 2019):

It would also be helpful to place the default credentials in the readme / installation instructions.

<!-- gh-comment-id:533818584 --> @rezart commented on GitHub (Sep 21, 2019): It would also be helpful to place the default credentials in the readme / installation instructions.
Author
Owner

@jmcbee commented on GitHub (Sep 22, 2019):

The wiki page was outdated but it looks like you updated it yesterday. Thanks!

<!-- gh-comment-id:533884215 --> @jmcbee commented on GitHub (Sep 22, 2019): The wiki page was outdated but it looks like you updated it yesterday. Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#113
No description provided.