• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: August 16th, 2023

help-circle


  • I have two TP-Link EAP610, one EAP245, and one EAP615-Wall. The Omada controller runs on my home server in an LXC. Three of the units are powered by PoE, and the garage one is meshed in. I needed three in my house because the walls have chicken wire in them which blocks and reflects WiFi. It took some trail and error to get the WAPs in suitable locations. The main one in the basement is under a wall, such that it has line of sight into 5 rooms of the house. I used iPerf to test performance at the edges of each room, until I could get at least 300 Mbit reliably. That was the only way I could ensure that I was getting a direct signal and not a reflection off a wall.







  • I have used Piwigo for this purpose the past 3.5 years. It’s running on a tiny Odroid HC-2 and solid state drive. The same device also runs Emby for video streaming. I started it with a free sub domain from afraid.org. I migrated to a real domain later. To run two services from one domain name you also need a reverse proxy and SSL certificate renewal, like SWAG or NGINX Proxy Manager or Zoraxy.

    The main thing I’ve learned is keeping everything isolated repeatable. On my Odroid I learned to use Docker and Portainer for the apps. But there were a couple times I broke everything through updates/upgrades. Now I have a small Intel N305 (Minsforum UN305C), running ProxMox VE, and apps in Linux containers. The first I set up myself to learn but later I discovered some open source helper scripts https://tteck.github.io/Proxmox/. ProxMox seems a bit more complex than Docker/Portainer, but more flexible.

    I’m using IPv4 only but I’m migrating to IPv6 soon to help with in-network routing to my domain. My advice would be unless you want to host your own DNS and override your domain to resolve to LAN, just use your IP:port on LAN and use the domain only outside your home.






  • I’m in the same boat. My poor HC-2 is struggling on memory running Omada (WAP controller) and HomeBridge, among other things. I use Emby so I don’t need transcoding - supports 4k streaming just fine.

    Right now I’m looking at one of the fanless Intel four port software routers, like this one.. But for a machine like that I’m going to use ProxMox to spin up a Firewall/Router/VPN/Networking VM - not sure which OS/image. That will remain separate from my media and web serving. I will probably end up just off-loading the network tasks to the new machine, and leave my HC-2 running as a media server. That way I can restart and upgrade the systems independently. Using ProxMox, it may be possible to move the media services onto a second VM on the same machine, but I’m not sure what advantage that might give me, if any.