Search Criteria
Package Details: shiori 1.8.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/shiori.git (read-only, click to copy) |
|---|---|
| Package Base: | shiori |
| Description: | Simple bookmark manager built with Go |
| Upstream URL: | https://github.com/go-shiori/shiori |
| Keywords: | bin bookmark go manager shiori |
| Licenses: | MIT |
| Conflicts: | shiori-bin |
| Provides: | shiori |
| Submitter: | grawlinson |
| Maintainer: | torculus |
| Last Packager: | torculus |
| Votes: | 8 |
| Popularity: | 0.53 |
| First Submitted: | 2022-02-19 03:01 (UTC) |
| Last Updated: | 2025-09-26 17:38 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
Latest Comments
rEnr3n commented on 2025-03-06 10:10 (UTC) (edited on 2025-03-06 10:11 (UTC) by rEnr3n)
Service file needs update.
Command "serve" is deprecated, use server insteadtorculus commented on 2023-09-28 17:45 (UTC)
Upstream is at version 1.5.5 (July 2023), and this has been listed out of date for over a month now. Are there any plans to update it?
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
PKGDIRis 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 exportSHIORI_DIRbefore running migrate, it solves the problem.