
Arkivr
Arkivr is an archiving software as a self-hostable web server that allows you to store and organize resources such as links, files and more for easy retrieval. You can see my instance here and the source code on Github. Intention My colleagues and I have been saving interesting websites, documents and general learning resources in a Discord chat for months. It’s easy to add the links or files there, but finding a particular resource was cumbersome. So I quickly set up a minimal version with a simple Flask server and have been using it daily ever since. I really like the concept and my first implementation, so I’m thinking about scaling it from a multi-page to a single-page application, adding self-hosting capability with Docker, support files and much more functionality. ...