Favicon of Archivy

Archivy

Create a personal knowledge repository you control. Save web pages, connect notes with bidirectional links, and manage everything in portable markdown files.

Archivy is a self-hostable knowledge repository that allows you to build a personal and extensible wiki. It gives you full control over your data, storing all content in a portable, file-based system for easy access and editing.

Its core purpose is to help you learn and retain information effectively. Key features include:

  • Permanent Web Archives: When you add a bookmark, its web page content is saved locally. This ensures you always have access to it, even if the original source goes offline.
  • Connected Knowledge: Organize your notes with bidirectional links and embedded tags, creating a web of interconnected information that mirrors how you think.
  • File-Based System: All content is stored in extended markdown files with YAML front matter. This simple format supports footnotes, LaTeX math, and syntax highlighting, while making your data easy to manage and back up.
  • Extensible Platform: Power users can take control of their knowledge process using the built-in plugin system and API to customize and integrate with other services.
  • Powerful Search: Quickly locate any piece of information across your entire knowledge base with an advanced search function.

Directory Structure

archivy
data
.env
docker-compose.yml

docker-compose.yml

services:
  archivy:
    image: archivy/archivy:latest
    container_name: archivy
    ports:
      - "5000:5000"
    volumes:
      - ./data:/archivy/data
    environment:
      - TZ=UTC
      - SECRET_KEY=${SECRET_KEY}
    restart: unless-stopped

.env

SECRET_KEY=your_super_secret_key_here
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Archivy

Favicon

 

  
  
Favicon

 

  
  
Favicon