8000 GitHub - espressoAndCode/archivy: Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your own personal, searchable and extendable wiki.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your own personal, searchable and extendable wiki.

License

Notifications You must be signed in to change notification settings

espressoAndCode/archivy

 
 

Repository files navigation

logo

We just launched v1.6.0!! Lots of UI improvements and new features, including embedding tags directly inside content, ie: I love #archivy#. More details here.

Archivy

Archivy is a self-hostable knowledge repository that allows you to preserve content in your own personal, searchable and extensible wiki.

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.
  • Bidirectional links between notes, and embedded tags.
  • Authentication for hosting your instance publicly
  • Plugin system to publish and write extensions to archivy
  • Git integration
  • Everything is a file! For ease of access and editing, all the content is stored in extended markdown files with yaml front matter. This format supports footnotes, LaTeX math rendering, syntax highlighting and more.
  • Powerful and advanced search.
  • Image upload
  • Backend API for flexibility and user enhancements.

demo video

Roadmap

Upcoming:

  • Annotations
  • Multi User System with permission setup.

Quickstart

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

Run the archivy init command to setup you installation.

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.

Community

Archivy is dedicated to building open and quality knowledge base software through collaboration and community discussion.

To get news and updates on Archivy and its development, you can watch the archivy repository or follow @uzpg_ on Twitter.

You can interact with us through the issue board and the more casual discord server.

About

Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your own personal, searchable and extendable wiki.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.1%
  • HTML 19.7%
  • CSS 11.2%
0