0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-08 04:26:39 -05:00
Commit graph

184 commits

Author SHA1 Message Date
Robert Wolff
97a25d1214 minor: formatting, close forgejo/website#162 2025-02-04 10:38:14 +01:00
Robert Wolff
449f1f5f84 improve attribution to derived CC licensed work, close forgejo/website#132 2025-01-24 11:42:42 +01:00
Earl Warren
2f41cede51
admin: actions: container.options allows --hostname 2025-01-22 19:01:10 +01:00
Alex619829
5eeb0c179c Alt Linux Apt-Rpm repository support documentation for Forgejo packages. (#978)
Adds support for the Apt-Rpm registry of the Alt Lunux distribution.

Alt Linux uses RPM packages to store and distribute software to its users. But the logic of the Alt Linux package registry is different from the Red Hat package registry.
I have added support for the Alt Linux package registry.

Related to : https://codeberg.org/forgejo/docs/pulls/978

Co-authored-by: gamzinav <gamzinav@basealt.ru>
Co-authored-by: Aleksandr Gamzin <gamzin@altlinux.org>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/978
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Alex619829 <alex619829@noreply.codeberg.org>
Co-committed-by: Alex619829 <alex619829@noreply.codeberg.org>
2025-01-22 14:05:43 +00:00
Gusted
e56fccbea1 Update merge templates page
Recommend to use `.forgejo` as directory.
2025-01-21 12:34:56 +00:00
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
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
Earl Warren
20bf504546 user: link to the runner installation guide 2025-01-11 08:38:15 +00:00
Robert Wolff
37bb061720 update lychee link checker, see #583 2025-01-09 06:59:40 +00:00
Christoph Heiss
46420f31e0 tree-wide: fix typos
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-01-05 10:04:31 +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
d50ee6513e
user: actions: options are limited to --volume and --tmpfs 2024-12-27 13:12:39 +01: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
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
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
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
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
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
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
cascading-pr
a7f8c36652 cascading-pr update 2024-11-10 12:17:16 +00:00
Ainsley Ellis
8418b8bd50 Fix broken links 2024-10-02 22:34:01 -04:00
0ko
f45dc35837 user: arch package: fix typo, fix wrong link 2024-09-29 06:42:54 +00:00
ExplodingDragon
577e8791c3
supprt arch delete by arch 2024-09-27 09:44:59 +08:00
Kwonunn
d88ef00889 Fix copying mistake 2024-09-23 07:58:10 +00:00
Earl Warren
1a72849b87 user: OAuth2 section title typo 2024-09-16 11:58:33 +00:00
Malte Jürgens
830595982f
Add Tags and Releases page
This has been adapted from
https://codeberg.org/Codeberg/Documentation/src/branch/main/content/git/using-tags.md,
and updated to document the changes from
https://codeberg.org/forgejo/forgejo/pulls/1445.

Co-authored-by: n <n@noreply.codeberg.org>
Co-authored-by: Gerhard Beck <gerhard.beck@elkb.de>
Co-authored-by: Jeremy <jeremytbaxter@protonmail.com>
Co-authored-by: Jeremy <jtbx@duck.com>
Co-authored-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: William Davis <unbeatable-101@noreply.codeberg.org>
Co-authored-by: crapStone <crapstone01@gmail.com>
Co-authored-by: f0sh <f0sh@mailbox.org>
Co-authored-by: fnetx <git@fralix.ovh>
Co-authored-by: mutluyuz <mutluyuz@noreply.codeberg.org>
Co-authored-by: n0toose <git@n0toose.net>
2024-09-08 19:39:34 +02:00
Mai-Lapyst
000ca5ab42 Reword how custom values for the shell prop work 2024-09-04 23:05:30 +00:00
Mai-Lapyst
5d576d8b3c Document better how the shell prop in steps work 2024-09-04 23:05:30 +00:00
mahlzahn
7c5ef2e7e2 Fix location of gitconfig user file 2024-09-04 21:44:56 +00:00
Gusted
0fe4007f5c Add documentation for pushmirror via SSH
- Refs: forgejo/forgejo#4819
2024-08-26 08:06:56 +00:00
0ko
c9eba3bf30 user: actions: replace manpage provider for crontab 2024-08-21 20:58:41 +05:00
Radosław Piliszek
e82255b9bf agit: replace the "complex" example
There was a lot of false information in that section and the
examples did not do what was described in the text.

This change extracts the perhaps-useful reminder that push still
behaves like push and allows to specify arbitrary local references.

Some points to note (which were wronged previously):

* refspec for push has the dst part optional, not the other way
  around (and it's thus either `src` or `src:dest` in syntax)
* HEAD always points to the checked-out reference, so all examples
  were still pushing the checked-out reference
2024-08-16 12:25:34 +00:00
RobertoMaurizzi
c1aec9211e tell users where to write the variables 2024-08-13 03:43:41 +00:00
dragon
4a627a2fec add arch package doc (#791)
This is the documentation for PR https://codeberg.org/forgejo/forgejo/pulls/4785.

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/791
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: dragon <explodingfkl@gmail.com>
Co-committed-by: dragon <explodingfkl@gmail.com>
2024-08-05 04:58:09 +00:00
mahlzahn
ce7ca34bcb Fix label application instructions 2024-07-31 22:47:28 +00:00
Twenty Panda
46a3f68002 user: actions: add on.issues 2024-07-22 12:19:31 +02:00
Mai-Lapyst
3817c7f5e2 Document the on.workflow_dispatch event trigger 2024-07-14 10:37:23 +00:00
Shiny Nematoda
9f420e366b user(code search): mention branch/tag dropdown 2024-07-02 08:16:24 +00:00
cascading-pr
7c7a6cfe12 cascading-pr update 2024-06-24 13:43:55 +00:00
avobs
866d79d0fe Update docs/user/blocking-user.md (#677)
Spamming a repository is only meaningful in the issues.

https://forgejo.codeberg.page/@docs_pull_677/docs/next/user/blocking-user/
Co-authored-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/677
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: avobs <avobs@noreply.codeberg.org>
Co-committed-by: avobs <avobs@noreply.codeberg.org>
2024-06-24 11:37:17 +00:00
Twenty Panda
7e60f058d1 user: actions: add examples to the cache 2024-06-22 20:25:39 +00:00
Ikuyo Kita
b2c12f3897 user: issue-tracking-basics: correct some parts 2024-06-22 20:01:57 +00:00