124
What are your favorite can not live without apps?
(midwest.social)
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Wallabag.
I self-host my own instace, save articles I want to read from my laptop, and then they sync with the app on my phone. I read them offline when I have some time to kill
That looks exactly like something I’ve been looking for. I’m going to spin up an instance tonight and take it for a test drive. Thanks!
You're welcome!
Been meaning to check out Wallabag for some time now. How easy/ difficult is it to setup your own instance?
I don't self-host a lot of things, but I'd say this is not the easiest I've done, just because it involves setting up multiple containers (unlike something like SearXNG). Also thought that I had to set-up an SMTP container, but I got away with not having to do it.
I used ansible (and
pass
to store credentials), so this is how I did it (maybe someone can pitch in and tell me what I can improve):Then I set up caddy for the reverse proxy
And this is the
Caddyfile
Finally, you then have to login with user:wallabag and password:wallabag and change them in the webUI. I changed the "wallabag" user to my user and set a new password.