0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00
Commit graph

59 commits

Author SHA1 Message Date
Loïc Dachary
5329ac985c
docs: admin: remove command line
It is supposed to reflect the help of `forgejo --help`. However, since
it is manually maintained there are differences that may be confusing.
It could be generated with `forgejo docs` but the format is not good
enough as it is.

# Conflicts:
#	admin/command-line.md
2023-08-13 16:27:56 +01:00
Loïc Dachary
89b2cbea3a
docs: admin: actions: add missing actions
Fixes: https://codeberg.org/forgejo/website/issues/302
2023-08-13 16:25:43 +01:00
Earl Warren
64e70b8eec
docs: admin: actions: upgrade to runner v2.3.0 2023-08-13 16:22:36 +01:00
Earl Warren
a47458b236
docs: admin: actions: document offline registration 2023-08-13 16:22:14 +01:00
Earl Warren
e958209e29
docs: admin: actions: upgrade to runner v2.2.0 2023-08-13 16:22:06 +01:00
Loïc Dachary
e4bc43437b
docs: explain caching for Actions 2023-08-13 16:14:13 +01:00
Loïc Dachary
35ab54e048
docs: more Forgejo Actions documentation
# Conflicts:
#	_images/user/actions/action-approve.png
#	_images/user/actions/action-blocked.png
#	_images/user/actions/actions-detail.png
#	_images/user/actions/actions-list.png
#	_images/user/actions/runner-tasks.png
#	_images/user/actions/runners-add.png

address review comments
2023-08-13 16:14:13 +01:00
Gusted
1b524acd09
Add recommendation and tips page
- Add recommended settings, based on my own experience.
- Add tips, so far only the SSH over Git tip to enable Git Wire 2.

# Conflicts:
#	admin/recommendations.md
2023-08-13 16:09:39 +01:00
Earl Warren
bcccb7d79e
docs: document robots.txt
# Conflicts:
#	admin/search-engines-indexation.md
2023-08-13 16:01:57 +01:00
Loïc Dachary
f5d9d58276
docs: update SSH_KEYGEN_PATH documentation
To match 7a8a4f5432
2023-08-13 16:01:41 +01:00
wackbyte
57699bd3b7
chore: make all intra-site links not use a specific domain
# Conflicts:
#	v1.19/index.md
2023-08-13 15:59:30 +01:00
Gusted
ebc34ca724
Change default value of DISABLE_GRAVATAR
- See: https://codeberg.org/forgejo/forgejo/pulls/837
2023-08-13 14:15:15 +01:00
Earl Warren
121a25e25e
docs: v1.20: sync Gitea 62ac3251fa545d32bdfc9ff824106b97ec63edbb
# Conflicts:
#	user/packages/alpine.md
#	user/packages/cran.md
#	user/packages/debian.md
#	user/packages/go.md
#	user/packages/rpm.md
2023-08-13 14:13:15 +01:00
Earl Warren
d4b53524c0
cosmetic change 2023-08-13 14:09:27 +01:00
Earl Warren
c3176495e5
fix spelling 2023-08-13 14:09:27 +01:00
Earl Warren
61502860f0
apply review suggestions 2023-08-13 14:09:27 +01:00
Earl Warren
845edbab5e
docs: keep 3000 as the default port 2023-08-13 14:09:27 +01:00
Earl Warren
d7274c3351
docs: {user,admin}: runners and secrets are available for users 2023-08-13 14:09:27 +01:00
Earl Warren
96d4d8aeed
docs: {user,admin}: add uses and explain what an action is 2023-08-13 14:09:27 +01:00
Earl Warren
e94af6018c
replace ubuntu-latest with docker for clarity
# Conflicts:
#	v1.19/admin/config-cheat-sheet.md
2023-08-13 14:09:27 +01:00
Earl Warren
09403ab573
docs: {user,admin}: actions use docker instead of ubuntu-latest 2023-08-13 14:03:45 +01:00
abyxcos
c88b35d3a8
The labels key *is* required to be defined, but can be set explicitly to an empty list. Clarify this. Review @hexa @indeednotjames 2023-08-13 14:00:14 +01:00
abyxcos
45715d77da
Docker and podman images are exclusive in the labels list. Review @hexa 2023-08-13 14:00:14 +01:00
abyxcos
09d395f604
Add a nixos-specific section to the actions runner page. 2023-08-13 14:00:14 +01:00
Earl Warren
207689f5e8
docs: admin: actions notes on sudo & bookworm 2023-08-13 13:56:57 +01:00
Earl Warren
a7bd5b74b6
docs: actions token at the organization level 2023-08-13 13:56:57 +01:00
Earl Warren
8b6b61054c
provide details on the Docker & LXC requirements 2023-08-13 13:55:58 +01:00
Earl Warren
014bade547
docs: actions administration documentation
# Conflicts:
#	admin/actions.md
2023-08-13 13:55:57 +01:00
Earl Warren
a1ff6e16a3
address review comments from Daniel Gibson 2023-08-13 13:48:35 +01:00
Earl Warren
7b1878b69b
update the source URL 2023-08-13 13:48:35 +01:00
Earl Warren
010bd1e8a1
consistently use example.com 2023-08-13 13:48:34 +01:00
Earl Warren
0674e63d74
explain the database section 2023-08-13 13:48:34 +01:00
Earl Warren
85f07c11ae
database is part of docker 2023-08-13 13:48:34 +01:00
Earl Warren
83d95a6389
prefix links with ../ when they are siblings 2023-08-13 13:48:34 +01:00
Earl Warren
6a2fd6e34d
trim content that are blog rather than a reference documentation 2023-08-13 13:48:34 +01:00
Earl Warren
9ba8e24944
import from markdown 2023-08-13 13:48:34 +01:00
Earl Warren
f03bc545b7
docs: installation manual
# Conflicts:
#	admin/installation.md
2023-08-13 13:48:33 +01:00
Loïc Dachary
20aae707d1
docs: forgejo dump has the SQLite db, no need to dump 2023-08-13 13:45:53 +01:00
Loïc Dachary
bcb326a3c9
update the upgrade guide with v1.19 information 2023-08-13 13:45:40 +01:00
Earl Warren
f1a7c6c8d4
docs: 1.20: Gitea sync at ad03c6e0a36033c6f59262d8cfd6416ae3cc93d6 2023-08-13 13:43:04 +01:00
Earl Warren
c391904cf0
docs: 1.20: cherry-pick admin/database-preparation.md
* 5cb394ff2fb93935b90493894b97371734f1384e
2023-08-13 13:43:04 +01:00
Earl Warren
c676a0b8ce
docs: 1.20: cherry-pick admin/logging-documentation.md
* 29194a9dd6f5d8a98096a4a01c33d9be89616ed7
2023-08-13 13:43:04 +01:00
Earl Warren
fd40096085
docs: 1.20: cherry-pick admin/command-line.md
* 4014200021a1997283c779a815fe9e5febf1fda1
2023-08-13 13:43:04 +01:00
Earl Warren
2f5e7530ad
docs: 1.20: follow Gitea renames
Gitea commits:

* 8857e97b5f617e1c625b66fd7f5cc18c44192ced
* e8433b7fe6dd1dfa5ecf0633568cc3e34caeb0f9

# Conflicts:
#	user/push-options.md
2023-08-13 13:43:03 +01:00
Earl Warren
de1f1cd2c5
docs: 1.20: cherry-pick admin/config-cheat-sheet.md
* af3711100a7dc73e8c2482667bbccdcd049e25e0
* 69c9ab387f2db4eab29749480ca21206de75e77a
2023-08-13 13:38:13 +01:00
Faustin Lammler
a9cfed9873
Forgejo support both MySQL and MariaDB
MariaDB is the default relational database on a number of Linux
distributions, it is important to show users that it's a perfectly
viable option for Forgejo installations.

# Conflicts:
#	v1.20/admin/command-line.md
#	v1.20/admin/config-cheat-sheet.md
#	v1.20/admin/database-preparation.md
2023-08-13 13:26:29 +01:00
Gusted
04488991b1
Run prettier (#196)
- Format according to prettier.

Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/forgejo/website/pulls/196
Reviewed-by: Loïc Dachary <dachary@noreply.codeberg.org>

# Conflicts:
#	v1.19/index.md
#	v1.19/user/project.md
#	v1.19/user/protection.md
#	v1.19/user/wiki.md
#	v1.20/admin/config-cheat-sheet.md
#	v1.20/admin/database-preparation.md
#	v1.20/developer/code-forgejo-org.md
#	v1.20/license.md
#	v1.20/user/api-usage.md
#	v1.20/user/authentication.md
#	v1.20/user/email-settings.md
#	v1.20/user/issue-pull-request-templates.md
#	v1.20/user/oauth2-provider.md
#	v1.20/user/packages/index.md
#	v1.20/user/packages/maven.md
#	v1.20/user/semver.md
2023-08-13 13:23:38 +01:00
Loïc Dachary
1d88a5c1a7
replace 1.19 with 1.20 where relevant 2023-08-13 13:13:13 +01:00
Caesar Schinas
d5f7cdda50
split docs versions into branches 2023-08-13 13:09:21 +01:00
Earl Warren
cae179bd58 move to v1.19: they are version specific 2023-02-27 11:55:34 +01:00