[GH-ISSUE #311] how do I create an account to log into the web interface ? #226

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

Originally created by @ithakaa on GitHub (Jul 13, 2021).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/311

I don't see any way to log into the web interface after starting the webui

Originally created by @ithakaa on GitHub (Jul 13, 2021). Original GitHub issue: https://github.com/go-shiori/shiori/issues/311 I don't see any way to log into the web interface after starting the webui
kerem closed this issue 2026-02-25 23:33:44 +03:00
Author
Owner

@svandragt commented on GitHub (Aug 4, 2021):

The account option seems to be missing from the shiori executable in the docker image radhifadlillah/shiori

ubuntu@primary:~$ docker exec -it shiori sh
/go # shiori account add sander
Error: unknown command "account" for "shiori"
Run 'shiori --help' for usage.
FATA[0000] unknown command "account" for "shiori"
/go # shiori --help
Simple command-line bookmark manager built with Go

Usage:
  shiori [command]

Available Commands:
  add         Bookmark the specified URL
  check       Find bookmarked sites that no longer exists on the internet
  delete      Delete the saved bookmarks
<!-- gh-comment-id:892567040 --> @svandragt commented on GitHub (Aug 4, 2021): The account option seems to be missing from the shiori executable in the docker image `radhifadlillah/shiori` ``` ubuntu@primary:~$ docker exec -it shiori sh /go # shiori account add sander Error: unknown command "account" for "shiori" Run 'shiori --help' for usage. FATA[0000] unknown command "account" for "shiori" /go # shiori --help Simple command-line bookmark manager built with Go Usage: shiori [command] Available Commands: add Bookmark the specified URL check Find bookmarked sites that no longer exists on the internet delete Delete the saved bookmarks ```
Author
Owner

@idanoo commented on GitHub (Nov 7, 2021):

It's in the documentation:

https://github.com/go-shiori/shiori/wiki/Usage#using-web-interface

Since this is our first time, we don't have any account registered yet.
With that said, we can use the default user to access web interface :

username: shiori
password: gopher
<!-- gh-comment-id:962691821 --> @idanoo commented on GitHub (Nov 7, 2021): It's in the documentation: https://github.com/go-shiori/shiori/wiki/Usage#using-web-interface ``` Since this is our first time, we don't have any account registered yet. With that said, we can use the default user to access web interface : username: shiori password: gopher ```
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#226
No description provided.