I really like outliner apps because they incentives to structure notes in an hierarchal fashion. It really helps with problem solving and learning new skills.<p>I am looking for self-hosted option of outliner apps. I checked and Dynalist and Workflowy dont support self hosted version.
There's vimflowy [1] which which you can try out for yourself using the developers hosting [2] and then if you wish to host if yourself you can using docker [3] . There's also an option to point the developer hosted version at firebase [4] .<p>[1] <a href="https://github.com/WuTheFWasThat/vimflowy" rel="nofollow">https://github.com/WuTheFWasThat/vimflowy</a>
[2] <a href="https://www.wuthejeff.com/vimflowy/#" rel="nofollow">https://www.wuthejeff.com/vimflowy/#</a>
[3] <a href="https://hub.docker.com/r/vimflowy/vimflowy/" rel="nofollow">https://hub.docker.com/r/vimflowy/vimflowy/</a>
[4] <a href="https://github.com/WuTheFWasThat/vimflowy/blob/master/docs/storage/README.md" rel="nofollow">https://github.com/WuTheFWasThat/vimflowy/blob/master/docs/s...</a>
All these apps are effectively copying org-mode features.<p>Have you tried just using org-mode?<p>Or did you specifically want a self hosted but online solution on a vps somewhere?