Package Details: shiori 1.5.4-1

Git Clone URL: https://aur.archlinux.org/shiori.git (read-only, click to copy)
Package Base: shiori
Description: Simple bookmark manager
Upstream URL: https://github.com/go-shiori/shiori
Licenses: MIT
Submitter: grawlinson
Maintainer: grawlinson
Last Packager: grawlinson
Votes: 3
Popularity: 0.062071
First Submitted: 2022-02-19 03:01 (UTC)
Last Updated: 2023-01-29 01:02 (UTC)

Latest Comments

CaptainKraft commented on 2022-07-09 20:32 (UTC)

I was unable to use shiori when I ran it as a systemd service. I believe this line in the PKGDIR is causing the problem: Environment="SHIORI_DIR=/var/lib/shiori"

Before you can use shiori, you have to call shiori migrate, and it will use a different dir than /var/lib/shiori. If I export SHIORI_DIR before running migrate, it solves the problem.