{"id":18400449,"url":"https://github.com/docksal/addons","last_synced_at":"2025-04-07T06:33:27.795Z","repository":{"id":21893078,"uuid":"84603652","full_name":"docksal/addons","owner":"docksal","description":"Community driven, submit your addon! Docksal addons that can be installed via `fin addon install` command.","archived":false,"fork":false,"pushed_at":"2024-04-19T20:09:32.000Z","size":173,"stargazers_count":16,"open_issues_count":10,"forks_count":34,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-29T22:00:31.501Z","etag":null,"topics":["addon","docksal"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/docksal.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"docksal","open_collective":"docksal"}},"created_at":"2017-03-10T21:52:24.000Z","updated_at":"2024-04-19T20:09:35.000Z","dependencies_parsed_at":"2024-04-16T05:22:52.316Z","dependency_job_id":"926b8902-c58e-4fac-8521-be3c5c6a06b3","html_url":"https://github.com/docksal/addons","commit_stats":{"total_commits":146,"total_committers":37,"mean_commits":3.945945945945946,"dds":0.7534246575342466,"last_synced_commit":"f115ec47ea24764709d56fe085ca77baf5896714"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Faddons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Faddons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Faddons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Faddons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docksal","download_url":"https://codeload.github.com/docksal/addons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208504,"owners_count":20901570,"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":["addon","docksal"],"created_at":"2024-11-06T02:33:26.241Z","updated_at":"2025-04-07T06:33:25.146Z","avatar_url":"https://github.com/docksal.png","language":"Shell","funding_links":["https://github.com/sponsors/docksal","https://opencollective.com/docksal"],"categories":[],"sub_categories":[],"readme":"# Docksal addons\n\nRequired fin version is 1.7.0 or higher.\n\nAddons is a **community driven** project. If you have an addon idea, we will gladly welcome the new addon.\n\nDISCLAMER: since it is a community driven project it is only smoke-tested and code is only reviewed for vulnerabilities. Addons may not always be up to date with the latest Docksal practices or might have bugs. Feel free to raise issues or pull requests to fix those bugs.\n\n# Addons list\n\n| Name\t                     |  Description  |  Requirements \t |\n|----------------------------|---------------|-----------------|\n| **[example](example)**\t   |  A working documentation on what is Docksal addon and how it works \t|  |\n| [adminer](adminer)         | [Adminer](https://www.adminer.org/) database management tool | MySQL |\n| [andock](andock)           | [Andock](https://andock.readthedocs.io/en/latest/) makes it dead simple to get Docksal environments up on your server. | Docksal |\n| [artisan](artisan)         | Runs [Laravel's Artisan](https://laravel.com/docs/artisan) command in `cli`. **Requires** artisan pre-installed inside `cli`. | Laravel, Artisan |\n| [blt](blt)                 | Acquia BLT tool launcher (requires [BLT installation](https://blog.docksal.io/docksal-and-acquia-blt-1552540a3b9f)) | Drupal |\n| [codeclimate](codeclimate) | [CodeClimate](https://codeclimate.com/) code quality tool | |\n| [dbeaver](dbeaver)         | Launches [DBeaver](https://dbeaver.io/) with the connection information for current project. | macOS, Linux |\n| [mailpit](mailpit)         | [Mailpit](https://github.com/axllent/mailpit) email capture service for current project |  |\n| [meilisearch](meilisearch) | [Meilisearch](https://www.meilisearch.com/) search for local development | |\n| [mkcert](mkcert)           | [mkcert](https://github.com/FiloSottile/mkcert) addon for Docksal |  |\n| [phpcs](phpcs)             | PHP Code Sniffer and Code Beautifier | |\n| [phpunit](phpunit)         | Creates a phpunit.xml file and runs PHPUnit tests | Drupal |\n| [pma](pma)                 | [PhpMyAdmin](https://www.phpmyadmin.net/) database management tool | MySQL |\n| [pull](pull)               | Pull assets from hosting environment to local | Drupal |\n| [rabbitmq](rabbitmq)       | [RabbitMQ](https://www.rabbitmq.com/) Message Broker | RabbitMQ |\n| [redis](redis)             | Add [Redis](https://redis.io/) to current project |  |\n| [sequelace](sequelace)     | Launches [SequelAce](https://github.com/Sequel-Ace/Sequel-Ace) with the connection information for current project. | macOS |\n| [sequelpro](sequelpro)     | Launches [SequelPro](https://www.sequelpro.com) with the connection information for current project. | macOS |\n| [simpletest](simpletest)   | Runs SimpleTest tests in Drupal 7 and 8 | Drupal |\n| [sitediff](sitediff)       | Runs Sitediff tests in your Docksal project | |\n| [soketi](soketi)           | [Socketi](https://docs.soketi.app/) Soketi is your simple, fast, and resilient open-source WebSockets server |  |\n| [solr](solr)               | [Apache Solr](http://lucene.apache.org/solr/) search service for current project |  |\n| [tableplus](tableplus)     | Launches [TablePlus](https://www.tableplus.com) with the connection information for current project. | macOS |\n| [uli](uli)                 | Generate one time login url for current site | Drupal |\n| [wkhtmltopdf](wkhtmltopdf) | Installs wkhtmltopdf 0.12.5 with QT compiled in. |  |\n| [xdebug](xdebug)           | Turns [xdebug](https://docs.docksal.io/tools/xdebug/) on or off and restarts docksal |  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocksal%2Faddons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocksal%2Faddons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocksal%2Faddons/lists"}