Ah, my bad “again”… should have mentioned that there’s the advance configuration option that 1% of the geeks do
Ah, my bad “again”… should have mentioned that there’s the advance configuration option that 1% of the geeks do
Docker is not rootless. Is only safe as long as the container (or those web devs) doesn’t use nsenter
or anything similar to get root access outside of it ;)
Not to flame you, but really just an HTML form was all you needed? It’s a super simple feature…
I’m attracted to it because of the posix backend. Did anyone try it? Is it stable?
For reference, https://owncloud.dev/architecture/posixfs-storage-driver/
Indeed! Before I was relying on the listing’s of linuxserver.io , yunohost , casa os , etc .
deleted by creator
Nice write-up. I’d take this as a blueprint. Anyone can swap 3rd-party services to their like (e.g. headscale, xmpp bot on that vps, backblaze s3, etc.) and extend upon (e.g. oidc providers, mailboxes, arr suite, etc.)
A cheap VPS with headscale. Or just ZeroTier.com free plan.
As for git, many basic concepts (e.g. staging area) clicked for me after reading some articles that Atlassian (people behind BitBucket) wrote. Other than that, I’d recommend adamj.eu 's book “Git DX” which is on gumroad. Haven’t read it, tho. But I read his Django DX and like 90% of it was stuff I had to learn on my own, and thought: oh, how come I didn’t find this book earlier…
AV1 video codec !
Oh, fair point. Perhaps rclone.org then! :O
Syncthing. Look no further, just check the “untrusted device” so that you don’t give unencrypted data to your friend’s disk.
Perhaps snyk.io I used it in the past, but I didn’t find it quite useful. Now I have a github action to upgrade dependencies every week. But you want some kind of scanner to be more involved on the actual codebase. Did you look into https://github.com/marketplace?query=security ? That’s what I would do. But I never heard of any of those listed there. Let us know your findings after some time if you test 'em ;) good luck!
This! And, baby-steps: don’t go about installing every app you see. Try backup strategies, put them to test (bring service down and up again with data from backup). Play, have fun.
He asks whatever model is running behind either system to do the comparison and pastes the text. It’s full of errors, like perplexica saying farfalle doesn’t use LLM. Meanwhile, I just checked and it supports anything from ollama to groq (gpt4o, sonnet, etc.)
This post is ultra low quality.
That’s also more on to who the user is (how they interact with the device.) IMHO it’s valuable to at least get to search the internet with an error message. I switched over a decade ago, but on Windows all I had was hexadecimal codes or vague messages. I was a power user, fiddling with all sorts of software, and things did break on either side. I stayed where I could learn, a steep curve, sure. But not a wall.
I use anzo and as password an empty string. It’s never been guessed :p
Indeed. Also, I am concerned about self-hosting enthusiasts that install docker (without the advance rootless mode) and blindly run containers. Sometimes these containers are even made by third parties, independent of the app developers. Unfortunately, the supply chain there is up for grabs…