{"id":13580075,"url":"https://github.com/danbooru/danbooru","last_synced_at":"2025-12-16T22:46:42.748Z","repository":{"id":38379393,"uuid":"502760","full_name":"danbooru/danbooru","owner":"danbooru","description":"A taggable image board written in Rails.","archived":false,"fork":false,"pushed_at":"2024-10-28T13:48:06.000Z","size":71914,"stargazers_count":2266,"open_issues_count":394,"forks_count":417,"subscribers_count":74,"default_branch":"master","last_synced_at":"2024-10-29T14:15:13.363Z","etag":null,"topics":["anime","booru","danbooru","imageboard","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danbooru.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-02-04T19:59:27.000Z","updated_at":"2024-10-29T13:19:53.000Z","dependencies_parsed_at":"2023-11-22T02:29:13.011Z","dependency_job_id":"7b23b2e1-72d3-40cc-a3e7-7eab003bb3a3","html_url":"https://github.com/danbooru/danbooru","commit_stats":{"total_commits":12365,"total_committers":75,"mean_commits":"164.86666666666667","dds":0.5165386170642944,"last_synced_commit":"12a3415bc7cb1dbb5604c3ea1b3158e6dc4cde97"},"previous_names":[],"tags_count":1273,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danbooru%2Fdanbooru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danbooru%2Fdanbooru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danbooru%2Fdanbooru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danbooru%2Fdanbooru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danbooru","download_url":"https://codeload.github.com/danbooru/danbooru/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208742,"owners_count":21065218,"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":["anime","booru","danbooru","imageboard","rails","ruby"],"created_at":"2024-08-01T15:01:46.869Z","updated_at":"2025-12-16T22:46:42.742Z","avatar_url":"https://github.com/danbooru.png","language":"Ruby","readme":"[\u003cimg src=\"https://github.com/codespaces/badge.svg\" height=\"20\"\u003e](https://codespaces.new/danbooru/danbooru?quickstart=1) [![Discord](https://img.shields.io/discord/310432830138089472?label=Discord)](https://discord.gg/danbooru) [![codecov](https://codecov.io/gh/danbooru/danbooru/branch/master/graph/badge.svg)](https://codecov.io/gh/danbooru/danbooru)\n\n## Quickstart\n\n### Using Github Codespaces\n\nTo launch a Danbooru instance in your browser:\n\n1. [Create a Github account](https://github.com/signup).\n2. Click [Open in Github Codespaces](https://codespaces.new/danbooru/danbooru?quickstart=1).\n3. Click the `Create new codespace` button.\n4. Wait a few minutes for it to launch.\n\nWhen it's done, you'll have a new Danbooru instance with a full development environment running in your browser. This way you can try out Danbooru without installing anything on your computer.\n\nSee the [Codespaces section](https://github.com/danbooru/danbooru/wiki/Docker-Guide#user-content-running-in-github-codespaces) in the [Docker Guide](https://github.com/danbooru/danbooru/wiki/Docker-Guide) to learn more.\n\n### Using Docker\n\nRun this to start a Danbooru instance:\n\n```sh\nsh -c \"$(curl -sSL https://raw.githubusercontent.com/danbooru/danbooru/master/bin/setup)\"\n```\n\nThis will install [Docker Compose](https://docs.docker.com/compose/) and start Danbooru. When it's done, Danbooru will be running at http://localhost:3000.\n\nAlternatively, if you already have Docker Compose installed, you can do:\n\n```sh\ngit clone http://github.com/danbooru/danbooru\ncd danbooru\ntouch .env.local config/danbooru_local_config.rb\nsudo docker compose up\n```\n\nWhen you're done, you can run the following to delete everything:\n\n```sh\nsudo docker compose down --volumes # Delete all data and images in your Danbooru instance.\nsudo docker image prune            # Clean up all unused Docker images.\nrm -rf ~/danbooru                  # Delete the Danbooru code.\n```\n\n## Installation\n\nSee the [Docker Guide](https://github.com/danbooru/danbooru/wiki/Docker-Guide) for more information on running Danbooru using Docker. This is the recommended way to run Danbooru.\n\nAlternatively, you may use the [Manual Installation Guide](https://github.com/danbooru/danbooru/wiki/Manual-Installation-Guide) to install Danbooru without Docker. Manual installation is much more difficult than using Docker, and therefore is not recommended or officially supported.\n\nFor help, ask in the [#technical](https://discord.com/channels/310432830138089472/310846683376517121) channel on the [Danbooru Discord](https://discord.gg/danbooru), or in the [discussions area](https://github.com/danbooru/danbooru/discussions) on Github.\n\n## Services\n\nDanboou depends on a couple of cloud services and several microservices to\nimplement certain features.\n\n### Amazon Web Services\n\nIn the production environment, for historical reasons, Danbooru relies on Amazon AWS to send pool/post versions to a SQS queue, and on a separate archives service ([available here](https://github.com/danbooru/archives/)) to extract the versions from that queue and insert them into a database.\n\nThe Docker Compose files in this repository come with a preconfigured archives service and an SQS mock using [ElasticMQ](https://github.com/softwaremill/elasticmq), so following the docker tutorial at the start of this file is sufficient to have post/pool versions working for a new instance.\n\n### Google APIs\n\nThe following features require a Google Cloud account:\n\n* BigQuery database export\n\n### IQDB Service\n\nIQDB integration is delegated to the [IQDB service](https://github.com/danbooru/iqdb).\n\n### Reportbooru Service\n\nThe following features are delegated to the [Reportbooru service](https://github.com/danbooru/reportbooru):\n\n* Post views\n* Missed searches report\n* Popular searches report\n\n### Recommender Service\n\nPost recommendations require the [Recommender service](https://github.com/danbooru/recommender).\n","funding_links":[],"categories":["Ruby","Open Source Rails Apps"],"sub_categories":["Articles"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanbooru%2Fdanbooru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanbooru%2Fdanbooru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanbooru%2Fdanbooru/lists"}