Bookmark + Archive Manager
Bookmark + Archive Manager is a app in the osFoundry community catalog. Save bookmarks AND keep a full archive (screenshot, PDF, HTML, single-file) of each link — so the page survives even after the original goes 404. Collections, tags, full-text search, multi-user. An open replacement for Raindrop.io / Pocket. Powered by Linkwarden. Ships as a single self-contained container that bundles Postgres + Chromium + the Linkwarden web + worker — all on persistent volumes.
Details
- Workspace: osfoundry
- Category: PRODUCTIVITY
- Pricing: Free
- Access: Community
Features
- Save bookmarks AND keep a full archive (screenshot
- Single-file) of each link — so the page survives even after the original goes 404
Documentation
# Bookmark + Archive Manager
Bookmarks with full-page archiving, powered by Linkwarden.
## Setup
Set `NEXTAUTH_SECRET` to a 64-char hex random (e.g. `openssl rand -hex 32`) before first start. On first open, click `Sign Up` and create the first account — that account becomes the admin.
`DATABASE_URL` and `NEXTAUTH_URL` are auto-wired by the entrypoint (against the bundled Postgres and the platform-injected public URL).
## What's bundled
- **App layer:** Linkwarden web + worker (Next.js + Prisma)
- **Database:** Postgres 15 on the same container, data at `/persist/pgdata`
- **Archiver:** Chromium + monolith + Playwright (already in the upstream Linkwarden image — used for screenshots / PDFs / HTML archive / single-file bundle)
## Storage
Uploads, screenshots, PDFs, and single-file archives all live under `/persist/files` (mapped via `STORAGE_FOLDER`). The 20 GB volume covers ~5–10k archived pages including screenshots.
## First-boot performance
Expect a 30–60 s first-boot warmup while Postgres initdb + Prisma migrations run. Subsequent boots are < 10 s.
## Theme / appearance
Linkwarden has its own light/dark toggle (User menu → Settings).
How to use Bookmark + Archive Manager in osFoundry
Install Bookmark + Archive Manager into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.