Keep that n8n updated. Theres been several high and critical severity CVE's recently and I'm betting more to come
starshipwinepineapple
I see you're new to lemmy so maybe you missed reading the comments from the last time you asked this question https://programming.dev/post/48344373
(I can't see the edited out part but if it was about yay...)
Yay builds in your local cache and then when it is ready to install it asks for sudo. The reason for this is because sudo can timeout during long builds, and more importantly if you compile with sudo you run the risk of arbitrary code execution. So it is safer to run with just yay and then it will ask for sudo when it actually needed.
what you use for your documentation
Hugo (markdown) files that i host on my internal server.
how you organize it
I use basic directory structure. Top level directories are like "dev", "home", "general". Self hosting is a dev/ subdir.
what information you include
Depends on how familiar i am with it and how often I'll be referencing it. Something i know well or access often will be more high level. Things like an annual process i have documented in more detail
how you work documentation into your changes/tinkering flow
My site has an "edit this page" feature which i use to open my IDE and make the change as I'm doing things. Sometimes I'll be lazy and just add in what i did this time and then let future me reconcile the differences 🙃
Sourcehut allows private repos. Alternatively id look into a self hosted forgejo instance you control.
And many people overlook it but git has its own webui.
To be fair MS makes orders of magnitude more money and has the benefit of operations at scale. Whereas codeberg's operational budget for 2025 was 100k euro and they still need to deal with DDoS and bot scraping. They also were running off a single server up until sept'25 when they had two donated hardware services which are now hooked up to make a 3 node ceph cluster.
If I'm being completely honest, it sounds like you hit a problem and then just kinda gave up (I'm not trying to sound mean or anything - please don't take it that way).
I got the same impression. Which is fine if that's someone's approach, but that same person probably shouldn't be on an arch-based distro if that's the case.
Yup! Mostly symfonium since i mostly use my phone for music. Started using feishin recently for desktop use and have been really impressed with it. I can recommend both!
for music both jellyfin and navidrome are subsonic API compatible for use with mobile and desktop apps (like symfonium and feishin). Some people choose to just use jellyfin instead of a dedicated music service. Personally i still run navidrome for music. I give some thoughts on that here
This is what i do. Have certbot running every night, and it'll auto skip if it is too soon to renew. If renew is successful then it'll deploy. Pretty much set and forget it.
Hadn't heard of explo before. Neat