Twenty Panda
46a3f68002
user: actions: add on.issues
2024-07-22 12:19:31 +02:00
Earl Warren
a435bc1ac4
developer: release: the release process is based on a checklist
...
There is no need to duplicate the information here, it is all in
detail in the checklist and changes from release to release. Just keep
the sections that provide general background information that helps
understand the meaning of the steps of the checklist.
2024-07-16 18:17:05 +02:00
Earl Warren
e51ae38bb8
developer: testing: update the testing labels, they changed
...
there also is no longer a forgejo-manual-testing repository
2024-07-16 15:51:23 +00:00
Earl Warren
976c247f14
developer: testing: move e2e to the README of the repository
2024-07-16 15:51:23 +00:00
Earl Warren
4312369146
developer: infrastructure: {dev,try}.next.forgejo.org 302
2024-07-16 15:50:59 +00:00
Earl Warren
86e44a2cf5
developer: infrastructure: v9.next.forgejo.org same as v8
2024-07-16 15:50:59 +00:00
Earl Warren
f543025ef4
developer: infrastructure: raise fs.inotify.max_user_instances
2024-07-16 15:50:59 +00:00
Earl Warren
68730eec12
the v8.0 branch was cut
2024-07-15 10:58:50 +02:00
Mai-Lapyst
3817c7f5e2
Document the on.workflow_dispatch event trigger
2024-07-14 10:37:23 +00:00
0ko
00102c44e2
admin: cheat sheet, clarify proxy configuration
2024-07-14 10:35:33 +00:00
Elias Elwyn
07db480c04
admin: expand on the redis cache adapter
2024-07-13 16:57:58 +10:00
Earl Warren
5d725ecdc3
admin: installation: docker rootless does not have USER_UID/USER_GID
...
The USER_UID/USER_GID are not interpretd in the rootless image, use
`user: "1024:100"` in the docker-compose example instead.
Fixes: https://codeberg.org/forgejo/docs/issues/704
2024-07-10 06:57:16 +00:00
Earl Warren
ba7b5de019
developer: release process: rewrite and LTS toolchain
...
* do not include patch releases in the release schedule
* fix the Gitea compatibility of 7.0 & 8.0
* change the feature freeze from two to three weeks. See
* https://codeberg.org/forgejo/discussions/issues/180
* https://codeberg.org/forgejo/discussions/issues/187
* remove cutting a release in favor of copy/pasting previous
checklists
* remove release notes as it is not done on a rolling basis
* move the runner publication down as it was in the middle
of the release process sections
* reminder of LTS toolchain upgrades
2024-07-04 21:15:04 +00:00
patdyn
6eb8451336
Add link and short description for env to ini
2024-07-04 11:42:58 +00:00
Earl Warren
9ab29a27fa
developer: dependencies: document upgrades on stable branches
2024-07-04 09:30:58 +02:00
Ikuyo Kita
b10a9127dd
user: block: Update screenshots to reflect current version and be concistent ( #741 )
...
This PR changes the screenshots in the Blocking users page. It not only updates the block user dialog shown in the page (since it has been [changed](/forgejo/forgejo/pulls/4204) to have better wording and explanation), but it also changes the other screenshots to be consistent with the rest of the page, oh and they used (old?) Gitea theme, not Forgejo)
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/741
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Ikuyo Kita <kitakita@disroot.org>
Co-committed-by: Ikuyo Kita <kitakita@disroot.org>
2024-07-02 13:34:59 +00:00
Shiny Nematoda
9f420e366b
user(code search): mention branch/tag dropdown
2024-07-02 08:16:24 +00:00
Earl Warren
feeb7e68a4
developer: infrastructure: map v8.next 2080 to port 22 ( #737 )
...
it helps to minimize the need for configuration if the default port is
used instead of a custom one.
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/737
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2024-07-01 13:17:34 +00:00
Michael Jerger
98dac9cb1f
Documentation for federated-star ( #639 )
...
Preview:
* https://forgejo.codeberg.page/@docs_pull_639/docs/next/developer/federation-architecture/
* https://forgejo.codeberg.page/@docs_pull_639/docs/next/developer/threat-analysis/
* https://forgejo.codeberg.page/@docs_pull_639/docs/next/developer/adr/
Co-authored-by: patdyn <erik.seiert@meissa-gmbh.de>
Co-authored-by: Clemens <clemens.geibel@meissa-gmbh.de.de>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/639
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
Co-committed-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
2024-06-29 16:47:25 +00:00
Earl Warren
ff00778463
developer: infrastructure: v8.next.forgejo.org runs out of hetzner04
2024-06-29 14:43:32 +02:00
Earl Warren
15624dd36e
developer: infrastructure: add runner container for lxc-helpers
2024-06-29 14:43:32 +02:00
Earl Warren
eae00f8834
developer: infrastructure: upgrade the runner example to 3.5.0
2024-06-29 14:43:32 +02:00
Earl Warren
296ce286e5
developer: infrastructure: wrong container name in example for LXC
2024-06-29 14:43:31 +02:00
Earl Warren
dc2849ab18
developer: infrastructure: nft command reminder
2024-06-29 14:43:31 +02:00
Earl Warren
6cc67e3e04
developer: infrastructure: no specifics in Forgejo nginx example
2024-06-29 14:43:31 +02:00
Joachim Durchholz
2678e40581
reverse-proxy.md: Clearer and more admin-centric intro
...
- Eliminated confusing topic switch https->proxy->https.
- Moved all HTTPS mentions to end of intro.
- Added paragraph about when you'd want a reverse proxy.
- Use /code for subpath, to encourage purpose-based naming
2024-06-26 05:02:42 +00:00
Earl Warren
7e730394a2
developer: infrastructure: remove ubuntu-runner.forgejo.org
...
It is no longer useful as explained at:
https://codeberg.org/forgejo-contrib/snap/pulls/10#issuecomment-2041440
2024-06-24 18:59:54 +02: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
Shiny Nematoda
9a59b851f3
Add screenshots for code search ( #715 )
...
reflect changes made in forgejo/forgejo#4134
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/715
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
2024-06-22 20:01:14 +00:00
0ko
9383360c7c
Developer: improve Weblate announcement information
2024-06-18 09:52:54 +05:00
Ikuyo Kita
982e8fd215
user: issue-tracking-basics: update screenshot ( #716 )
...
Updates the screenshot in the issue tracking basics page, as it looks very dated (even shows the old Codeberg logo)
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/716
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Ikuyo Kita <kitakita@disroot.org>
Co-committed-by: Ikuyo Kita <kitakita@disroot.org>
2024-06-16 13:46:01 +00:00
Earl Warren
2d76e3a32c
admin: CLI: add F3 sub-command
2024-06-16 10:22:49 +02:00
0ko
edd4728e04
developer: corrections for base localization management
2024-06-14 20:07:53 +05:00
kita
7c3b81ec99
user: first-repository: update screenshots and content
2024-06-14 16:13:27 +08:00
9pfs
b362696091
Fix typo (bookwork -> bookworm)
2024-06-14 03:52:46 +00:00
Earl Warren
3a88278ae8
developer: infrastructure: EX101 with a ASRockRack only
2024-06-13 19:59:49 +00:00
Earl Warren
11859284af
user: oauth2: illustrated example to add an authentication source ( #703 )
...
Preview: https://forgejo.codeberg.page/@docs_pull_703/docs/next/user/oauth2-provider/#using-a-codeberg-as-an-authentication-source
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/703
Reviewed-by: twenty-panda <twenty-panda@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2024-06-13 15:33:51 +00:00
Earl Warren
d718114a48
developer: infrastructure: read-only backpups of gna.org
...
For discussions related to Forgejo hosting services.
Refs: https://codeberg.org/forgejo/discussions/issues/72
2024-06-11 19:04:09 +00:00
Earl Warren
16834531f1
admin: storage: add missing MINIO_CHECKSUM_ALGORITHM setting
...
Fixes: https://codeberg.org/forgejo/forgejo/issues/4103
2024-06-11 17:37:05 +02:00
Earl Warren
2cebfa7231
developer: infrastructure: DRBD disaster recovery instructions
...
One step is missing when restarting the machine, which happened today
because of a network card failure.
2024-06-09 10:56:20 +00:00
Earl Warren
444cba3f20
developer: dependencies: do not require a label for each dependency
...
it is extra work and does not provide anything searching for past pull
requests with the same title would not.
2024-06-09 07:10:11 +00:00
0ko
faa6814244
Fix lint & a little English improvement
2024-06-08 12:36:57 +00:00
mirko
bc38574257
Add APP_SLOGAN config
2024-06-08 14:06:12 +02:00
Earl Warren
da4e314547
developer: dependencies: how to tune software upgrades
2024-06-08 07:56:47 +00:00
Léana 江
0222f4a502
add example config for neovim
2024-06-08 07:45:45 +00:00
Earl Warren
6fa1c28677
user: actions: document the default for shell
...
`jobs.<job_id>.steps[*].shell` defaults to `bash` unless
`jobs.<job_id>.container.image` is specified in which case it defaults
to `sh`.
Refs: https://code.forgejo.org/forgejo/runner/issues/150
2024-06-08 04:58:24 +00:00
Earl Warren
e400655e1c
developer: infrastructure: DRBD speedup trick
...
used while re-imaging hetzner01 to be the secondary of hetzner04
2024-06-03 14:31:13 +02:00