8000 GitHub - Thinkplus/archivy: Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your knowledge bank.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from archivy/archivy

Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your knowledge bank.

License

Notifications You must be signed in to change notification settings

Thinkplus/archivy

 
 

Repository files navigation

logo

Logo design by Roy Quilor is licensed under CC BY-NC 4.0

Archivy

Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your knowledge bank.

Features:

  • If you add bookmarks, their web-pages contents' will be saved to ensure that you will always have access to it, following the idea of digital preservation.
  • Login module that allows you to host the service on a server
  • Plugin system to allow people to publish and write extensions to archivy
  • Notes are stored in an extended markdown format with footnotes, LaTeX math rendering, syntax highlighting and more.
  • CLI that provides a nice backend interface to the app
  • Git integration
  • Backend API for flexibility and user enhancements
  • Everything is a file! For ease of access and editing, all the content is stored in markdown files with yaml front matter.
  • Extensible search with Elasticsearch and its Query DSL
  • Dark Theme

demo (low res)

Upcoming:

  • Links between different knowledge base items
  • Multi User System with permission setup.
  • Major improvements in UI
  • Option to compile data to a static site.

Quickstart

Install archivy with pip install archivy. Other installations methods are listed here

Then run this and enter a password to create a new user:

$ archivy create-admin <username>

Finally, execute archivy run to serve the app. You can open it at https://localhost:5000 and login with the credentials you entered before.

You can then use archivy to create notes, bookmarks and then organize and store information.

See the official docs for information on other installation methods.

About

Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your knowledge bank.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.7%
  • Python 43.9%
  • HTML 7.3%
  • CSS 4.1%
0