so, just for shits and giggles I switched to FOSS forgejo from gitea. process was basically this: 1) setup new vm or lxc for debian trixie – i just used an lxc template i had and tweaked the settings 2) get lxc updated and dist-upgraded. i used the forgejo-sqlite: follow …
obsidian git repo sync android app
so the basics of this is the app setup essentially has the same access to the git community repository, so the setup between android and linux is pretty much the same, yet different enough that you have to follow the below procedure – this specifically seems to be the way …
howto create repos and install Obsidian using git remote folders
objective: i wanted to use obsidian as my editor for my blog, sync notes via > gitea, but not have on the open web. i have github for tailscale as ive covered before, so i added a public repo user/blog to start adding and editing using markdown and having saved …
about
About so this is basically a page to help me remember and track my experience in setting up a new /homelab type server. i started with NO server knowledge and many years (20+ now) using the linux desktop. this started long ago with a pentium 486 and ubuntu. progression was …
Some useful shit you can do with tailscale
RDP so I needed to do this for work, the idea being that I had to have access to a win10+ program on my laptop for work that has Linux arch. I don’t own windows so the gist is this: install virtual box for arch download and install win10+ debloat …
Now through obsidian
So here’s how everything is setup so far Obsidian on laptop, initially with folder obsidian_notes synced to local gitea Gitea repo of the same, mirrored to prived github repo Added the blog repo to gitea > private repo Setup mirror to my github repo of the same name > public …
this ones a doozy – gitea sync ansible update playbooks
goals: setup ansible in lxc on proxmox figure out how the fuck to use it! work backwards and forwards and back again on setup of folder heirarchy make folders into a git repo (gitea for me) sync everything nano hosts file, ansible.cfg build out playbooks for each system [arch], [ubuntu] …
headscale (tired of tailscale forced Oauth – had OIDC working and it broke, so i figured this out….sorta)
lets just say something changed on tailscale surrounding webfinger that was no longer allowing me to access the tailscale admin console. not sure why, tech support for tailscale (which is great btw) confirmed the issue. so here it is. don’t love github, google or the other Oauth options, and with …