update meta/doc information

This commit is contained in:
2025-11-21 13:51:26 -05:00
parent 1b24e77f07
commit 733d7d9e02

View File

@ -1,24 +1,27 @@
# gitlab-runner
> One line description of the recipe
> An executor for gitlab ci tasks
!! **WARNING**: This recipe should be used with great caution, since it has access to the docker daemon. We recommend running it in a seperate vm or host !!
<!-- metadata -->
* **Category**: Apps
* **Status**: 0
* **Image**: [`gitlab-runner`](https://hub.docker.com/r/gitlab-runner), 4, upstream
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: No
* **SSO**: No
- **Category**: Utilities
- **Status**: 0
- **Image**: [`gitlab-runner`](gitlab.com/gitlab-org/gitlab-runner), 4, upstream
- **Healthcheck**: No
- **Backups**: No
- **Email**: N/A
- **Tests**: No
- **SSO**: N/A
<!-- endmetadata -->
## Quick start
* `abra app new gitlab-runner --secrets`
* `abra app config <app-name>`
* `abra app deploy <app-name>`
- `abra app new gitlab-runner`
- `abra app secret insert <app-domain> registration_token v1 <token>`
- `abra app config <app-domain>`
- `abra app deploy <app-domain>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).