← すべてのガイド
Linkding
A minimal, fast, self-hosted bookmark manager with tagging, full-text search, automatic snapshotting, and a browser extension for saving links.
このガイドは上記リンク先にあるLinkding公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
1Get the compose and env files
Download docker-compose.yml from the repo, then copy .env.sample to .env and adjust settings as needed.
2Start linkding
docker-compose up -d3Create 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.
4Log in
open http://localhost:9090