0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-12 04:44:48 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Robert Wolff
d520f407f5 fix minor stuff, move lychee.toml to .lychee.toml 2025-01-15 13:13:18 +00:00
gratux
2bdaba96b0 fix version number 2025-01-11 18:05:42 +01:00
gratux
5aaf293e57 feat: new runner config force_rebuild 2025-01-11 17:10:35 +01:00
Robert Wolff
b456b064ce specify container.options as string, fix #994 2025-01-08 12:39:43 +01:00
Christoph Heiss
a23914b548
admin: runner-installation: update container.docker_host description
The behaviour was changed in a non-backwards-compatible manner with
5.0.0 [0], and then further modified with the 5.0.3 release [1].
Mention that fact explicitly as an additional note, so that users know
how to configure it as needed based on their version.

The description in the example config is taken from upstream [2].

[0] https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#5-0-0
[1] https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#5-0-3
[2] https://code.forgejo.org/forgejo/runner/src/branch/main/internal/pkg/config/config.example.yaml

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-01-05 14:33:14 +01:00
Christoph Heiss
46420f31e0 tree-wide: fix typos
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-01-05 10:04:31 +00:00
Christoph Heiss
2bb951215c admin: runner-installation: update NixOS instructions (#998)
Preview: https://forgejo.codeberg.page/@docs_pull_998/docs/next/admin/runner-installation/#nixos

Fixes #903.

As described in that issue, the Nix package has been renamed upstream, as well as that the mentioned service module does not exist in reality.
I reworked that section to bring everything up-to-date. The mentioned labels pre-population does not apply to Forgejo, at least.  I have also added a small example as reference.

Further, I included a small change to `scripts/preview.sh`, to detect the actual URL open command - on Linux, `xdg-open` is normally the canonical one.

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/998
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Christoph Heiss <christoph@c8h4.io>
Co-committed-by: Christoph Heiss <christoph@c8h4.io>
2025-01-05 09:51:32 +00:00
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