0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-15 01:29:45 -05:00
Commit graph

789 commits

Author SHA1 Message Date
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
Earl Warren
da22ceba14
chore(release): update branch and tags according to schedule
https://code.forgejo.org/forgejo/release-scheduler will
use the release info derived from release-schedule.json:

* for each release that is not EOL and for which the cut date is in
  the past, ensure that:
  * a v* branch exists or create it from next
  * a backport/label exists or create it
* for each backport/* labels, archive those that match a release that
  is EOL
2024-11-23 19:25:52 +00:00
Oto Šťáva
681f3a8369
Unify Alpine versions across the repo
This mainly came about because I noticed an inconsistency in the
`docs/user/actions.md` section, where it said a snippet ensures the usage
of _Alpine 3.18_, but the snippet actually obviously said _3.19_.

While I was at it, I just updated all mentions of Alpine I could find to
the current _3.20_.
2024-11-22 10:41:08 +01:00
James Hatfield
a8c002eba7 cheat-sheet: document new setting for blocking disposable email domains 2024-11-21 18:53:45 -06:00
dcz_pf
2bb8cbc603 Clarify API token usage (#939)
The config section can be easily missed when someone intends to only use the token as an env var. But that section contains the crucial bit of information about formatting the token.
This splits the credentials info from configuration description and makes the format explicit. While at it, the necessary permission is highlighted.

This should fix Codeberg/Community#1701

Co-authored-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/939
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: dcz_pf <cobepfac.dcz@porcupinefactory.org>
Co-committed-by: dcz_pf <cobepfac.dcz@porcupinefactory.org>
2024-11-21 18:25:56 +00:00
Robert Wolff
5fbb96de9f admin: fix release schedule EOL dates (#936)
* all future release and EOL dates on Wednesdays
* v7 with EOL 2025

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/936
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>
2024-11-19 10:14:53 +00:00
Earl Warren
e17e5f394f
admin: verify the relase schedule was updated 2024-11-17 23:48:03 +01:00
Earl Warren
5425901b83
admin: link release schedule from the index 2024-11-17 23:02:06 +01:00
Earl Warren
291747bcfb
admin: release schedule in JSON and markdown 2024-11-17 22:20:18 +01:00
julianfoad
953989cd7e docs: api-usage: tokens need 'scopes'
Document the "scopes" field that is now required when generating API tokens. Refer to the documentation of scope names.

Signed-off-by: julianfoad <julian@foad.me.uk>
2024-11-14 16:31:21 +00:00
billynoah
d673efa640 Document PREFERRED_TIMESTAMP_TENSE setting (#918)
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/918
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: billynoah <billynoah@noreply.codeberg.org>
Co-committed-by: billynoah <billynoah@noreply.codeberg.org>
2024-11-10 20:56:58 +00:00
cascading-pr
a7f8c36652 cascading-pr update 2024-11-10 12:17:16 +00:00
sandebert
028027fec6 Minor adjustments in the upgrade documentation (#915)
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/915
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: sandebert <sandebert@noreply.codeberg.org>
Co-committed-by: sandebert <sandebert@noreply.codeberg.org>
2024-11-07 10:20:40 +00:00
minecraftchest1
96e7886a40 Change docker install docks to refer to forgejo 9 instead of 8
Signed-off-by: minecraftchest1 <minecraftchest1@noreply.codeberg.org>
2024-11-06 01:00:29 +00:00
xtex
57ffce4e51 contributor: add description for qqx dummy language 2024-11-04 02:10:45 +00: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
0ko
58d903f1fa contributor: improve i18n merge instructions (#902)
* added new step to check the activity in history
* renamed `Weblate repository admin page` to `repository management`
* placed it where it belongs: right before the mentions of buttons from that page
* clarified actions for the case of title having [skip ci]
* updated pull request prefix: `[I18N]` -> **i18n:**

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/902
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-10-24 05:00:57 +00:00
Thorben Günther
385990b2c3 cheat-sheet: Improve delete_old_actions description
This matches the text in the web interface.

The old description can be easily mistaken for handling "Forgejo Actions".
2024-10-21 22:18:09 +00:00
Kwonunn
0881419f4b fix: wrong header indent 2024-10-21 14:47:06 +02:00
marcus doescher
eb58d4d121 change required go version to 1.23 (#897)
Hi, I just encountered this small issue when trying to build forgejo.
I could update this in other places as well if needed, but for now I assumed the `next` branch would be a good start.

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/897
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: marcus doescher <deh.marcus@posteo.net>
Co-committed-by: marcus doescher <deh.marcus@posteo.net>
2024-10-17 17:39:02 +00:00
apoorv569
bd7373c0d8 Change internal ssh port for rootless image. (#895)
Change internal ssh port for rootless image to 2222 as the rootless image has ssh running on port 2222.

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/895
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: apoorv569 <apoorv569@noreply.codeberg.org>
Co-committed-by: apoorv569 <apoorv569@noreply.codeberg.org>
2024-10-17 16:22:30 +00:00
Earl Warren
6eb5c6fbf3
contributor: release schedule for v9.0 and v10.0
v9.0 is compatible with Gitea v1.22 because Gitea v1.23 branch is not
cut yet and it won't be released in the next few days.
2024-10-16 05:28:29 +02:00
Otto Richter
bfd9913680 admin: Initial quota docs 2024-10-15 23:15:24 +02:00
Alex Fu
c132e28383 add sh syntax highlighting to all shell code blocks 2024-10-12 06:22:48 -04: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
0ko
47fa1d791f contributor: localizatoin: fix merge instruction 2024-10-05 14:45:11 +05:00
Radosław Piliszek
bf81d30d6e Document gotestsum use
Depends-On: https://codeberg.org/forgejo/forgejo/pulls/5249
2024-10-04 14:08:57 +00:00
Ainsley Ellis
8418b8bd50 Fix broken links 2024-10-02 22:34:01 -04:00