SkillAgentSearch skills...

Bookmark

Bookmark.org digital archive service

Install / Use

/learn @bookmark-org/Bookmark
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Bookmark

This repository contains the code for bookmark.org, an online service that allows users to archive and organize important web links.

Setup

  1. Install Docker. Don't forget to perform the Docker post-installation.

  2. Optional: Create the following .env file 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
  1. 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

  1. Download the latest tagged image from the Docker registry
make pull-images
  1. Stop old containers
make stop
  1. 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

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated7mo ago
Forks3

Languages

Elixir

Security Score

87/100

Audited on Sep 1, 2025

No findings