Goofed Home

Sablier: make your docker containers on demand

$$9001
https://lemmy.ca/u/bradbeattie posted on Mar 8, 2026 20:49

Found this utility barely mentioned given how useful it is in the context of limited selfhosting resources.

https://lemmy.ca/post/61500047

4 posts in conversation

$$9761
https://aussie.zone/u/smegger posted on Mar 10, 2026 00:16
In reply to: https://lemmy.ca/post/61500047

This could be handy for low powered devices with tools that you only use on occasion, particularly automated stuff

https://aussie.zone/comment/21839247
$$10093
https://lemmy.ca/u/bradbeattie posted on Mar 10, 2026 13:42
In reply to: https://aussie.zone/comment/21839247

I use it with Grafana. No need to run it all the time especially when it uses CPU while idle.

https://lemmy.ca/comment/22129980

Search self-host user groups and acxess management

$$9584
https://feddit.org/u/ratatouille posted on Mar 9, 2026 19:29

While speaking with a colleague who is working in a small company he told me, that the lost track about user right management. They had a an excel table where they tracked all user groups and special rights users in the company have. But depending on some changes in the company structure, they got problems.

Is there any selfhosting software to manage usergroups, teams and userrights in a modern UI? It should be abe to set also data owner and so may keep track on non Active-Directory data.

https://feddit.org/post/26871125

6 posts in conversation

Word Count Linux: 2

$$10071
https://lemmy.world/u/non_burglar posted on Mar 10, 2026 13:00
In reply to: https://lemmy.horwood.cloud/comment/2012932

LDAP is the Linux equivalent of a window domain controller

I assume you meant “Active Directory”. AD is based on a heavily modified LDAP schema, but they are interoperable. AD adds a LOT of extra functionality on top of the auth part of it, however.

Linux it’s self can use it too

That’s why I suggested it.

https://lemmy.world/comment/22579972
$$10072
https://lemmy.horwood.cloud/u/mhzawadi posted on Mar 10, 2026 13:02
In reply to: https://lemmy.world/comment/22579972

it was more for anyone who doesnt know LDAP

https://lemmy.horwood.cloud/comment/2013508

Conversation

$$10032
https://piefed.social/u/Ek-Hou-Van-Braai posted on Mar 10, 2026 11:21
In reply to: https://fosstodon.org/users/LordChaos82/statuses/116204013543577943

Afaik they are hosting their code on their own closed source internal system.

So it will no longer be Open-Source

https://piefed.social/comment/10468126

Conversation

$$110
https://thebrainbin.org/u/osanna posted on Feb 18, 2026 09:13
In reply to: https://lemmy.world/post/60585

I have vaultwarden, navidrome, uptime kuma (on a vps, because it doesn’t make sense to host it on my pi, because if it goes down, I’m not gonna know), pihole (though it’s not currently working with Mullvad), dokuwiki, freshrss, searx, ntfy, and tugtainer (replacement for watchtower since that’s now abandoned).

https://thebrainbin.org/m/selfhosted@lemmy.world/t/1827/-/comment/10036343

8 posts in conversation

$$9043
https://lemmy.world/u/irmadlad posted on Mar 8, 2026 21:51
In reply to: https://mander.xyz/comment/25677418

Welcome! Good to meet you.

https://lemmy.world/comment/22551957
$$9985
https://lemmy.zip/u/blxt posted on Mar 10, 2026 08:49
In reply to: https://lemmy.world/post/60585

Hardware: - hp EliteDesk 800 G4 SFF - i5-8500 - 32 GB RAM - 250 ssd boot disk - 1TB nvme - 2 x 4 TB SSD

I run most of my services via Docker but also in their own LXCs on Proxmox:

  • adguard
  • borg-backup
  • caddy
  • forgejo
  • filebrowser-quantum
  • rackpeek
  • opencloud, Baikal, obsidian-live sync
  • immich
  • paperless
  • vikunja
  • navidrome, octo-fiesta
  • karakeep
  • proxmox-backup-server

Next thing I want to set up would be arcane and maybe ansible, audio-bookshelf, and someday some monitoring.

I access my services only via NetBird when I am out and about.

The biggest flaw in my setup as for now is that I only have one device that’s a single point of failure. Since I have remote backups that’s okayish atm. In the future I would try to get ahold of more hardware and separate things out. For someone who just wanted to try things out a little I got my self kind of deep into it haha Performance vice its enough for me as a single user

Also: If anyone has any suggestions what I could do with my Oracle free tier VPS, besides running a Minecraft server, I would be happy to hear ideas :)

https://lemmy.zip/comment/25152658

Conversation

$$9713
https://programming.dev/u/moonpiedumplings posted on Mar 9, 2026 22:55
In reply to: https://feddit.it/comment/13713814

I use fluxcd with helmrelease’s which auto update the helm release. If the helm chart versions specify container versions, then updating the helm chart updates the containers in the deployments.

But for raw deployments, I found this, but not much else.

https://programming.dev/comment/22625016

$$9962
https://feddit.it/u/eutampieri posted on Mar 10, 2026 07:39
In reply to: https://programming.dev/comment/22625016

Interesting. I’m using Argo, there may be something similar for it

https://feddit.it/comment/18739396

🚀 Statistics for Strava v4.7.0 released! Dark mode & Milestones timeline

$$7270
https://lemmy.world/u/statisticsforstrava posted on Mar 5, 2026 07:04

Statistics for Strava is a self-hosted, open-source dashboard for your Strava data.

Features and improvements worth mentioning since we lasted posted here:

  • Dark mode
  • Added a timeline view of your key achievements and milestones over time.
  • Added statistics for recording devices, giving you more insight into which devices you use for your activities
  • You can now view Eddington metrics in both metric and imperial units, regardless of your default unit system
  • Use compression algorithms to store data. This results in a 70% drop in used storage space
  • A lot of bug fixes and quality of life improvements

As always, thanks for your feedback and I’m looking forward to more feature requests! Stay fit, stay healthy 💪

https://lemmy.world/post/43871392

23 posts in conversation

$$9718
https://sopuli.xyz/u/boonhet posted on Mar 9, 2026 23:04
In reply to: https://lemmy.dbzer0.com/comment/24775124

You may want to look at the supported devices on this project. It’s an app to get data to/from wearables.

Two of the supported devices are bangle.js and bangle.js 2. These are open source smart watches with GNSS and HR, which have different apps available already that I believe can record data without your phone connected, and then sync later, either to your phone or computer (not sure on that one). And you can develop your own apps too of course.

I don’t really know much more than that. I do want to get back into exercising regularly, and would like to track my progress, so I may get one myself at some point.

https://sopuli.xyz/comment/22333335
$$9888
https://lemmy.dbzer0.com/u/ExcessShiv posted on Mar 10, 2026 05:12
In reply to: https://sopuli.xyz/comment/22333335

I’ve already looked into gadgetbridge, but all supported devices unfortunately have fairly limited functionality. I get that it’s the premise with the reverse engineering they do to make things almost work.

The bangle.js models are a fucking ugly apple watch clone, I’d never wear that thing. And I’m not looking to get an actual smartwatch, I have no need for any of that clutter or a desire to charge my watch daily or every other day.

I’ve used a coros pace 2 for a long time, definitely not private but very limited smartwatch bullshit and >week of battery with +1h of daily GPS tracked running. Not supported by gadgetbridge though.

https://lemmy.dbzer0.com/comment/24863900

Notes on full disk encryption on a Hetzner cloud VPS

$$9139
https://lemmy.world/u/versionc posted on Mar 9, 2026 01:46

Hello!

I’ve spent a lot of time struggling with Hetzner’s KVM console, there are a lot of problems causing severe issues with settings up passwords and passphrases. I just thought I’d create this “guide” to get things rolling, for everyone who faces the same issues I’ve faced.

Step 1 - Firewall

Set up a firewall and only open port 22 with your IP (you can look it up using ip.me).

Step 2 - Installation

Perform the installation procedure as normal, setting very simple passwords and passphrases for the user accounts and the disk encryption. Set them to something like 123. These will be changed later!

I’m using Debian 13, the steps may or may not be the same for your choice of distribution.

Step 3 - SSH access

Unmount the ISO and reboot. Enter the console again, log in as root with your simple password. Now, if you have the same problem as me, keys like /, CTRL etc. won’t work, so I used tab completion and vi to to modify the config file.

# cd ../etc/ssh/
# vi sshd<TAB>

Inside vi, press o to create a new line and enter insert mode. Add:

PermitRootLogin yes
PasswordAuthentication yes

Press ESC and then <SHIFT>-yy (so holding shift and pressing y twice). This will save the file and exit vi.

Step 4 - Dropbear

ssh into your VPS. Now you have full keyboard access like usual. Install dropbear-initramfs, which is an SSH server that’s placed in the initial RAM filesystem so that you can ssh into your VPS during start up so you can easily enter your encryption passphrase.

Generate a new key pair and add the public key to /etc/dropbear/initramfs/authorized_keys

Run update-initramfs -u and reboot. You should now be able to ssh into your VPS using the key you just generated. The following command lets you unlock the encrypted disk:

cryptroot-unlock

This will probably disconnect you from the tunnel, simply re-establish the SSH tunnel again.

Step 5 - Changing passwords and passphrases

To change the encryption passphrase:

# cryptsetup luksAddKey /dev/sdXY
# cryptsetup luksRemoveKey

Lock the root user and change the password of your user (don’t forget to add the user to the sudo group!):

# passwd -l root
# passwd user

Done!

At this point you might want to use some other means to access the server, such as Netbird or Tailscale or Wireguard. Regardless of how you decide to access the server, you should revert the changes to sshd_config.

P.S.

I have no idea if this is a secure or good way to do this. Use at your own risk!

https://lemmy.world/post/44019524

28 posts in conversation

$$9852
https://lemmy.world/u/ralakus posted on Mar 10, 2026 03:53
In reply to: https://lemmy.ml/comment/24426015

They might care if it’s 69420 since the max port number is 2^16 = 65536

https://lemmy.world/comment/22574178
$$9869
https://lemmy.zip/u/frongt posted on Mar 10, 2026 04:36
In reply to: https://lemmy.ml/comment/24434877

You can fire packets as fast as you like, but if my end can’t process them that fast, either they’ll get dropped or you’ll knock me offline. Neither makes a valid scan.

https://lemmy.zip/comment/25149886

Sftp client gor android?

$$9175
https://lemmy.world/u/Postmortal_Pop posted on Mar 9, 2026 04:04

Hey gang, do you have any suggestions for moving data from my phone to my jellyfin server? I tried using the daemon tools on F-Droid and could not for the life of me figure them out.

https://lemmy.world/post/44021845

22 posts in conversation

Word Count Linux: 1

$$9748
https://lemmy.ml/u/Ephera posted on Mar 9, 2026 23:58
In reply to: https://lemmy.world/post/44021845

I just saw this on F-Droid, will need to test it, but sounds like it could be really good: https://f-droid.org/packages/lu.knaff.alain.saf_sftp

I’m hoping, it works like mounting or FUSE on proper Linux, where you can just use normal applications to transparently access network files. Then you’d be able to use any old file manager app to actually work with the files…

https://lemmy.ml/comment/24437046
$$9785
https://lemmy.cafe/u/Onomatopoeia posted on Mar 10, 2026 00:54
In reply to: https://lemmy.world/comment/22562931

Yea, that’s a challenging part for sure, one that I still deal with.

It can be done, but you need to configure the sync jobs “just so”. Send only from the phone, don’t sync deletions, etc.

https://lemmy.cafe/comment/16282000

Fetcharr - a human-developed Huntarr replacement

$$8948
https://lemmy.world/u/egg82 posted on Mar 8, 2026 19:01

Disclaimer: I am the developer

Long story short, after Huntarr exploded I still wanted an app that did the core of Huntarr’s job: find and fetch missing or upgradable media. I looked around for some solutions but didn’t like them for various reasons. So, I made my own.

No web UI, configured via environment variables in a similar manner to Unpackerr. It does one job and it does it (a little too) well. Even when trying a few different solutions for a few days each, Fetcharr caught a bunch of stuff they all missed almost immediately. This is likely due to the way it weights media for search.

Since you made it this far, a few notes: 1) I did still use ChatGPT on a couple of occasions. They’re documented and entirely web UI - no agents. Anything it gave me was vetted and noted in the code before publishing. 2) The current icon is temporary and LLM-generated. I’ve put out some feelers to pay an artist to create an icon. Waiting to hear back. 3) It’s written in Java because that’s the language I’m most familiar with. SSL certs in Java containers can be painful but I added some code to make it as easy as Python requests or Node 4) While it still has a skip-if-tagged-with-X feature, it doesn’t create or apply any tags. I didn’t find that portion necessary, despite other popular *arrs using it. Not sure why they do, even after developing this. 5) Caution is advised when first using it on a large media collection. It’ll very likely pick up quite a number of things initially if you weren’t on top of things beforehand. Just make sure your pipeline is set up well, or you limit the number of searches or lengthen the amount of time between searches using the environment variables.

https://lemmy.world/post/44006156

59 posts in conversation

$$9768
https://lemmy.world/u/egg82 posted on Mar 10, 2026 00:27
In reply to: https://lemmy.blahaj.zone/comment/19547539

Not sure what you mean by that. I occasionally use the web UI as the tool that it is and I’ve played around with opencode, cursor, etc previously on other home projects to get a sense for where things are and what the limits of these things are. That said, I take pride in my own work and this project is no exception. Is there something in this project that makes you think I threw a prompt into cursor and am passing that off as my own? Or are you against the idea of using an LLM and consider any person or project using them at all to be vibecoded?

https://lemmy.world/comment/22571892
$$9771
https://lemmy.world/u/egg82 posted on Mar 10, 2026 00:29
In reply to: https://lemmy.zip/comment/25142654

That’s great! A cronjob can be effective if your indexer doesn’t mind the extra strain or you have a small library.

https://lemmy.world/comment/22571915

I Spent a Year Replacing My Subscriptions by Self Hosting. Here’s How.

$$5515
https://slrpnk.net/u/ProdigalFrog posted on Mar 1, 2026 03:13
https://slrpnk.net/post/34725615

16 posts in conversation

$$9648
https://lemmy.wtf/u/awake posted on Mar 9, 2026 21:12
In reply to: https://piefed.social/comment/10340498

Can you access immich from outside of your network? If so, how do you do it? I’d like to do it, too, without accidentally opening everything to the internet haha

https://lemmy.wtf/comment/20373282
$$9752
https://piefed.social/u/h_ramus posted on Mar 10, 2026 00:00
In reply to: https://lemmy.wtf/comment/20373282

Yes, either Netbird or Zerotier allow me to connect to my home lan without exposing ports to the outside. Netbird seems more user friendly to setup and there’s good documentation for openwrt.

https://piefed.social/comment/10463003
Create New Post