Lem453

joined 1 year ago
[–] [email protected] 45 points 1 week ago* (last edited 1 week ago) (7 children)

The comments here saying to not bother with 10gbe is surprising considering it's the selfhosted community, not a random home networking self help. Dismissing a reasonable request form someone who is building a homelab is not a good way to grow niche communities like this one on the fediverse.

10gbe has come down in price a lot recently but is still more expensive than 1gb of course.

Ideas for switches: https://www.servethehome.com/the-ultimate-cheap-10gbe-switch-buyers-guide-netgear-ubiquiti-qnap-mikrotik-qct/

https://www.servethehome.com/nicgiga-s25-0501-m-managed-switch-review-5-port-2-5gbe-and-sfp-realtek/

For a router: https://www.servethehome.com/everything-homelab-node-goes-1u-rackmount-qotom-intel-review/

[–] [email protected] 4 points 1 week ago (3 children)

OwnCloud rewrite in Go is way better

https://owncloud.dev/ocis/

[–] [email protected] 2 points 2 weeks ago

And something like this can be used as the docker server to hold the repository

https://github.com/huncrys/docker-borg-server

[–] [email protected] 3 points 2 weeks ago (1 children)

I'm surprised no one mentioned this if you are already using kde

https://github.com/Bismuth-Forge/bismuth

[–] [email protected] 5 points 2 weeks ago (1 children)

If you use a KDE desktop

https://github.com/Bismuth-Forge/bismuth

Many tutorials available for this

[–] [email protected] 22 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Vaultwarden itself is actually one of the easiest docker apps to deploy...if you already have the foundation of your home lab setup correctly.

The foundation has a steep learning curve.

Domain name, dynamic DNS update, port forwarding, reverse proxy. Not easy to get all this working perfectly but once it does you can use the same foundation to install any app. If you already had the foundation working, additional apps take only a few minutes.

Want ebooks? Calibre takes 10 mins. Want link archiving? Linkwarden takes 10 mins

And on and on

The foundation of your server makes a huge difference. Well worth getting it right at the start and then building on it.

I use this setup: https://youtu.be/liV3c9m_OX8

Local only websites that use https (Vaultwarden) and then external websites that also use https (jellyfin).

[–] [email protected] 2 points 3 weeks ago (1 children)

What type/brand do you have now?

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago)

See me comment above

https://lemmy.ca/comment/11490137

I don't like that obsidian not fully open source but the plugins can't be beat if you use them. Check out some youtube videos for top 20 plugins etc. Takes the app to a whole new level.

[–] [email protected] 1 points 3 weeks ago (1 children)

I could never get NextCloud on android to sync files back to the servers

[–] [email protected] 9 points 3 weeks ago (6 children)

The real power of obsidian is similar to why Raspberry Pi is so popular, it has such a large community that plugins are amazing and hard to duplicate.

That being said, I use this to live sync between all my devices. It works with almost the same latency as google docs but its not meant for multiple people editing the same file at the same time

https://github.com/vrtmrz/obsidian-livesync

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

Futo voice to text works nice and fast on my pixel 8 pro. Fractions of a second slower than google. Also that's with the slower English 74 library (more data point, slower). They have an even larger one but the default is the smaller and faster English-39 model

 

I'm just starting to upgrade my basic unraid docker to an InfraAsCode setup.

I will use unraid as Nas only. My media and backups will be on unraid, everything else on a separate proxmox VM that is running and SSD storage array for ZFS. Both the unraid and proxmox hosts share their storage via NFS. Each docker container mounts the NFS volumes as needed.

For the containers I use an alpine VM with docker. I use portainer to connect to a gitea repo (on unraid) to pull down the docker compose file.

So my workflow is, use VS code on my PC to write the compose file, commit to git, then on portainer I hit the redeploy button and it pulls the latest compose file automatically.

What's your setup?

view more: ‹ prev next ›