Ope sorry, right now I just have the serve config doing a redirect of port 22, however when I try to SSH in I get rejected by tailscale ACL. Says there's no user named git.
If I followed the steps for the vanilla docker setup I'd add a git user to the host and softlink the host authorized_keys file to the gogs container's version, as well as add a shim script to forward the command into the container using the docker exec command, but I'd rather not do that by mucking about in the sidecar if there's a better way. The tailscale universal docker mod for linuxserver.io says they have ssh access for their containers but as far as I can tell it just pops in the --ssh flag in tailscale up.
You're right, it was a bit too off the cuff of a remark. Though I can't imagine they've had fun there since the Muppet took over. Can you imagine being the poor bastard who had to tell Phony Stark about this whole thing? They probably had to remind him that their office existed only to have him sack everyone.
Damn them too? I guess I shouldn't be surprised they're both in the enshittification olympics. I moved away from F360 in favor on Onshape a while ago but started muddling my way through FreeCAD when I heard about Onshape.
I want to do this myself (to both free up my pi and not have to deal with underpower warnings) but my printer is a bit further away. I've had my eye on those USB via UTP devices for a while but a cursory search seems to imply there'd be timing issues.
We should have a bunch of flight sim dilettantes sign an open letter saying we're waiting in the wings, overjoyed at the opportunity previously only available to doctors lol
I use FreshRSS in a docker container both served and funneled from my tailscale network (can't fetch feeds otherwise) and I read it on mobile with FeedMe. My main reason for using FeedMe is the customizable mobilizer though I'm pretty sure you can enable that in FreshRss as well.
I recently fell into this rabbit hole myself! Though I decided against hosting the blog myself(because I don't want to do anything stupid lol) Nowadays for sites like that you can install a static site generator to automatically build the site based off of markdown files. I personally use Hugo but I hear good things about Jekyll too.
The way mine is set up I make a post or a page on my machine and push it to my backend github repo. Github detects a change and rebuilds the site with the new content using a github action, then uploads the whole public folder to my host at neocities.
Ope sorry, right now I just have the serve config doing a redirect of port 22, however when I try to SSH in I get rejected by tailscale ACL. Says there's no user named git.
If I followed the steps for the vanilla docker setup I'd add a git user to the host and softlink the host authorized_keys file to the gogs container's version, as well as add a shim script to forward the command into the container using the docker exec command, but I'd rather not do that by mucking about in the sidecar if there's a better way. The tailscale universal docker mod for linuxserver.io says they have ssh access for their containers but as far as I can tell it just pops in the --ssh flag in tailscale up.