Selfhosted
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.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- 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!
view the rest of the comments
To add to other suggestions here, my current setup is just using folders with markdown or any other text files in a webIDE. In my case that's Code-Server as I prefer a more centralized solution, and I get the benefits of keeping everything in version control.
I also have a Raneto instance pointing to my "Documents" folder which presents it all in a knowedge-base like format.
If you're looking for something with mobile app integration this probably won't work by itself; while the webapp for Code-Server works on mobile, it's "cramped" at best.
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.
That's interesting, it never crossed my mind that I could run git on my phone. But I think I want to look for a way to auto commit every day on my code-server instance, not sure if that's possible at all. Drafting app looks nice, I'll have a try
That should be pretty simple to do with cron and a shell script. Whether you can easily do that within the container depends on who packaged it though.