Deifyed
@Deifyed@lemmy.ml
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on What is your methodology behind note taking and other research related services you host? 5 hours ago:
For note taking my current, longest and most successful setup is:
- Syncing on all relevant devices (including a remote synching server running)
- Neovim with vimwiki on computers
- Obsidian on my phone
- Comment on Help with deployment 7 months ago:
Just brain storming here:
You could expose a bare git repo on the server with a git hook that runs Docker compose up on push.
You could also have GitHub actions ssh in and run git pull && docker compose up on push to main.