0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-24 18:09:26 -05:00
Commit graph

653 commits

Author SHA1 Message Date
Earl Warren
dcbb7123ea user: OAuth2 section title typo
(cherry picked from commit 1a72849b87)
2024-09-16 12:02:24 +00:00
Gusted
3d838e5b4b Remove CLI documentation in config cheat sheet
The configuration cheat sheet isn't the canonical documentation for the
CLI and this particular bit has no relation to `ENABLE_PPROF` setting
anymore.
Resolves forgejo/forgejo#5268

(cherry picked from commit ef75a59038)
2024-09-16 11:58:35 +00:00
Otto Richter
491ff1b39e Update database preparation guide
- it is related to installation instructions
- mention SQLite in the guide
- reduce the complexity of the guide (I think we don't need to cover all the details here, there are better guides available)
2024-09-05 13:30:20 +02:00
Otto Richter
fc19a9fb20 Update binary installation instructions
(cherry picked from commit 182007a5a5)
2024-09-05 11:27:45 +00:00
mahlzahn
0a85ff0c54 Fix location of gitconfig user file
(cherry picked from commit 7c5ef2e7e2)
2024-09-04 21:45:32 +00:00
Sai Nane
895c013044 admin: Reword, format consistency
This changes terminal command blocks to always use the multiline formatting,
as the leading octothorpe looks very strange when displaying a command inline.
Two consecutive inline commands at the start was very difficult to read in the
generated html. See:
https://forgejo.org/docs/latest/admin/installation-binary/

`HTTP_PORT` has been highlighted as a code term. This also means we don't need
to worry about another underscore in the same line being added and interpreted
as syntax.

Simplifies and fixes sentence structure in a few places. I've seen arguments
for and against the use of "just" in technical writing, but I think here it's
better without?

Reworded some paragraphs so that the command comes at the end.

(cherry picked from commit facf05de24)
2024-09-04 21:35:33 +00:00
Gusted
65c60ed947 Remove pause queue step
This step can no longer be done, because this functional was removed
some releases ago.

(cherry picked from commit 6b2a74e82c)
2024-08-14 17:59:29 +00:00
RobertoMaurizzi
50020ab155 tell users where to write the variables
(cherry picked from commit c1aec9211e)
2024-08-13 14:31:49 +00:00
0ko
5e41f9b3f3 admin: actualize LOGIN_REMEMBER_DAYS recommendation
(cherry picked from commit ded0ad6f85)
2024-08-05 15:39:08 +00:00
0ko
e36f8faf95 admin: sync i18n language lists with Forgejo code
(cherry picked from commit 359d69f279)
2024-08-04 19:07:25 +00:00
Panagiotis "Ivory" Vasilopoulos
b1ef077766 developer/customization: improve CustomPath hints
Additionally, the notice for restarting Forgejo was rewritten
to be more explicit.

(cherry picked from commit 85fbfe4885)
2024-08-02 15:09:49 +00:00
Panagiotis "Ivory" Vasilopoulos
ca6876f586 admin: cheat sheet, improve USER_LOCATION_MAP_URL
(cherry picked from commit 7cc3393317)
2024-08-02 15:06:09 +00:00
mahlzahn
f2a681c4e8 Fix label application instructions
(cherry picked from commit ce7ca34bcb)
2024-08-01 05:30:52 +00:00
Earl Warren
b9685e56e0
admin: installation: remove double restrictions 2024-07-27 06:48:46 +02:00
Emmanuel BENOÎT
8a9b4ef572 admin: more details about action runner offline registration (#769)
This PR
- adds more details regarding the nature of the secret used when registering runners offline using `forgejo-cli actions register`,
- explains how to change the secret for an existing runner ([Forgejo PR #4619](https://codeberg.org/forgejo/forgejo/pulls/4619)),
- explains how to keep the Forgejo-side command idempotent if the labels aren't known ([Forgejo PR #4610](https://codeberg.org/forgejo/forgejo/pulls/4610))

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/769
Reviewed-by: twenty-panda <twenty-panda@noreply.codeberg.org>
Co-authored-by: Emmanuel BENOÎT <tseeker@nocternity.net>
Co-committed-by: Emmanuel BENOÎT <tseeker@nocternity.net>
(cherry picked from commit 65f556b638)
2024-07-24 05:54:08 +00:00
Twenty Panda
780d35b605 user: actions: add on.issues
(cherry picked from commit 46a3f68002)
2024-07-23 15:48:01 +00:00
0ko
b884132c9a admin: cheat sheet, clarify proxy configuration
(cherry picked from commit 00102c44e2)
2024-07-14 10:37:45 +00:00
Elias Elwyn
491dd24af3 admin: expand on the redis cache adapter 2024-07-13 17:00:37 +10:00
Earl Warren
c0b36593b4 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
(cherry picked from commit 5d725ecdc3)
2024-07-10 06:58:31 +00:00
Earl Warren
cee32e69a7 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

(cherry picked from commit ba7b5de019)
2024-07-04 21:17:31 +00:00
Ikuyo Kita
7c2a7f2816 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>
(cherry picked from commit b10a9127dd)
2024-07-02 13:36:10 +00:00
Joachim Durchholz
423762f973 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

(cherry picked from commit 2678e40581)
2024-06-26 05:03:53 +00:00
avobs
9c5020a72a 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>
(cherry picked from commit 866d79d0fe)
2024-06-24 11:39:32 +00:00
Twenty Panda
8636bf3351 user: actions: add examples to the cache
(cherry picked from commit 7e60f058d1)
2024-06-22 20:26:35 +00:00
Ikuyo Kita
323551764d user: issue-tracking-basics: correct some parts
(cherry picked from commit b2c12f3897)
2024-06-22 20:04:35 +00:00
Ikuyo Kita
855730b87d 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>
(cherry picked from commit 982e8fd215)
2024-06-16 13:47:53 +00:00
0ko
47d3bbbd3d developer: corrections for base localization management
(cherry picked from commit edd4728e04)
2024-06-15 04:55:52 +00:00
kita
864582f6d0 user: first-repository: update screenshots and content
(cherry picked from commit 7c3b81ec99)
2024-06-14 08:56:52 +00:00
9pfs
1e129c800f Fix typo (bookwork -> bookworm)
(cherry picked from commit b362696091)
2024-06-14 04:44:52 +00:00
Earl Warren
ed3267dad6 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>
(cherry picked from commit 11859284af)
2024-06-13 15:34:53 +00:00
Earl Warren
1952be7409 admin: storage: add missing MINIO_CHECKSUM_ALGORITHM setting
Fixes: https://codeberg.org/forgejo/forgejo/issues/4103
(cherry picked from commit 16834531f1)
2024-06-11 17:17:22 +00:00
Kevin P. Fleming
789c2bee74 Add a note about SAME_SITE in the oauth2_client docs. 2024-06-10 17:26:59 -04:00
Earl Warren
0707a28ebf 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.

(cherry picked from commit 444cba3f20)
2024-06-09 07:12:22 +00:00
Earl Warren
c4f955c4d8 developer: dependencies: how to tune software upgrades
(cherry picked from commit da4e314547)
2024-06-08 07:59:22 +00:00
Léana 江
02ee40e027 add example config for neovim
(cherry picked from commit 0222f4a502)
2024-06-08 07:50:22 +00:00
Earl Warren
7d5578e16e 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
(cherry picked from commit 6fa1c28677)
2024-06-08 04:59:22 +00:00
adagio
d622bf1505 Updates whitelist to allowlist
(cherry picked from commit c86099d84e)
2024-06-02 06:35:43 +00:00
Abdur-Rahman Mansoor
ae1297960c style: fix more typos in /docs/admin
(cherry picked from commit f2e3723bd3)
2024-06-01 14:11:19 +00:00
adagio
dc90b37d8c Fixes broken links (#675)
Preview: https://forgejo.codeberg.page/@docs_pull_675/docs/next/user/first-repository/

Redirect links as reported:

https://codeberg.org/forgejo/docs/issues/674
https://codeberg.org/forgejo/docs/issues/673
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/675
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: adagio <h759bkyo4@mozmail.com>
Co-committed-by: adagio <h759bkyo4@mozmail.com>
(cherry picked from commit 8ba517004d)
2024-05-31 11:53:02 +00:00
adagio
99d49d3365 Modifies and reformats actions.md glossary (#630)
Adds contents to the glossary section of the `actions.md` file.

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/630
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: adagio <h759bkyo4@mozmail.com>
Co-committed-by: adagio <h759bkyo4@mozmail.com>
(cherry picked from commit d141e54597)
2024-05-30 06:15:03 +00:00
Abdur-Rahman Mansoor
05ce897d18 style: fix lots of typos in installation-binary.md
(cherry picked from commit c37e8619d6)
2024-05-30 05:08:02 +00:00
Earl Warren
8155e636d1 user: actions: indent issue
(cherry picked from commit 6b6f79e6ff)
2024-05-28 21:00:14 +00:00
adagio
12a19985bb Adds consistency to sentence formatting in seek-assistance.md (#633)
Places `.` symbol at the end of a couple of list sentences.

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/633
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: adagio <h759bkyo4@mozmail.com>
Co-committed-by: adagio <h759bkyo4@mozmail.com>
(cherry picked from commit 9326746c38)
2024-05-28 10:56:06 +00:00
Abdur-Rahman Mansoor
df152d4182 style: fix typos in /docs/admin (#656)
Now that I've finished `/docs/user`  I suppose I will start working on `/docs/admin`. I didn't change all the files at once since I thought it would be annoying for the maintainers to review. If you prefer I make all the changes at once, feel free to let me know and I would be happy to do that as well. :)

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/656
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Caesar Schinas <caesar@caesarschinas.com>
Co-authored-by: Abdur-Rahman Mansoor <armansoor@missingno.dev>
Co-committed-by: Abdur-Rahman Mansoor <armansoor@missingno.dev>
(cherry picked from commit d35b4548d1)
2024-05-27 23:56:12 +00:00
Schiriki
3326ca60d7 Replace gitea through forgejo
(cherry picked from commit c46f6bc4af)
2024-05-27 23:43:06 +00:00
Abdur-Rahman Mansoor
ddf959a475 style: fix more typos in /docs/user
(cherry picked from commit ed5886012a)
2024-05-26 10:50:06 +00:00
Earl Warren
d0666b1bfd
v7.0.3 is greater than v7.0-test 2024-05-26 12:30:20 +02:00
Earl Warren
8371da465f admin: command-line: update
scripts/cli-docs.sh run next > docs/admin/command-line.md

(cherry picked from commit 518407ccfe)
2024-05-26 10:08:06 +00:00
Earl Warren
a83274e296 admin: installation: rootless data is in /var/lib/gitea by default
Refs: https://codeberg.org/forgejo/forgejo/issues/3869
(cherry picked from commit dc67b3c83a)
2024-05-25 12:34:57 +00:00
Matthias Ahouansou
8c651a91c7 Add guide to set branch to push to AGit pull request by default
(cherry picked from commit 5c634782b9)
2024-05-25 11:43:57 +00:00