Aivaras
d79a754ecc
Replaced a space with a hyphen
2025-04-24 17:27:06 +03:00
Aivaras
065fd0451b
Fixed minor issues
2025-04-24 16:48:29 +03:00
Aivaras
8f23ad3a0c
Merge remote-tracking branch 'upstream/next' into next
2025-04-24 12:35:06 +03:00
Aivaras
e998eea62e
Fuxed minor issues with the rest of the pages
2025-04-24 12:26:01 +03:00
Earl Warren
be52a18ce2
fix: latest is now 11 not 10 ( #1157 )
...
push / publish (push) Waiting to run
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1157
Reviewed-by: Beowulf <beowulf@beocode.eu>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-04-24 08:21:16 +00:00
Oto Šťáva
9c9b31e677
user/pull-requests-and-git-flow: Reviews and code owners ( #1153 )
...
push / publish (push) Waiting to run
I noticed `CODEOWNERS` documentation was missing, so I took a look at the source code and put something together.
Fixes #420
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1153
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Oto Šťáva <oto.stava@fghj.cz>
Co-committed-by: Oto Šťáva <oto.stava@fghj.cz>
2025-04-23 07:42:54 +00:00
Earl Warren
5068decc33
fix: thursday is better than wednesday for releases ( #1151 )
...
@viceice has obligations on Wednesday which makes it more difficult for him to participate when the release is interrupted or delays for some reason.
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1151
Reviewed-by: Beowulf <beowulf@beocode.eu>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-04-17 22:02:46 +00:00
Paul-Emmanuel Raoul
947f3d49f9
Fix typos ( #1146 )
...
Writing "lose" with two O's is a common mistake.
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1146
Reviewed-by: Beowulf <beowulf@beocode.eu>
Co-authored-by: Paul-Emmanuel Raoul <skyper@skyplabs.net>
Co-committed-by: Paul-Emmanuel Raoul <skyper@skyplabs.net>
2025-04-15 06:05:30 +00:00
tacaly
2f8a01fe35
fix: improve naming ( #1145 )
...
As requested by @0ko
https://matrix.to/#/!UJgSZwuZLRYXEOyjPb:matrix.org/$TbMlNm9L1P9gHFwJYZ3vTIPBKtUHyaoQVEDdzfTQIxI?via=matrix.org&via=envs.net&via=mozilla.org
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1145
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: tacaly <frederick@tacaly.com>
Co-committed-by: tacaly <frederick@tacaly.com>
2025-04-15 05:49:33 +00:00
Earl Warren
3c8db8cd91
admin: command-line: update ( #1147 )
...
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1147
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-04-15 05:43:48 +00:00
Aivaras
ea733a247f
Fix minor issues in most packages pages
2025-04-12 19:49:47 +03:00
Petar Kapriš
c5a1caa7ed
Remove unnecessary chmod
2025-04-12 17:33:10 +02:00
Petar Kapriš
b23d9c9a95
Fix broken links in runner-installation.md
...
I've fixed broken links, and where I was sure was appropriate, updated
the version in the link.
I did not change the version in the links in the `OCI image
installation` section, as I was unsure if I might actually break
something by changing the commands or the docker-compose.yaml. I haven't
had the opportunity to try and test that method out yet.
2025-04-12 17:32:38 +02:00
Petar Kapriš
77b7ddb607
Fix broken runner binary link
2025-04-12 13:04:27 +02:00
Gusted
0df093be8a
admin: document instance signing
...
- Rewrite the instance commit signing documentation from scratch.
- Includes how to configure SSH signing.
- Includes section that https://github.com/Foxboron/ssh-tpm-agent could
be used for secure SSH signing.
- Ref: forgejo/forgejo#6897
2025-04-11 13:25:45 +00:00
Petar Kapriš
075d17a76b
Mention ENABLE_NOTIFY_MAIL in email setup
...
It seems like this is the option almost everyone setting email up for
their instance will want to enable, so it seemed worth mentioning in the
email setup guide.
2025-04-11 05:21:51 +00:00
Petar Kapriš
98337affbd
Fix broken runner container link
2025-04-10 21:36:44 +02:00
Aivaras
903517e712
Fix minor issues in the rest of admin pages
2025-04-10 14:59:57 +03:00
Gusted
77b6d18f3f
chore: update URL of Actions unit
...
Resolves forgejo/docs#1130
Ref forgejo/forgejo#2221
2025-04-08 05:48:09 +00:00
Aivaras
e9f8fbe8c6
Fix minor issues in most admin pages
2025-04-07 18:35:55 +03:00
Aivaras
27a68a1f61
Fix lint issue: add new line at end of file.
2025-04-07 13:41:02 +03:00
Aivaras
52598b71a0
Fix typos
2025-04-06 11:59:32 +03:00
justknow
2ec3257225
registery/npm: add hints
...
Added some of the hints and links a newbie wants. Added a Forgejo Actions Example snippet for the advanced users.
2025-04-04 15:55:10 +02:00
famfo
e89346c9fd
cheatsheet: document new/renamed federation settings
2025-04-03 17:38:45 +02:00
Gusted
79cab12aae
Move sentence to its own line
2025-04-02 12:43:07 +00:00
Gusted
8b0d255d70
user/actions: add mention of UTC timezone being used
...
- Ref: forgejo/forgejo#5731
- 3fdaabcdcf
caused the scheduled time to always use the UTC timezone.
2025-04-02 12:42:33 +00:00
Gusted
3c1c7d2e71
admin: command-line: update
...
Ref: forgejo/forgejo#7350
2025-04-02 12:31:33 +00:00
Benedikt Ziemons
f288db8880
user/actions: add caveat for dynamic matrix strategy
2025-03-29 17:19:51 +01:00
0ko
af8f5ac5cc
contributor(i18n-admin): update instructions to match new workflows
2025-03-26 22:10:17 +05:00
earl-warren
72ed1c8c99
revert fafe8d5147
...
revert cheatsheet: document new/renamed federation settings; reword MAX_SIZE
2025-03-25 22:19:48 +00:00
Marek Küthe
af36268c82
Fix typo
...
Signed-off-by: Marek Küthe <m.k@mk16.de>
2025-03-25 14:46:52 +00:00
gondolyr
7daa8dd7c3
contributor: minimum web browser support ( #1100 )
...
This establishes a baseline target when making UI changes.
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1100
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: gondolyr <gondolyr+code@posteo.org>
Co-committed-by: gondolyr <gondolyr+code@posteo.org>
2025-03-25 12:48:01 +00:00
snematoda
45a6df824e
Add documentation for Issue Search ( #1111 )
...
changes from forgejo/forgejo#6952
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1111
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>
2025-03-23 09:21:11 +00:00
Tacaly
d83356bfc4
Add Danish lang ti i18n
2025-03-22 16:19:22 +00:00
cascading-pr
35d75abe1e
cascading-pr update
2025-03-22 09:56:30 +00:00
famfo
fafe8d5147
cheatsheet: document new/renamed federation settings; reword MAX_SIZE
2025-03-22 08:25:54 +00:00
Gusted
caa1de8f95
Grammar fixups
...
Thanks to @gwhitney
2025-03-22 08:06:30 +00:00
Gusted
758b1825a4
Add multiline LaTeX equation example to wiki
...
- Ref: https://codeberg.org/forgejo/forgejo/issues/6902
2025-03-22 08:06:30 +00:00
Earl Warren
244da92224
fix: update CLI help
...
the redundant "command" keword was removed in the help
2025-03-21 16:02:23 +01:00
0ko
1062d232b0
contrib(localization): update info about private email addresses
2025-03-07 00:21:57 +05:00
monty24
1b66954e82
Use correct writing style for CustomPath since CUSTOM_PATH can not be found elsewhere
...
During Forgejo setup I had to guess what CUSTOM_PATH might be. It was the same as _`CustomPath`_. Updated docs.
2025-03-05 20:06:50 +00:00
0ko
050b88d8cb
fix(cheat sheet): add .avif to ALLOWED_TYPES ( #1092 )
...
Followup to https://codeberg.org/forgejo/forgejo/pulls/5940 .
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1092
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2025-02-21 03:54:41 +00:00
Steffen
d8590a8beb
docs(agit): don't mix master and and main branch name
2025-02-14 20:49:54 +01:00
matkoniecz
a56da624db
fix typo
2025-02-14 19:28:04 +00:00
Rainer Müller
33fbb1eb7a
agit: Fix description of git push example ( #1083 )
...
The shown command uses HEAD, so it will push the currently checked out
branch. Other non-HEAD examples will be shown further below.
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1083
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <n0toose@noreply.codeberg.org>
Co-authored-by: Rainer Müller <raimue@codingfarm.de>
Co-committed-by: Rainer Müller <raimue@codingfarm.de>
2025-02-14 19:09:13 +00:00
0ko
548c2a7121
chore(admin/quota): use redirect for swagger example, fix syntax error ( #1074 )
...
* better to not wait before swaggerfile on v9 becomes outdated
* unclosed bracket
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1074
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2025-02-12 13:20:47 +00:00
Julien Palard
8a3a8adb20
upgrade: Tell how to actually do the upgrade.
2025-02-11 22:27:13 +01:00
Mark Glines
19f8c1cf98
flesh out migration docs a bit more
...
* cover containerized installations
* include some tips about backups and future-proofing
* first attempt at a troubleshooting section
2025-02-11 06:40:01 -05:00
Kwonunn
87d8e5622a
fix broken configuration for caddy with a subpath
2025-02-10 16:22:46 +01:00
Gusted
0431a43a90
admin: documented PAYLOAD_COMMIT_LIMIT
...
- Ref: forgejo/forgejo#6797
- Document the behavior when there are more commits and when this value is used.
2025-02-07 19:26:55 +00:00