33
[REQUEST] Human Language Learning apps
(infosec.pub)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
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".