this post was submitted on 14 Jun 2023
12 points (100.0% liked)
Selfhosted
573 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Resources:
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
> Any issues on the community? Report it using the report flag.
> Questions? DM the mods!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use code-server as well. For the mobile part i use syncthing to sync all the files to my mobile, then edit locally with Markor markdown android app.
What do you mean by version control, is this something you manage with code-server, or do you have a git repo running?
I do something similar with FolderSync and SftpGo and have Drafting (vague name) to create and edit notes.
As for version control I just have all of the documents in a git repository on my Code-Server instance which I regularly commit and sync with a local Gitea deployment; nothing special. Though it could be possible to use something like Mgit with a Tasker automation in lieu of a data sync with foldersync/syncthing, I just haven't looked into it in earnest.