Looking for ideas on using Incus for a homelab

I watched the video in detail. I have written a few posts on these before. They need an eventual update towards Incus.

Specifically,

  1. Routed subnet to private network:
  2. macvlan: How to make your LXD containers get IP addresses from your LAN using macvlan – Mi blog lah!
  3. bridged: How to make your LXD containers get IP addresses from your LAN using a bridge – Mi blog lah!
  4. proxy device: How to use the LXD Proxy Device to map ports between the host and the containers – Mi blog lah!
  5. proxy device with Unix sockets: How to manage LXD from within one of its containers – Mi blog lah!
  6. proxy device with proxy_protocol: How to use the LXD Proxy Device to map ports between the host and the containers – Mi blog lah!
  7. proxy device with isolated container: A network-isolated container in LXD – Mi blog lah!

Bonus posts on

  1. ipvlan: How to get LXD containers obtain IP from the LAN with ipvlan networking – Mi blog lah!
  2. routed: How to get LXD containers get IP from the LAN with routed network – Mi blog lah!

Also, extended thematic tutorials

  1. How to Set Up Multiple WordPress Sites with LXD Containers | Linode Docs
    This one shows how to setup a VPS with LXD, then launch an instance with a reverse proxy and another one with the SQL server. Finally, for each customer (or group of websites) launch an instance and put in there their WordPress(s) websites. With nginx as a reverse proxy, you install and forget because the Let’s Encrypt certificates are updated automatically. I think some members of this discussion forum are running such a setup.

I would like to work on these through GSoD, failing that I would try with Linode/DO or whoever is still interested in new documentation.

1 Like