A raspberry pi is extremely overkill for such a task. You could easily do this with an E-Ink display connected to an ESP32 or maybe an ESP8266. These have about 4mb of memory (depending on what board you buy) and onboard wifi/bluetooth. They cost about $5.
- 2 Posts
- 7 Comments
Joined 2 years ago
Cake day: October 17th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
KellyKlarkson@alien.topOPBto
Homelab•I made an online pfsense to opnsense converter for r/homelab & r/selfhostedEnglish
1·2 years agoI’ve made the source available, see here: https://github.com/mwood77/pf2opn
KellyKlarkson@alien.topOPBto
Homelab•I made an online pfsense to opnsense converter for r/homelab & r/selfhostedEnglish
1·2 years agoHere’s the source - you can clone it and run it yourself if you’d like: https://github.com/mwood77/pf2opn
KellyKlarkson@alien.topOPBto
Homelab•I made an online pfsense to opnsense converter for r/homelab & r/selfhostedEnglish
1·2 years agoHave at it: https://github.com/mwood77/pf2opn
KellyKlarkson@alien.topBto
Homelab•My friend has a gaming PC but would like to start using dockers but can't afford a server atm. What's the best way to use docker on Windows. He would like a qbittorrent and gluten container to start.English
1·2 years agoYou don’t need linux, or anything fancy to run containers. If you’re not comfortable using a cli, get Docker Desktop. This way you can ‘see’ and manage your containers in a GUI.
From there, you can then learn about docker’s cli: https://docs.docker.com/engine/reference/commandline/cli/
I’ve made a tool that can convert your pfsense configuration to an opnsense configuration. It’s not perfect, but it can do a majority of the legwork for you.
You can pull the site via docker:
docker run --name pf2opn -p 4200:80 -d mwood77/pf2opnOr use it on the web here:
As always, please try the converted configuration in a test image before you apply it to a production environment. If you find any bugs, please reach out.