Homeclip is a performant, self-hosted link manager that lets you create links and organise them with folders.
Docker is required to run HomeClip. Install it via your package manager or follow a guide here
- Clone repo:
git clone https://github.com/darrkenn/HomeClip
cd HomeClip- Change database location:
- type: bind
source: /var/lib/homeclip/ #Destination of database file.
target: /app/db/- Build container:
docker compose build- Run container:
docker compose up -d- Open browser and visit http://localhost:3119/