Robert Wolff
d520f407f5
fix minor stuff, move lychee.toml to .lychee.toml
2025-01-15 13:13:18 +00:00
Robert Wolff
fe44b624bd
add docs for continue-on-error: true for steps
2025-01-15 05:41:10 +00:00
Robert Wolff
73185bdfd1
link to next/contributor from any docs version
2025-01-14 15:42:07 +01:00
Robert Wolff
ca9a5347ef
Add info about public access controls ( close #925 ) ( #1026 )
...
See #925 .
Co-authored-by: jinn <jinn@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1026
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
2025-01-14 11:15:13 +00:00
Robert Wolff
900cbfd759
fix actions conditionals with missing quotes
2025-01-13 13:42:42 +00:00
Robert Wolff
0a2e0420da
contributor: link to pulls instead of issues for label test/manual
2025-01-13 11:15:53 +01: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
Earl Warren
20bf504546
user: link to the runner installation guide
2025-01-11 08:38:15 +00:00
0ko
3205bd4708
fix contributor links
2025-01-11 06:50:35 +00:00
Robert Wolff
0500676ad3
fix links action: update issue regardless success or failure
2025-01-10 08:56:13 +00:00
0ko
23443f94f5
fix(admin/cheat-sheet): actualize service.explore
2025-01-09 19:13:34 +05:00
Robert Wolff
37bb061720
update lychee link checker, see #583
2025-01-09 06:59:40 +00:00
Robert Wolff
b456b064ce
specify container.options as string, fix #994
2025-01-08 12:39:43 +01:00
Christoph Heiss
de0817a722
ci: pr: check for typos
...
Uses typos [0] to check for any spelling mistakes. A few custom
rules are needed to ignore some specific words, as one might expect.
This will now cause the `pr` workflow to error out if any typos are
found.
[0] https://github.com/crate-ci/typos
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-01-05 18:27:41 +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
Gusted
2da0c137a6
fix typo in architecture.md
2025-01-03 06:04:35 +01:00
George Bartolomey
26583527ed
Add DEFAULT_UPDATE_STYLE
...
Signed-off-by: George Bartolomey <george@bh4.ru>
2024-12-30 15:33:09 +00:00
Shiny Nematoda
f93ebc57e7
user/code-search: update directory search
2024-12-30 15:10:11 +00:00
Earl Warren
2f15734bac
user: search: fix typos
2024-12-30 12:12:03 +00:00
Earl Warren
36defe7990
admin: command-line: update
2024-12-30 12:09:49 +00:00
0ko
075ab4e7e9
fix(contrib/adr): archived link
2024-12-29 23:11:44 +05:00
Earl Warren
d50ee6513e
user: actions: options are limited to --volume and --tmpfs
2024-12-27 13:12:39 +01:00
0ko
3ff80d4b69
fix(runner-installation): update location of example compose file
2024-12-27 06:38:15 +00:00
Earl Warren
4700c033bf
admin: upgrading from Gitea < 1.23 is a two step process
2024-12-25 17:30:02 +00:00
Christoph Heiss
b91de06d63
cheat-sheet: reword description of time.DEFAULT_UI_LOCATION
option
...
The current description is pretty unclear on what the option actually
does (and the name isn't helpful either). Completely reword it, as well
as mentioning the default value too.
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-23 11:52:54 +01:00
SinnySupernova
8369020f6a
A few minor docs edits ( #973 )
...
Co-authored-by: Sinny Supernova <sinny@avi.pw>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/973
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: SinnySupernova <sinnysupernova@noreply.codeberg.org>
Co-committed-by: SinnySupernova <sinnysupernova@noreply.codeberg.org>
2024-12-20 17:43:03 +00:00
Earl Warren
fe69dc2e20
chore(ci): cutting branch belongs to release-manager
...
Although it was originally designed to run daily, the action cutting
the branch is better done in a central location, under the supervision
of the release manager who can check that each step goes as planned.
https://code.forgejo.org/forgejo/release-manager
2024-12-20 11:48:30 +01:00
Earl Warren
84b315c398
chore(ci): use data.forgejo.org instead of code.forgejo.org
2024-12-19 11:18:19 +01: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
jagipson
11b9ffa5b8
Update docs/admin/installation-binary: add `sudo' as needed
...
In shell, prefixing a command with `sudo' only applies to the following command. Just as with newlines, semicolons and pipes, the AND (`&&') and OR (`||') operators separate commands.
2024-12-18 14:10:04 +00:00
snematoda
6d572a0d79
user/code-search: Update code search ( #967 )
...
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/967
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: snematoda <snematoda.751k2@aleeas.com>
Co-committed-by: snematoda <snematoda.751k2@aleeas.com>
2024-12-18 07:42:01 +00:00
Squel
13a2d0ba70
add ENABLE_INTERNAL_SIGNIN
...
Ref: forgejo/forgejo#6112
2024-12-15 05:44:57 +00:00
xtex
dca4cfe02c
user: actions: Document FORGEJO_TOKEN and GITEA_TOKEN secrets
2024-12-15 05:40:15 +00:00
ugur-a
ce920b3849
Fix a typo
2024-12-11 12:44:04 +00:00
Otto Richter
8c07407d6f
Sync command-line docs
2024-12-09 09:36:33 +01:00
Otto Richter
608cf42954
Sync oauth2.INVALIDATE_REFRESH_TOKEN
...
>
> Default value was toggled in 89b1723d35
2024-12-09 09:16:41 +01:00
Earl Warren
c415a0eba0
contributor: releases: reference to the release-manager
...
Remove the recommendations to use issues to manage releases, with the
details about how to push tags manually. This is driven by tasks in
the release manager.
2024-12-08 12:31:49 +01:00
Christoph Heiss
9897c24aa2
user: actions: document jobs.<job_id>.if
option
...
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 11:47:14 +01:00
Otto Richter
f70c3a5d93
Sync config cheat sheet with LFS values
...
See fe5adbbbdc
and https://codeberg.org/forgejo/forgejo/pulls/6170
2024-12-06 01:09:54 +01:00
derReparierer
bf588ea0f6
Fix link to Forgejo and fix trailing slash
2024-12-02 18:11:04 +00:00
derReparierer
e00fece533
docs/user/repo-mirror.md aktualisiert
2024-12-01 19:28:20 +00:00
derReparierer
b93fcff2e8
add hint how to use ssh access to remote mirror repository
2024-12-01 18:48:08 +00:00
Oto Šťáva
9a59a36913
user/wiki: document KaTeX
2024-11-30 10:40:27 +00:00
Christoph Heiss
18cfae1d78
user: actions: document jobs.<job_id>.needs
option
...
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-30 10:18:18 +01:00
Dirk
660547d454
reflect default database in configuration cheat sheet
...
related to
* https://codeberg.org/forgejo/forgejo/issues/5223
* https://codeberg.org/forgejo/forgejo/pulls/5415
2024-11-29 21:59:31 +00:00
Benedikt Straub
0ddfc466c6
Add Low German to list of default languages
2024-11-25 18:36:17 +01:00
Earl Warren
cdb99b1dfb
chore(release): control verbosity via a variable
2024-11-23 20:15:56 +00:00