

U can always just use the media stack docker image it practically does everything for you
U can always just use the media stack docker image it practically does everything for you
U can fish on any Linux distro. Most major distros have binaries but those that don’t u can easily build it with cargo.
Tldr yes.
I prefer fish tbh
Nginx does not have default SSL but the example I’ve uploaded has its quite a simple setup and gives you far greater control and modularity.
Ik this sounds like a stackoverflow kind of thing to say but why u using caddy not nginx?
Edit: I’ve uploaded my nginx config if you would like to take a look https://github.com/muntedcrocodile/nginxconf
Tbh I see it as free entertainment. Doing dishes and telling some guy that u computer needs a windows update and after he says to click the ignore button 500 times to say u want to update to ensure no scammers can hack you.
I defiantly got onto the call more list at one point but I kept being the biggest pain in the ass and one day they just stopped completely. I once had these one people on the phone for 6hours straight and went through about 4 transfers in the process. They connected with my VM at one point where I was live developing a fake bank website I had passed through from my host. Did u know u can embed the password game into a website extremely easily and conveniently I needed a password reset and needed help. Yes I stole the idea from kitboga.
I try waste as much of their time as possible. It seems I’ve been such a cunt and wasted so much of their time that they have put my number on a blacklist.
Why not just run tailscale? U can self host head scale to keep it all first party. Tail scale i s essentially just a fancy wire guard wrapper.
Yeah. I prefer rust but I defiantly had a far easier time learning c and apply my existing programming knowledge. Getting my head around the borrow checker was one hell of a pain in the ass.
I’m not talking about building I’m talking about programming. I defiantly agree rust has some very nice tooling but the language itself has quite a steep learning curve that isn’t kind to newcomers.
Rust doesn’t help with accessibility its just as easy if not easyer to write c. Its just that when u write bad c u have real serious issues.
Make backup do yolo. So far backup has not been nessasary.
I like python like really really like it. But this should be a warcrime
Pretty sure javascript is like c but I I can’t be mad at the js devs for the awful language they write.
I love docker. I also just discovered devpods they have a real nice integration with codium makes by prod and dev environments practically the same.
How long since getting an oracle CEO did this take?
Theprimeigen covers the drama very effectively and their are some good technical arguments on both sides.
I been running arch in some of my qubes and yeah its cool to have a really light weight image and its cool to play wirh new features as soin as they are available but I don’t have the bandwidth to constantly fix shit every 2weeks cos some obscure package now has issues with some new version of reverse flumberboozle 69.
OK let’s run through some debug steps.
Test to see if samba is working by using a docker volume instead of trying to mount a file path.
If that works we can then assume its purely a file permission issue. U can check/test that by opening a shell inside the docker container and doing investigation from their.
If from the container shell u have perm issues then u will probably need to use the docker parameter to specify the user id of the container to match that of ur host or alternativly set the filesystem to match that of the container (this will lock u out of ur servers user access to the filesystem as u will no longer be owner).
If the container shell has perms to do shit in the mounted volume then it’s a samba config issue. I’ve never done it myself but I’ve heard that samba is a bitch to configure.