Skip to content

License

Notifications You must be signed in to change notification settings

darrkenn/HomeClip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 19, 2025
e8de174 · · Aug 19, 2025

History

26 Commits
Aug 19, 2025
Aug 19, 2025
Aug 19, 2025
Aug 19, 2025
Aug 19, 2025
Jul 30, 2025
Jul 31, 2025
Aug 19, 2025
Aug 19, 2025
Jul 30, 2025
Jul 30, 2025
Aug 19, 2025
Jul 30, 2025

Repository files navigation

What is HomeClip?

Homeclip is a performant, self-hosted link manager that lets you create links and organise them with folders.

Requirements

Docker is required to run HomeClip. Install it via your package manager or follow a guide here

Setup

  1. Clone repo:
git clone https://github.com/darrkenn/HomeClip

cd HomeClip
  1. Change database location:
      - type: bind
         source: /var/lib/homeclip/ #Destination of database file.
         target: /app/db/
  1. Build container:
docker compose build
  1. Run container:
docker compose up -d
  1. Open browser and visit http://localhost:3119/

HackaTime Badge