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!

  • adr1an@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    10 days 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”.