pretty much everything is working from my last post, i’ve been working on getting vm clones playbook functional
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 …
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] …
divergent post cause i just got this working
1) install arch basic using iso and archinstall – setup basic server with ssh http and cockpit – add user to allow ssh into VM – can’t use root, make sure user is sudo – reboot and login with new user – ssh into the VM 2) follow this guide …