this post was submitted on 04 Jul 2024
33 points (94.6% liked)

Open Source

29118 readers
198 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 

Ideally offline and either Android or Linux. Just looking to see what's out there and I didn't see much yet besides some dictionary or DIY flashcard apps

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] anzo@programming.dev 1 points 1 week ago

Yes. I believe all self-hosting apps are like that. As an example, I have a docker container running Searxng and I use it locally on my PC as default search engine. Just keep in mind that docker compose port mapping (e.g. "3000:80") attaches to all available IPs unless you specify it like "127.0.0.1:3000:80".