eliminating github so i moved all my githhub repos (which were really backups of my forgejo repos – in case the SHTF) to codeberg and setup the mirrors from forgejo like i had with github, just to the codeberg repos instead. with that done I only have 2 things happening …
forgejo migrations
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 …
bloggy101
Testing, testing Here I am looking to add posts direct from my gitea repo This is the first one The future looks to all posts being done in this fashion > I have gitea private repo with a mirror that keeps everything backed up in case the server goes down. …
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 …
getting backup to work on desktop via PVE
Update TL;DR so i ended up having some issues getting the proxmox-backup-client command to run, using sudo and after getting into the forums realized that i could su to root, move the file there, and append changes, chmod to execute and add the cronjob under the root user. this eliminates …
after proxmox reboot, found a couple issues
had some kernel updates go through on my latest dist upgrade for my proxmox host. after a clean shutdown I noticed my metrics from telegraf lxc weren’t getting to my grafana graphs (ipmi-ensor data). so poking around the lxc it looks like I lost my export INFLUX_TOKEN=xxxx after reboot boot. …
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 …