this post was submitted on 18 Nov 2024
131 points (97.1% liked)

Selfhosted

40218 readers
1249 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 6 hours ago (1 children)

In no particular order, the most essential ones are those I constantly use throughout my day and also weekly.

Proxmox holds all of these in different LXC's and VM's

  • Home Assistant
  • Pocket-ID - https://github.com/stonith404/pocket-id (Exclusive Passkey login system as in -no un/pw just your Passkey which - doubles as an OIDC provider)
  • Homepage (By Ben Phelps of gethomepage.dev)
  • Vaultwarden
  • TechnitiumDNS which handles all of my DHCP and Adblocking in a one system, extremely capable software especially useful for SOHO too.
  • Baserow - Airtable alternative. It holds certain items of importance like what MAC address each device in my home network holds and what IP It uses in an intelligent view. I also was using it for a while to log issues with my sleep where I deal with insomnia, so I logged how well I slept, how many times I woke up, how long it took me to fall asleep etc. That was a simple form I created using drag/drop in Baserow and called by a URL.
  • OpenVSCode server - makes editing my Homepage (above) yaml and my docker-compose files a breeze! It's especially nice when you edit it something and it auto saves almost instantly. Makes some of my services change in real-time!
  • UptimeKuma - Simply one of the best out there for me
  • Gotify - I get alerted to my Tuya based dehumidifer tank being full via Home Assistant, Downtime alerts from UptimeKuma and a variety of other services which I deem higher priority alerts over "fix when you can" ones.

Aside from that, i do have other services I use every so often like Memos, Joplin Server (holds most of my notes), Pingvin and a few others.

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

I tried Baserow a while ago but decided not to use it because it started downloading the application after running the container and required an online account (that could also be NocoDB). How has your experience been after using it for longer?

[–] [email protected] 3 points 3 hours ago

I had to create an account as per the usual process for these types of apps, but it was all local. I never had to do one to connect to their servers. I know it generates a unique instance ID which I believe phones home to their servers but I don't mind personally.

As for my experience, a lot of it is locked behind their paid plans, so I just keep it limited to what I use which is fine. I do like it as it does better than NocoDB for my needs (the input forms is what I needed) and it does better there. I don't recall the other reasons for not using NocoDB otherwise, but it's a long while.

Their pricing is here: https://baserow.io/pricing

So, that's mostly what is locked behind. My sleep form I built which feeds the database:

Overall, it does meet my needs so that's all I ask. :)