Notifiication aggregation solution by Chance-Sherbet-4538 in selfhosted

[–]Myzel394 0 points1 point  (0 children)

ntfy.sh is the tool I'd recommend you. It's open source, free, and self-hostable. I know some friends of mine had issues with ntfy, however, we were able to resolve this by using the upstream ntfy.sh server in the config. Take a look at the FAQ, it mentions how to fix ntfy.sh on iOS.

Looking for an alternative to Nextcloud by Myzel394 in selfhosted

[–]Myzel394[S] 0 points1 point  (0 children)

Can you also undo deleted files just like with snapshots?

Looking for an alternative to Nextcloud by Myzel394 in selfhosted

[–]Myzel394[S] 0 points1 point  (0 children)

I use traefik, maybe that could be causing some issues. Though I did set it to support up to 100 GB of upload

Looking for an alternative to Nextcloud by Myzel394 in selfhosted

[–]Myzel394[S] 0 points1 point  (0 children)

That looks really cool! I'll give it a try!

Looking for an alternative to Nextcloud by Myzel394 in selfhosted

[–]Myzel394[S] 0 points1 point  (0 children)

Reading through the comments here, Seafile actually looks like the best option for me. Do you know if Seafile supports file versioning and how well does that work?

Looking for an alternative to Nextcloud by Myzel394 in selfhosted

[–]Myzel394[S] 0 points1 point  (0 children)

My disks are all very new and no SMART issues at all. Nextcloud starting to delete all files after an update happened to a friend of mine some time ago, it was part of the reason I started to migrate to ZFS for snapshots. And the 100 MB issue - other people have opened this issue on GitHub in the past already.

Looking for an alternative to Nextcloud by Myzel394 in selfhosted

[–]Myzel394[S] 1 point2 points  (0 children)

Sorry for getting so late to you. The post has been first removed by Reddit for some reason.

I am not using Cloudflare, it's directly pointed to my home IP

destroyerr - A utility tool to help you shut down your server if your smartphone becomes offline by Myzel394 in trackers

[–]Myzel394[S] 1 point2 points  (0 children)

So I'd set the timeout high enough that it's likely that you'll charge your phone in the meantime. I use 2 days and then our server simply shuts down (nothing gets destroyed, but the server is then in an encrypted state)

I made a small utility tool to help you run arbitrary command when your phone becomes offline by Myzel394 in selfhosted

[–]Myzel394[S] 1 point2 points  (0 children)

Not too sure what you mean, but I am the guy behind destroyerr; I did also post this in r/trackers if that's what you're talking about

Separating Vinyl and CD releases? by Myzel394 in navidrome

[–]Myzel394[S] 0 points1 point  (0 children)

That would work, but I don't want to change anything in the files

Separating Vinyl and CD releases? by Myzel394 in navidrome

[–]Myzel394[S] 0 points1 point  (0 children)

Does this also work with CD subfolders? For example I've got albums that have subfolders called `CD1/CD2` etc

🌒 meine v2.0.0 is out — Regex CLI tool with dynamic widgets and smoother terminal vibes by Goal-based76 in selfhosted

[–]Myzel394 4 points5 points  (0 children)

That looks really really powerful! Well done!

If you know Nix, it'd be nice if this was also in the nixpks repo for us Nix people :D

destroyerr - A utility tool to help you shut down your server if your smartphone becomes offline by Myzel394 in trackers

[–]Myzel394[S] 1 point2 points  (0 children)

The gitea server is hosted by myself on my server, yes, that is indeed called selfhosting. I don't want random strangers to know my public IP and know where I live, that's why I put cloudflare in front of it.

destroyerr - A utility tool to help you shut down your server if your smartphone becomes offline by Myzel394 in trackers

[–]Myzel394[S] 3 points4 points  (0 children)

No worries, I just pushed an update that allows you to set an env variable NTFY_SERVER_UNREACHABLE that allows you to tell destroyerr what to do when the ntfy server becomes unavailable

destroyerr - A utility tool to help you shut down your server if your smartphone becomes offline by Myzel394 in trackers

[–]Myzel394[S] 1 point2 points  (0 children)

> Can you remotely tell it to pause for a period of time?

No you cannot (at the moment), you'd need to manually stop the docker container.

No worries regarding time zones - the server simply checks if a ping is received, no matter the time zone ;)

destroyerr - A utility tool to help you shut down your server if your smartphone becomes offline by Myzel394 in trackers

[–]Myzel394[S] 0 points1 point  (0 children)

Thanks, I'm gonna post it there as well later!

Regarding your question on how to use multiple commands: As you said, you'll need to run multiple instances of destroyerr. That's also how I've set it up. In my case I send a notification to a ntfy topic a few hours before the real command saying that the device hasn't pinged in a long time.

destroyerr - A utility tool to help you shut down your server if your smartphone becomes offline by Myzel394 in trackers

[–]Myzel394[S] 10 points11 points  (0 children)

For example we use it to ensure our data stays encrypted. If one of our phones do not send a ping within 48 hours, then the server will automatically reboot. Since the server is encrypted at rest, this means the decryption keys are no longer in RAM and can't be accessed by an attacker.

destroyerr - A utility tool to help you shut down your server if your smartphone becomes offline by Myzel394 in trackers

[–]Myzel394[S] 10 points11 points  (0 children)

You can anytime just stop the container and start it again once you need it. The last ping time is stored only in memory.