GravitySpoiled
@GravitySpoiled@lemmy.ml
- Comment on How to convince my uni / dept. to switch to Mastodon? 3 days ago:
Why not start with an account? You do not need to run a server to be int the fediverse. It’s enough for now if they’ve got a or multiple accounts and actively use it. Share the latest papers via that account. Provide news. Link to articles etc. That’s good enough for the beginning.
- Comment on Migrating from Nextcloud AIO to Owncloud Infinite Scale: Good Idea? 5 days ago:
Nextcloud Docker compose hub.docker.com/_/nextcloud/
I don’t do much maintenance on my nextcloud image either. I spend a lot of time setting it up on bare metal because I didn’t know docker compose existed but it’s very popular nowadays. With docker compose you don’t have to setup a lot either. It didn’t break for me once in the past years.
What’s wrong with nextcloud’s S3 object storage?
- Comment on I'm moving to another city soon. What are some good apps that could help? Inventory, logistics, etc 5 days ago:
Take pictures of the stuff and label the boxes with e.g. “kitchen 1”
- Comment on Ditching Spotify and YT Music 3 weeks ago:
You want beets to organize your music beets.io
You want to use the musicbrainz database
And you want to scrobble your plays to listenbrainz.
You will serve your music however you want. Navidrome is one of the best, you can’t go wrong.
Navidrome does not take car eof tagging. You have to make sure your music is tagged properly. You can also use other software for it that uses beets under the hood. Someone shall chime in and suggest the best app for that.
- Submitted 1 month ago to selfhosted@lemmy.world | 40 comments
- Comment on Alternative to Life360? 1 month ago:
There’s an osmand telegram plugin. Someone may want to rewrite it for matrix?
- Comment on Using Fedora Atomic (CoreOS, IOT) as server OS - Experiences? 2 months ago:
Thx!
I wasn’t able to debug it. Maybe next year or so
- Comment on Using Fedora Atomic (CoreOS, IOT) as server OS - Experiences? 2 months ago:
I had problems with podman/selinux and jellyfin and gpu acvelleration which is why I’m on debian now. I’d go with atomic any day if I could solve the problem but I don’t know how.
- Comment on Please help me stop my baby from crying because kodi keeps buffering 3 months ago:
Likely, This is it. It transcodes and hence it has to buffer because the server isn’t strong enough. Best is to use a gpu like intel a380 as described in jellyfin’s doc.
- Comment on Restart an OOM killed docker automatically 4 months ago:
It’s usually good to state why something is good or bad
- Comment on Restart an OOM killed docker automatically 4 months ago:
I don’t know the best way but I would use cron and start docker every minute (if it’s not running).
- Comment on Release v1.108.0 · immich-app/immich 4 months ago:
This vulnerability arises from improper handling of batch files with all possible extensions on Windows
- Comment on Release v1.108.0 · immich-app/immich 4 months ago:
This release includes a security update for Node.js. While we don’t think these CVEs affect Immich, we strongly recommend you update. For more details, see nodejs.org/en/blog/…/july-2024-security-releases.
- Submitted 4 months ago to selfhosted@lemmy.world | 5 comments
- Comment on Do you poweroff your server during night / unused times? 4 months ago:
Mine turns off at 2 or if noone has been watching for 10 minutes after 2am and turns on at 4:45. Nobody ever uses it during that time. It’s pointless to keep it running. Additional bonus is that it auto updates all containers each morning.
- Comment on eBook Library Structure 4 months ago:
Author based strcuture. At least that’s what audiobookshelf expects and it works good
- Comment on Ebooks library (cross platform) 4 months ago:
One of the best servers 🥰
- Comment on Proton launches privacy-focused Google Docs alternative: Docs in Proton Drive is an open-source, end-to-end encrypted collaborative document editor 4 months ago:
Sure. I’m no fan of most proton products anyway anymore because their products don’t work with other software like calendar only works with their apps. I use vpn, pass and mail but the rest isn’t too useful for me and I rather use nextcloud
- Comment on Is it safe to automatically pull and update docker containers? 4 months ago:
That’s what I do as well. Even with immich. It may break but it’s usually just a simple change in the env file
- Comment on Proton launches privacy-focused Google Docs alternative: Docs in Proton Drive is an open-source, end-to-end encrypted collaborative document editor 4 months ago:
As always, it’s different people working on different products.
- Comment on Am I the only one who missed the Owncloud rewrite in Go? 4 months ago:
I had a horrible experience with nextcloud on a pi. I have a great experience on a good server. It stores files. It does that very well for me. Clients work reliable.
Nextcloud apps are sometines good and sometimes not. It can do everything. One should let navidrome serve music and not nextcloud. Mealie is for recipes. Jellyfin for videos and immich for images. Paperless for documents.
Nextcloud is file storage, backup, syncing and maybe collab. That’s what I expect and that’s what I get.
- Comment on Is it practically impossible for a newcomer selfhost without using centralised services, and get DDOSed or hacked? 4 months ago:
Why would anyone ddos you? Ddos costs money andor effort. Noone is going to waste that on you. Maybe dos but not ddos. And the troll will go away after some time as well. There’s no gain in dosing you. Why would anyone hack your static website? For the lulz? If everything is https encrypted on your local net how does a hacker infest everything on your network?
- Comment on Which side are you on? 5 months ago:
cdot is within matrices and times is used for a m \times n matrix
- Comment on We need a larger one. Yes, for the last time. Pleeeeeeeeeease! 5 months ago:
Saturn is one step ahead of us
- Comment on How to detect problems on computer? 6 months ago:
I observed it during resource hungry usage. I never had issues with it, not even close.
- Comment on How to detect problems on computer? 6 months ago:
that’s neat. Tank you.
So far I follow a bottom up strategy. I’ll keep adding containers each day (or after many hours) and wait for it to stop. I also looked up how to limit memory usage. It’s a great idea to limit all containers and see which one fails. thanks!
- Comment on How to detect problems on computer? 6 months ago:
I’ll have a look, thx
- Comment on How to detect problems on computer? 6 months ago:
I’ve got way too much RAM for swap being useful at all. Good idea though.
- Submitted 6 months ago to selfhosted@lemmy.world | 17 comments
- Comment on Install Nextcloud with reverse Proxy 7 months ago:
I’d install it via podman (or docker) compose.
I use nginx proxy manager but traefik or caddy should be recommended I guess