• 1 Post
  • 24 Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle



  • There are a TON of different tutorials and videos.

    If you’re looking for a beginner friendly interface for your servers; I recommend “Cockpit” you just “sudo apt-get install cockpit” and it gives you a nice to use web interface to manage most of your servers, you can then install plugins as needed, for example you can install net bird or Pangolin to make it accessible from the internet.

    If you want something more like what I’m doing here (Virtualization) you can try Canonical’s version of this which runs on ubuntu, They’re called LXD https://canonical.com/lxd/manage

    Basically they’re tiny ritualized linux instances inside of your main ubuntu server (Containers) with their own kernel so that changes on the base server don’t bother your other apps.










  • Soooo, proxmox is just the base of the ecosystem, it allows you to load a bunch of containers and virtual machines.

    If you’re not sure what you want yo host check this page out.

    https://www.turnkeylinux.org/lxc

    They have a bunch of container templates that are ready to host.

    I’ve been trying to replace could services with self hosted ones for me and my loved ones; these are some of my favorites:

    • Nextcloud: replaces onedrive and dropbox
    • Pangolin: Replaces Cloudflared (a little technical)
    • Jellifin: Locally hosted netflix clone
    • Game server: Awesome multi game server host, I use it to play minecraft with my nephews, has a ton of games you can host
    • Joomla: (or any other CMS) when you mix it with Pangolin, it’s an easy way to host a website
    • Netbird: overlay network manager that allows you to join multiple sites/networks as one LAN, it’s great for off site backups and to play with friends and family without having to host anything
    • Grafana: Monitoring, data analytics and alerts. It’s like task manager but a thousand times better.
    • Yunohost: It’s a one click install user friendly interface to manage web apps.






  • I’ve been using Pangolin since it came out … to make my services available without opening ports, but I also use Netbird for VPN access.

    Is their DNS forwarding “resources” stable? Last I heard it was in beta only … if I can eliminate one more piece of software that I have to admin and maintain, that’d be great.