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:
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-stoppedSECRET_KEY=your_super_secret_key_hereAuto-fetched about 20 hours ago
Auto-fetched about 20 hours ago