{"id":13602986,"url":"https://github.com/bookmark-org/bookmark","last_synced_at":"2025-04-11T13:32:15.749Z","repository":{"id":65244574,"uuid":"587847676","full_name":"bookmark-org/bookmark","owner":"bookmark-org","description":"Bookmark.org digital archive service","archived":false,"fork":false,"pushed_at":"2024-01-03T18:54:36.000Z","size":3351,"stargazers_count":16,"open_issues_count":27,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-02T18:43:35.861Z","etag":null,"topics":["archive","bitcoin","elixir","lightning-address","lightning-network","nip05","nostr"],"latest_commit_sha":null,"homepage":"https://bookmark.org/","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bookmark-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-11T18:19:33.000Z","updated_at":"2024-02-26T18:27:59.000Z","dependencies_parsed_at":"2023-02-11T23:01:35.632Z","dependency_job_id":null,"html_url":"https://github.com/bookmark-org/bookmark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bookmark-org%2Fbookmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bookmark-org%2Fbookmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bookmark-org%2Fbookmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bookmark-org%2Fbookmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bookmark-org","download_url":"https://codeload.github.com/bookmark-org/bookmark/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223470369,"owners_count":17150540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archive","bitcoin","elixir","lightning-address","lightning-network","nip05","nostr"],"created_at":"2024-08-01T18:01:45.642Z","updated_at":"2024-11-07T06:30:50.549Z","avatar_url":"https://github.com/bookmark-org.png","language":"Elixir","funding_links":[],"categories":["bitcoin"],"sub_categories":[],"readme":"# Bookmark\n\nThis repository contains the code for [bookmark.org](https://bookmark.org/), an online service that allows users to archive and organize important web links.\n\n## Setup\n\n1. Install [Docker](https://docs.docker.com/engine/install/). Don't forget to perform the [Docker post-installation](https://docs.docker.com/engine/install/linux-postinstall/).\n\n2. 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)\n\n```\nOPENAI_API_KEY=\u003capi-key\u003e\n# Expressed in milliseconds\nBOOKMARK_ARCHIVE_DELAY=1000\n```\n\n3. Optional: Login to the Docker registry (only required for Docker image pushes)\n\n```\n$ docker login -u bookmarkorg -p \u003cregistry-password\u003e\n```\n\n## Basic Commands: Development\n\nRun the app:\n\n```\n# Install Elixir dependencies\nmix deps.get\n\n# Run the Elixir app locally + DB and an Archivebox server in containers\nmake dev\n```\n\nNow you can visit [`localhost:4000`](http://localhost:4000) \n\nStop the app:\n\n```\nmake stop # Terminates the execution of all containers\n```\n\nPush image to deployment:\n\n```\nmake push-images\n```\n\n## Basic Commands: Production\n\n1. Download the latest tagged image from the Docker registry\n\n```\nmake pull-images\n```\n\n2. Stop old containers\n\n```\nmake stop\n```\n\n3. Run the Docker project\n\n```\nmake prod\n```\n\n\nNow you can visit [`localhost:4000`](http://localhost:4000)\n\n## Clean containers\n\nAfter using the containers, you can destroy them along with their volumes (which contain the archives) using `make clean`.\n\n## Available tasks\n\nYou can see available tasks (build, dev, prod, etc.) and what they do with `make`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbookmark-org%2Fbookmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbookmark-org%2Fbookmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbookmark-org%2Fbookmark/lists"}