paradox2011
@paradox2011@lemmy.ml
Man Lemmy is so much better than Reddit.
- Comment on Selfhosted alternative to google keep/onenote/evernote/goodnotes? 2 months ago:
Not the OP, but I believe they’re talking about the upgrade from 128 bit AES to 256 bit AES. It created some compatibility issues between clients for a few days as the ones that weren’t updated yet couldn’t decryot the newer 256 AES encrypted notes. That was my experience anyways. It’s a great app/server from my personal experience.
- Comment on Youtube has fully blocked Invidious 4 months ago:
It does, you can turn it on in the YouTube plugin settings.
- Comment on Wording change and clarification for purchasing Immich · Discussion #11313 6 months ago:
They do, but I don’t think that would apply to Immich. Immich is under the AGPL, and hasn’t taken on any FUTO licensing. In a QA they did awhile back they said there was no plans to change it as well, so should be AGPL for the long term.
As far as I’ve seen, the only conmection that Immich has with FUTO is the $1M grant and continued development support. I would imagine any sales from these Immich server purchases are now obligated to go to FUTO, but that’s the only connection between the two companies.
- Comment on Wording change and clarification for purchasing Immich · Discussion #11313 6 months ago:
I saw a lot of concern in the original github announcement regarding the use of the term “license.” People felt it gave the team a legal footing to paywall features down the road and offer them only to licensed users, along with a few other concerns based in the legal implication of the term license. That of course runs counter to their statement that no features will be paywalled ever, so I guess there’s still some anxiety over their trustworthiness out there. Understandable given some of the rug pulls that have happened in the open source world over the past year though (i.e Redhat, redis, etc…)
- Comment on Immich v1.109.1 released with optional paid license 6 months ago:
I was really looking forward to them opening a compensation option as I got in after they had taken down donation links, but this is all a bit weird. I’ll probably hold at version 1.108 for awhile until the dust settles.
I’ve gone through quite a few FUTO videos since they started sponsoring Immich, and it seems like the issue is that they are essentially an organization of engineers that don’t have a strong background in the legalese of licensing (thus the lack of attention to the wording of the original FUTO temporary license). Their intentions and goals are solid from my perspective and the software they promote is fantastic, but it feels very much like an org run by idealistic engineers, not by PR guys. The best PR they have is Louiss Rossman, take that as you will 😄
All that being said, I have paid for a few of their other pieces of software that are single user. The part I’m not overly find of is that it seems to be a payment for each individual user, and not a payment to be able to run the server itself. I’m sure there is rational behind it, but it just feels like this whole licensing element isn’t fully baked yet.
- Comment on To those using Tube Archivist, does it often freeze for you too? 6 months ago:
Interesting, yeah I did see in the github issues that Jellyfin itself was a bit unpredictable in triggering the right information requests from the plugin and that it may suddenly start working just because Jellyfin finally fired off correctly. I guess I’ll just be patient 😅
- Comment on To those using Tube Archivist, does it often freeze for you too? 6 months ago:
I haven’t run in to any freezing issues either. It sounds like it might be a network issue, do you access the service over your local network or by external DNS?
Not to hijack your post, but do you use tubearchivist-jf-plugin for getting metadata in to jellyfin? I cannot seem to get that plugin to function on my set up for some reason which makes it very hard to view the tubearchivist library on jellyfin 😢
- Comment on Need a little help for a newbie 10 months ago:
I initially started out with that, it worked fairly well but I did notice a significant speed increase when syncing after getting the Joplin server set up. The downside is having another service publicly exposed though, a more minimal set up does have its benefits.
- Comment on Need a little help for a newbie 10 months ago:
Yeah, I hear you there. I usually get overwhelmed by the time I get to the “B” section.
I have definitely benefited from other peoples current set up lists, I’ll leave mine here in case it sparks some interesting directions for you.
-
Diun - notification service for when new images are released for any running docker apps I have up.
-
Immich - self-hosted photos backup. Incredible app, its extremely refined and feature complete.
-
Jellyfin (Linuxserver.io image) - personal media streaming service.
-
Joplin server - self-hosted back end for Joplin notes sync. Much faster and more reliable than the 3rd party sync targets like one drive or Dropbox.
-
Mealie - recipe management.
-
Nextcloud - so many things. Calendar, files, kanban, contacts, etc… Personally I find Nextcloud’s documentation hard to follow, so I’ve linked the video tutorial I used to set mine up.
-
Nginx proxy manager - reverse proxy with basic protections built in. I’m on the fence on suggesting this one and have been considering switching to something else, as it rarely gets updates these days. It is the only one I’ve been able to wrap my head around though. Zoraxy, Traefic and Swag are all other options. You mentioned having Nginx set up already, so this might not even be an issue for you.
-
Paperless-NGX - document server and archive. All you need is the docker-compose.env and docker-compose.postgres.yml from the linked directory. Tweak the compose and env values as you see fit and remove the “postgres” from the file name before firing it up.
-
Portainer - basically just a GUI for viewing docker services. You can manage docker images and stacks with portainer, but I would recommend just learning the docker-compose method in general.
If you ever run into instructions for setting something up with a regular docker command but want to convert it to a docker-compose.yml file instead, this site is super useful: composerize.com
-
- Comment on Need a little help for a newbie 10 months ago:
Definitely check this guy’s videos put on YouTube. He covers a ton of self-hosted apps and how to set them up. You’ll have to soft through, not all the apps he talks about are really necessary, but I basically learned self-hosting through his channel.
Look for stuff on authelia, crowdsec or fail2ban with regards security for your server and decide what direction you want to go there.