0ko
3ff80d4b69
fix(runner-installation): update location of example compose file
2024-12-27 06:38:15 +00:00
Earl Warren
c63a884686
admin: recommend data.forgejo.org over code.forgejo.org
...
- for actions
- for mirrors
- for downloading
2024-12-19 11:06:44 +01:00
Earl Warren
1f260c1254
admin: runner installation: recommend docker_host: "-"
...
Defaulting to docker_host: "" will expose the underlying docker socket
to all containers which is a security risk. The default must be the
most secure setup.
2024-10-29 11:42:22 +01:00
lynoure
c5ad84aea4
Made it a little bit easier to get the latest version of the runner and verify the file
2024-10-10 15:33:51 +00:00
Kwonunn
9567aff03a
Improve runner installation instructions ( #860 )
...
This PR rewrites the runner installation instructions, with the following changes:
- deduplicate instructions as much as possible
- explicitly instruct to create a separate user for the runner
- reword the label explanations
- split the instructions for administrating the actions feature from the installation guide for the Forgejo Runner
- add instructions for setting up the runner as a systemd service
https://forgejo.codeberg.page/@docs_pull_860/docs/next/admin/actions
https://forgejo.codeberg.page/@docs_pull_860/docs/next/admin/runner-installation/
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/860
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Kwonunn <kwonunnx@gmail.com>
Co-committed-by: Kwonunn <kwonunnx@gmail.com>
2024-09-20 03:49:01 +00:00