Felipe Martin
Felipe Martin
I've been testing this locally, and after #484 fix for PSQL it now works but there's a caveheat: the frontend loads tags on page load, so if you add a...
I still haven't tested/checked it yet, but the other day I stumbled randomly with https://github.com/gildas-lormeau/SingleFile and it also seemed quite good (and having just a single HTML as output it's...
> I'm in the process of packaging shiori for the AUR, and I strongly recommend staying within the Go ecosystem (obelisk can be imported as a go module!) as relying...
Any problem with the archives will get worked on with the switch to obelisk #353. After the switch, we can start fixing things directly on [obelisk](https://github.com/go-shiori/obelisk).
Hey @naomigao, did you upgrade from an earlier shiori release? If that's the case, please follow this release docs steps, because we made change in the full-text search under SQLite...
Marking this with _help wanted_ since I cannot test this on windows environments.
Hey @KillianKemps, can you run `find . -name shiori.db 2> /dev/null` and share the output to check were the shiori.db may have been created? Remember that if you run it...
> I had a similar experience, although in my case, all bookmarks were lost after I attempted to upgrade to 1.5.1 from a build from master (commit [a950bfe](https://github.com/go-shiori/shiori/commit/a950bfec4c75eadbe5c1a03302ba9875a8236d45)). Simply replacing...
> Hi @fmartingr thanks for looking into this. I did confirm that my data was wiped by inspecting my .db files using multiple SQLite clients (including https://sqlitebrowser.org/), but let me...
Ok, I've done a few things: - First, a notice added in [v1.5.1](https://github.com/go-shiori/shiori/releases/tag/v1.5.1) which points to a required migration for SQLIte users, ~~I will add an announcement as well.~~ [Announcement...