Tired of broken links and vanished web pages? This tool redefines bookmarking by helping you collect, read, annotate, and fully preserve what matters. Unlike traditional bookmarks that often disappear, it backs up every page in multiple formats, including full HTML, ensuring you always have access to the original content.
Dive into your saved articles with a dedicated, distraction-free reader view. Here you can adjust fonts, highlight important text, and add your own annotations. Finding what you need is simple thanks to AI-powered tagging and advanced search filters that automatically categorize your bookmarks.
Key features include:
services:
postgres:
image: postgres:16-alpine
restart: always
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
volumes:
- ./pgdata:/var/lib/postgresql/data
linkwarden:
image: ghcr.io/linkwarden/linkwarden:latest
restart: always
environment:
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
NEXTAUTH_URL: http://localhost:3000
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
ports:
- 3000:3000
volumes:
- ./data:/data/data
depends_on:
- postgresPOSTGRES_PASSWORD=your_secure_password_here
NEXTAUTH_SECRET=your_generated_secret_string_hereAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago