Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up linkwarden Requires Docker Desktop. No source code needed — pulls pre-built images and starts linkwarden with all dependencies.
Image:
ghcr.io/linkwarden/linkwarden:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: linkwarden
description: "Collaborative bookmark manager with full-text search and AI tagging"
repository: https://github.com/linkwarden/linkwarden
logo: https://raw.githubusercontent.com/linkwarden/linkwarden/main/assets/logo.png
image: ghcr.io/linkwarden/linkwarden:latest
provides:
- protocol: http
port: 3000
exposed: true
requires:
- type: postgres
set_env:
DATABASE_URL: $url
env:
NEXTAUTH_SECRET:
generator: secret
sensitive: true
NEXTAUTH_URL:
default: "http://localhost:3000"
storage:
data:
path: /data/data
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
20s
Total Disk
3158 MB
Required Services
postgres
Learn More
Spec references for features used in this Launchfile.