• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle








  • I’m using 3 Ubiquiti APs and running my own management instance on my server in a docker container.

    I still haven’t been able to figure out why, except for maybe crappy Ubiquiti firmware, but if that container goes down or loses connectivity then the APs flood my router with traffic and my whole network goes down.

    Even wired connections don’t work since the router is locked up, and when my server comes back up it won’t be able to reestablish connection because the router is still dead.

    The only way I’ve found to fix it is to power cycle the APs which is obviously a huge pain.

    Can’t get any support from Ubiquiti on it since I’m not using one of their controllers even though it’s obviously a firmware issue. Definitely do not recommend.




  • soldersmokertoSelfhosted@lemmy.worldVMs or containers?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Just get started somewhere. I ran traditional VMs for most things before and I would never go back unless it was necessary for something.

    Easiest way is just to start using Docker for some service you’re hosting that has a public image available and go from there. If you want a more visual approach there’s stuff like Portainer you can use too.

    Also get started early on with docker compose, it makes it much easier to organize your container configs.