Frogtab update: Installable and self-hostable versions
A quick post to share some things that I've been working on recently:
I wanted automatic backups to work in all browsers - currently only Chromium-based browsers support the necessary APIs. So I made a version of Frogtab that runs on localhost and lets me control how data is backed up. I'm calling it "Frogtab Local" πΈ
If you use Linux, you can install Frogtab Local from the Snap Store. Otherwise, you can download and run the latest release.
Frogtab Local doesn't include a registration server. So if you register for a personal link, your device will still be registered with frogtab.com. If you'd like to self-host the entirety of Frogtab, read onβ¦
I reorganized my code to make it easier to self-host a copy of frogtab.com. If you're interested in setting up your own instance of Frogtab, including a registration server, take a look at the instructions in GitHub.
If you run into any issues, please let me know - thanks!