this post was submitted on 17 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

https://preview.redd.it/cwoplavqkqub1.png?width=679&format=png&auto=webp&s=db1406e25e47d98ca49ed603ab5251273fa45637

So this is my "testing" phase as we are building the dream home currently and the main purpose will be for Smart home / Automation via Home assistant.

In this current set up i am running;

  • Proxmox hypervisor "Supermicro Server"
    • Home Assistant Virtual Machine
    • Ubuntu 20.04 LTS virtual machine with Docker + Docker Compose.
      • Portainer - to give me a GUI interface.
      • NGINX - proxy to allow administration and Home assistant to the outside world.
      • PI-Alert - to monitor what is on the network and find IP addresses.
      • Unifi Controller - to manage the unifi range.
      • Guacamole - Provide 1 solution to administer SSH, VNC etc.
      • Uptime Kuma - Monitoring states of dockers and virtual machines "soon will configure alerts"
      • Vaultwarden - Password manager.
      • Linkwarden - bookmarking tool.
      • Exclidraw - made that pretty picture and others.
      • Flame - a dashboard for shortcuts to all my services.
  • Windows 10 "NAS" (will rebuild to somthing else)
    • Plex
    • All ARR's to acquire media to plex for streaming around the house.
  • Unraid "Daily Box"
    • Network Shares.
    • 2x Windows 10 clients

So i have been changing Dockers as i find better ones that suit my case, style and wanted to see what you guys think about the selected tools?

What Dockers do you think are better in your opinion and why?

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 11 months ago (1 children)

I have pretty much the same setup except everything I have is in a Windows Server host (HASSOS & Ubuntu VMs), and some slightly different services.

Been considering moving to Proxmox, mainly so I can have USB passthrough to my VMs but I may have found another way about it (I need for Zigbee but will try Z2MQTT on Windows first).

[–] [email protected] 1 points 11 months ago (1 children)

Mate, I rate proxmox, I was an esxi fan boy but then tried proxmox and won't go back.

I run z2mqtt on HASSOS, and I got a video on my channel in my profile if I need a guide.

[–] [email protected] 1 points 11 months ago (1 children)

I only really have experience with Windows hosts (professionally and personally), I'd just need to move over my 2 VMs to Proxmox and fire up another for the services I have installed on the Windows host itself which could be annoying.

My Linux ISO files (...) are on 2 8TB HDDs in NTFS too though so I don't know how I'd go about using those in a Proxmox environment.

Been using ZHA with a WiFi Zigbee controller and it's been doing my head in, losing devices very often. I have a USB dongle waiting to be set up, hoping this resolves it.

[–] [email protected] 1 points 11 months ago (2 children)

Not sure if proxmox supports vhdx from hyper-v, so would be a full rebuild.

But you can restore HASSOS and backup docker configuration files to new instance.

I didn't have too many devices on ZHA at the old home maybe 10, but new home I'm going all out. Z2mqtt I've had no issues so far.

[–] [email protected] 1 points 11 months ago

Not sure if proxmox supports vhdx from hyper-v, so would be a full rebuild.

I've seen there's some conversion utils, though a full rebuild wouldn't be too bad as it's only hosting some docker containers.

HASSOS should indeed be a backup & restore piece of cake.

[–] [email protected] 1 points 11 months ago (1 children)

Just finished the switchover from ZHA using a WiFi controller to Z2MQTT using a USB controller.

Hopefully solves my drop off issues, I do actually like Z2MQTT's interface, and the devices seem faster...

[–] [email protected] 1 points 11 months ago

Nice mate, hope it fixed it

[–] [email protected] 1 points 11 months ago (1 children)

Why are you running Ubuntu in proxmox? Like can't you just have an Ubuntu machine? (I don't use proxmox and don't like to use it)

[–] [email protected] 1 points 11 months ago

It comes down to what the hardware supports; Proxmox server allows spinning up virtual machines for testing without affecting production services.

Unraid is our dedicated server for daily use, 1 physical hardware giving 2 virtual clients with passthrough to 2 sets of monitors, keyboard and mice.

[–] [email protected] 1 points 11 months ago

what's the benefit of selfhosting excalidraw rather than just using https://excalidraw.com?

[–] [email protected] 1 points 11 months ago (1 children)

I myself just moved away from unRaid due to the constant call trace hangs that still seem to be an issue and unresolved as of the latest version. After some consideration I moved my storage to another Proxmox server with ZFS based storage and will just run a container(s) to share out any data through whatever services I need, be it samba, NFS, SFTP...

[–] [email protected] 1 points 11 months ago

Can you do passthrough with proxmox? 2 clients into kvm sets?