Bookmark
Bookmark.org digital archive service
Install / Use
/learn @bookmark-org/BookmarkREADME
Bookmark
This repository contains the code for bookmark.org, an online service that allows users to archive and organize important web links.
Setup
-
Install Docker. Don't forget to perform the Docker post-installation.
-
Optional: Create the following
.envfile in the root folder of this project (only required for archive summary generated with AI and custom delay in bulk archiving)
OPENAI_API_KEY=<api-key>
# Expressed in milliseconds
BOOKMARK_ARCHIVE_DELAY=1000
- Optional: Login to the Docker registry (only required for Docker image pushes)
$ docker login -u bookmarkorg -p <registry-password>
Basic Commands: Development
Run the app:
# Install Elixir dependencies
mix deps.get
# Run the Elixir app locally + DB and an Archivebox server in containers
make dev
Now you can visit localhost:4000
Stop the app:
make stop # Terminates the execution of all containers
Push image to deployment:
make push-images
Basic Commands: Production
- Download the latest tagged image from the Docker registry
make pull-images
- Stop old containers
make stop
- Run the Docker project
make prod
Now you can visit localhost:4000
Clean containers
After using the containers, you can destroy them along with their volumes (which contain the archives) using make clean.
Available tasks
You can see available tasks (build, dev, prod, etc.) and what they do with make.
Related Skills
node-connect
352.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
