4 Commits

Author SHA1 Message Date
5d8674d584 chore: publish 3.1.0+11.2.0 release 2025-10-27 10:29:42 +01:00
cd33c2adfe chore: publish 3.0.0+11.1.2 release 2025-10-04 12:04:54 +02:00
22a29bb4cc Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
2025-10-03 20:09:54 +00:00
26528162e3 Add renovate.json 2025-10-03 20:04:30 +00:00
4 changed files with 10 additions and 18 deletions

View File

@ -4,21 +4,6 @@
!! 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**: 5
* **LICENSE**: [GPLv3-or-later](https://code.forgejo.org/forgejo/runner/src/branch/main/LICENSE)
* **Maintainers**: [Klasse & Methode](https://klasse-methode.it) (@p4u1 @p4u1_f4u1:matrix.org)
* **Repository**: [code.forgejo.org/forgejo/runner](https://code.forgejo.org/forgejo/runner)
* **Documentation**: [forgejo.org/docs/next/admin/actions/](https://forgejo.org/docs/next/admin/actions/)
* **Image**: [`runner`](https://code.forgejo.org/forgejo/-/packages/container/runner/11), 4, upstream
* **Healthcheck**: No
* **Backups**: no
* **Email**: 0
* **Tests**: 0
* **SSO**: 0
<!-- endmetadata -->
## Registering
The forgejo runner needs to be registered at the forgejo instance. For that see the [official documentation](https://forgejo.org/docs/latest/admin/runner-installation/#standard-registration) on how to create a token.

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
app:
image: 'code.forgejo.org/forgejo/runner:8.0.1'
image: 'code.forgejo.org/forgejo/runner:11.2.0'
environment:
- DOCKER_HOST=tcp://socket-proxy:2375
configs:
@ -15,7 +15,7 @@ services:
- "data:/data"
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=2.0.0+8.0.1"
- "coop-cloud.${STACK_NAME}.version=3.1.0+11.2.0"
networks:
- internal
ports:
@ -23,7 +23,7 @@ services:
entrypoint: /custom-entrypoint.sh
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:3.2.3
image: lscr.io/linuxserver/socket-proxy:3.2.6
environment:
- PROXY_READ_TIMEOUT=5000
- ALLOW_START=1

1
release/3.0.0+11.1.2 Normal file
View File

@ -0,0 +1 @@
Fixed a typo in .env.sample and upgrade runner to v11

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}