Bookmark + Archive Manager
Bookmark + Archive Manager è un/una app nel catalogo della community osFoundry. Salvi i bookmark E conservi un archivio completo (screenshot, PDF, HTML, single-file) di ogni link — così la pagina sopravvive anche dopo che l'originale dà 404. Collezioni, tag, ricerca full-text, multi-utente. Un sostituto aperto di Raindrop.io / Pocket. Basato su Linkwarden. Distribuito come singolo container autonomo che include Postgres + Chromium + il web + worker Linkwarden — tutto su volumi persistenti.
Dettagli
- Workspace: osfoundry
- Categoria: PRODUCTIVITY
- Prezzo: Free
- Accesso: Community
Funzionalità
- Save bookmarks AND keep a full archive (screenshot
- Single-file) of each link — so the page survives even after the original goes 404
Documentazione
La documentazione è mantenuta in inglese dal progetto di origine.
# 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).
Come utilizzare Bookmark + Archive Manager in osFoundry
Installi Bookmark + Archive Manager nel suo workspace con un clic, quindi ne esegua il fork in osStudio per personalizzare i prompt, gli strumenti o la configurazione per il suo stack. Chiunque nel suo workspace potrà riprendere il lavoro dove l'ha lasciato.
Altri app dalla community
- CRM — Gestione delle relazioni con i clienti con contatti, trattative e tracciamento della pipeline.
- Kanban Board — Una board kanban e di progetto in stile Trello con card, board, viste calendario e tabella, e proprietà per board. Basata su Focalboard (server personale standalone). SQLite integrato su un volume persistente.
- Helpdesk — Smistamento ticket e inbox di assistenza clienti con tracciamento SLA.
- Page Builder — Page builder visuale drag-and-drop con sezioni, temi, SEO e pubblicazione
- Website Builder — Website builder multi-pagina con raccolte CMS, navigazione globale, footer, temi e pubblicazione
- Vetrina E-commerce — Vetrina e-commerce con catalogo prodotti, carrello e checkout.