MirrorNest
← Todas las guías

Linkding

A minimal, fast, self-hosted bookmark manager with tagging, full-text search, automatic snapshotting, and a browser extension for saving links.

Sistema: Any Docker hostProductivitySitio oficial ↗Documentación oficial ↗
Esta guía se elaboró a partir de la documentación oficial de Linkding, enlazada arriba — verifica siempre ahí los nombres exactos de paquetes/versiones antes de ejecutar estos comandos en un servidor de producción, ya que las versiones de la distribución y del proyecto cambian con el tiempo.
  1. 1Get the compose and env files

    Download docker-compose.yml from the repo, then copy .env.sample to .env and adjust settings as needed.

  2. 2Start linkding

    docker-compose up -d
  3. 3Create your account

    docker-compose exec linkding python manage.py createsuperuser --username=joe [email protected]

    Alternatively, set LD_SUPERUSER_NAME (and related LD_SUPERUSER_* env vars) to auto-create the account on first startup instead of running this manually.

  4. 4Log in

    open http://localhost:9090