My forgejo runners
https://code.thms.uk
| data | ||
| .gitignore | ||
| docker-compose.yml | ||
| README.md | ||
ForgeJo Runner
This is my forgejo runner configuration.
Generated by following the instructions at https://forgejo.org/docs/latest/admin/actions/installation/docker/
In a nutshell:
-
git clone -
Create a user with non root permissions
cd forgejo-runners
set -e
mkdir -p data/.cache
chown -R 1001:1001 data
chmod 775 data/.cache
chmod g+s data/.cache
-
Get a token from
/admin/actions/runners> Create and write it todata/token.txt. -
Start the container:
docker compose up -d