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 …
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] …