techknowlogick
1172e40117
remove passthrough from the docs
2026-01-15 15:33:23 +00:00
techknowlogick
211fa624b3
Update versioned_docs/version-1.25/installation/with-docker-rootless.md
2026-01-15 15:32:56 +00:00
andriibratanin
5ee3dd40ff
Fix env-to-ini link ( #315 )
...
Original Gitea's repository no longer contains "Environment to INI" document referenced in "Managing Deployments With Environment Variables" section.
This commit fixes the reference by pointing the link to the last commit where needed doc was still present.
Reviewed-on: https://gitea.com/gitea/docs/pulls/315
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: andriibratanin <andriibratanin@noreply.gitea.com >
Co-committed-by: andriibratanin <andriibratanin@noreply.gitea.com >
2025-12-17 02:42:07 +00:00
wxiaoguang
b3335013da
Update docs/administration/mail-templates.md ( #309 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/309
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@noreply.gitea.com >
Co-committed-by: wxiaoguang <wxiaoguang@noreply.gitea.com >
2025-11-28 19:24:29 +00:00
Lunny Xiao
4ddfcd6aaf
Remove outdated versions and keep the latest 5 versions(include the current developing version and latest 4 stable versions ( #304 )
...
Resolve #302
Reviewed-on: https://gitea.com/gitea/docs/pulls/304
Reviewed-by: delvh <dev.lh@web.de >
2025-11-22 05:36:55 +00:00
gabriel_radureau
98a7ea3f53
correct mentionned "gitea-repositories" directory with actual folder "repositories" ( #266 )
...
The mentionned gitea-repositories folder doesn't exist in the recent version. Correct it to the existing repositories folder.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/266
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: gabriel_radureau <gabriel_radureau@noreply.gitea.com >
Co-committed-by: gabriel_radureau <gabriel_radureau@noreply.gitea.com >
2025-11-20 22:09:30 +00:00
Lunny Xiao
df8b7a7581
Upgrade docusarus and fix broken links ( #301 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/301
2025-11-20 22:02:05 +00:00
SnowballXueQiu
f12e3675b1
更新 i18n/zh-cn/docusaurus-plugin-content-docs/version-1.24/usage/actions/act-runner.md ( #234 )
...
Signed-off-by: SnowballXueQiu <snowballxueqiu@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/234
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: SnowballXueQiu <snowballxueqiu@noreply.gitea.com >
Co-committed-by: SnowballXueQiu <snowballxueqiu@noreply.gitea.com >
2025-11-20 19:51:36 +00:00
Lunny Xiao
9baa98ec3f
Move usage directories ( #300 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/300
2025-11-20 19:49:24 +00:00
Lunny Xiao
c05b0cec34
Add protected branches usage documentation ( #298 )
...
Fix https://github.com/go-gitea/gitea/issues/35972
Reviewed-on: https://gitea.com/gitea/docs/pulls/298
2025-11-20 18:07:29 +00:00
Cory Sanin
a77b0937cf
Corrections for Arch package registry page ( #291 )
...
pairs nicely with https://github.com/go-gitea/gitea/pull/35825
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/291
Reviewed-by: silverwind <silverwind@noreply.gitea.com >
Co-authored-by: Cory Sanin <corysanin@outlook.com >
Co-committed-by: Cory Sanin <corysanin@outlook.com >
2025-11-05 17:26:38 +00:00
dangjinghao
0c7fce4512
Remove run-name section from Comparison to GitHub Actions ( #290 )
...
Since `run-name` support was added in [v1.25.0](https://github.com/go-gitea/gitea/releases/tag/v1.25.0 ), I've removed the outdated `run-name` section from `usage/actions/comparison.md`.
Reviewed-on: https://gitea.com/gitea/docs/pulls/290
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: dangjinghao <dangjinghaoemail@163.com >
Co-committed-by: dangjinghao <dangjinghaoemail@163.com >
2025-11-01 21:11:55 +00:00
Lunny Xiao
7d50e32ba8
Add 1.25.0 documentation ( #289 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/289
2025-11-01 06:48:53 +00:00
Snowball_233
d5eac4f23d
chore(docker-compose): remove obsolete version parament & remove useless default external=false ( #288 )
...
- Removed deprecated `version` key from docker-compose.yaml
- Cleaned up unnecessary `external: false` declarations for networks/volumes
Signed-off-by: Snowball_233 <snowballxueqiu@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/288
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Snowball_233 <snowballxueqiu@noreply.gitea.com >
Co-committed-by: Snowball_233 <snowballxueqiu@noreply.gitea.com >
2025-10-30 14:07:06 +00:00
drabart
f954c6e7b8
Fix typo in CAD preview supported extensions list ( #286 ) ( #287 )
...
Fixes small typo that caused copied code to not work.
Reviewed-on: https://gitea.com/gitea/docs/pulls/287
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: drabart <drabart@noreply.gitea.com >
Co-committed-by: drabart <drabart@noreply.gitea.com >
2025-10-28 01:40:09 +00:00
juls0730
b6af199508
Clarify Setting up a push mirror from Gitea to GitHub in repo mirror docs ( #275 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/275
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: juls0730 <juls0730@noreply.gitea.com >
Co-committed-by: juls0730 <juls0730@noreply.gitea.com >
2025-10-16 22:09:44 +00:00
DiegoBM
bd38456e4b
Fix home reference ( #281 )
...
~ points to the logged user's home, not to /home
Co-authored-by: Diego de Blas Mateo <1613216+DiegoBM@users.noreply.github.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/281
Reviewed-by: TheFox0x7 <thefox0x7@noreply.gitea.com >
Co-authored-by: DiegoBM <diegobm@noreply.gitea.com >
Co-committed-by: DiegoBM <diegobm@noreply.gitea.com >
2025-10-16 14:43:55 +00:00
desysoft
908a27589d
Update versioned_docs/version-1.24/development/api-usage.md ( #269 )
...
Fix JSON syntax error in token creation request
The previous JSON was malformed:
{"name":test_token","scopes":[...]}
The value of "name" was missing opening quotes, causing the error:
invalid character 't' looking for beginning of value
Fixed by enclosing the string in double quotes:
{"name":"test_token","scopes":[...]}
Reviewed-on: https://gitea.com/gitea/docs/pulls/269
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: desysoft <desysoft@noreply.gitea.com >
Co-committed-by: desysoft <desysoft@noreply.gitea.com >
2025-09-03 21:00:09 +00:00
kmanwar89
4d5fd1f6fb
Clarified GPG signature validation instructions to be more clear ( #262 )
...
Added instructions on how to download the signature file using wget, and fixed a typo in the wget commands that would have caused the command to fail when copied/pasted.
Reviewed-on: https://gitea.com/gitea/docs/pulls/262
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: kmanwar89 <kmanwar89@noreply.gitea.com >
Co-committed-by: kmanwar89 <kmanwar89@noreply.gitea.com >
2025-08-14 21:51:45 +00:00
Lunny Xiao
c13d82ccc3
Update gpg check command to use hkps by default ( #260 )
...
Fix #255
Reviewed-on: https://gitea.com/gitea/docs/pulls/260
2025-08-12 16:57:24 +00:00
nero-dv
0552f4523c
Update versioned_docs/version-1.24/installation/from-binary.md ( #259 )
...
The main branch is missing the directory where the autocompletion scripts were in. Version 1.24 does still have the scripts, so linked directly to them.
Reviewed-on: https://gitea.com/gitea/docs/pulls/259
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: nero-dv <nero-dv@noreply.gitea.com >
Co-committed-by: nero-dv <nero-dv@noreply.gitea.com >
2025-08-08 21:55:21 +00:00
Christopher Homberger
cf33eee47f
Initial Ephemeral Runners Documentation ( #239 )
...
Document this feature for 1.24 onwards.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/239
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Christopher Homberger <christopher.homberger@web.de >
Co-committed-by: Christopher Homberger <christopher.homberger@web.de >
2025-07-28 20:40:59 +00:00
Christopher Homberger
201f0f3ef8
Document workflow_dispatch workflow_run ( #238 )
...
Document missing workflow triggers of 1.23..1.25-dev
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/238
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Christopher Homberger <christopher.homberger@web.de >
Co-committed-by: Christopher Homberger <christopher.homberger@web.de >
2025-07-28 20:39:01 +00:00
Karthik-Bhandary
641977c93a
Updated the docs and versioned_docs ( #253 )
...
This closes #251
Co-authored-by: karthik.bhandary <karthik.bhandary@kfintech.com >
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/253
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Karthik-Bhandary <karthik-bhandary@noreply.gitea.com >
Co-committed-by: Karthik-Bhandary <karthik-bhandary@noreply.gitea.com >
2025-07-28 19:46:12 +00:00
paultibbetts
164f1c837f
Update URL for Caddy reverse proxy HTTPS guide ( #236 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/236
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: paultibbetts <paultibbetts@noreply.gitea.com >
Co-committed-by: paultibbetts <paultibbetts@noreply.gitea.com >
2025-06-25 14:17:33 +00:00
Lunny Xiao
e1ed1a6280
Upgrade Gitea from 1.23.7 -> 1.23.8
2025-05-13 09:51:20 -07:00
Lunny Xiao
6e63ddb901
Add 1.24.0-rc0 documentation ( #220 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/220
2025-05-05 16:47:20 +00:00
techknowlogick
2a39f74205
add oidc introspection endpoint to list ( #217 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/217
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com >
2025-04-28 03:48:45 +00:00
Lunny Xiao
1d51bc6814
Update token scopes example ( #215 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/215
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-04-26 04:27:13 +00:00
appleboy
dbfa0ba454
docs: add zh-tw folder ( #195 )
...
Signed-off-by: appleboy <appleboy.tw@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/195
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: appleboy <appleboy.tw@gmail.com >
Co-committed-by: appleboy <appleboy.tw@gmail.com >
2025-04-04 23:28:16 +00:00
ManInDark
bec3fc4398
SSH multiple IPs ( #194 )
...
Added documentation for alternative ssh setup if multiple IPs are available.
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/194
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: ManInDark <ManInDark@noreply.gitea.com >
Co-committed-by: ManInDark <ManInDark@noreply.gitea.com >
2025-04-01 20:31:35 +00:00
wxiaoguang
d432fb57ac
Update config option: REQUIRE_SIGNIN_VIEW ( #191 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/191
2025-03-30 05:37:25 +00:00
yp05327
2757101442
doc: ENABLE_PASSKEY_AUTHENTICATION ( #187 )
...
fix: https://github.com/go-gitea/gitea/issues/34021
Reviewed-on: https://gitea.com/gitea/docs/pulls/187
Reviewed-by: wxiaoguang <wxiaoguang@noreply.gitea.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: yp05327 <576951401@qq.com >
Co-committed-by: yp05327 <576951401@qq.com >
2025-03-26 14:43:41 +00:00
BenoitDuffez
1a8c4f0836
fix typo in LaunchAgent sample ( #183 )
...
the typo makes the file invalid and launchctl refuses to start with very little details as to why
Reviewed-on: https://gitea.com/gitea/docs/pulls/183
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: BenoitDuffez <benoitduffez@noreply.gitea.com >
Co-committed-by: BenoitDuffez <benoitduffez@noreply.gitea.com >
2025-03-13 22:00:07 +00:00
TheFox0x7
eaeb29f827
Add warning about actions under subpath ( #176 )
...
in reference to: https://github.com/go-gitea/gitea/issues/33629
Reviewed-on: https://gitea.com/gitea/docs/pulls/176
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com >
2025-03-02 17:52:04 +00:00
techknowlogick
52933671d8
use docker.gitea.com docker URLs ( #175 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/175
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com >
2025-02-28 15:36:37 +00:00
Lunny Xiao
045ad3fd8c
Add missing cron items content ( #174 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/174
2025-02-25 20:13:15 +00:00
strathmeyer
e5057c6a83
Correct verb tense in index.md ( #159 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/159
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.com >
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: strathmeyer <strathmeyer@noreply.gitea.com >
Co-committed-by: strathmeyer <strathmeyer@noreply.gitea.com >
2025-01-18 20:01:46 +00:00
Zettat123
a97908040d
Update some docs ( #144 )
...
Close #143
- Add `ORG_PAGING_NUM`
- Remove `hashFiles` from unsupported workflows syntax
Reviewed-on: https://gitea.com/gitea/docs/pulls/144
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com >
2025-01-09 05:27:03 +00:00
TheFox0x7
d97b557d9f
Remove dead marketplace links ( #139 )
...
both have removed gitea from their marketplaces
Reviewed-on: https://gitea.com/gitea/docs/pulls/139
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com >
2025-01-05 18:33:08 +00:00
Lunny Xiao
e691a131c1
Follow #75 to update all variables ( #135 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/135
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-12-27 00:58:11 +00:00
Lunny Xiao
ef66eb0882
Update storage docs to make less confusing ( #131 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/131
Reviewed-by: Zettat123 <zettat123@noreply.gitea.com >
Reviewed-by: Bo-Yi Wu (吳柏毅) <appleboy.tw@gmail.com >
2024-12-27 00:12:07 +00:00
Lunny Xiao
a0feb8c4fc
Add new version 1.23.0-rc0 ( #128 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/128
2024-12-18 07:44:42 +00:00
wxiaoguang
177b9d8d87
Add ALLOW_FORK_INTO_SAME_OWNER and fix legacy syntax ( #122 )
...
Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/122
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2024-12-18 07:20:36 +00:00
TheFox0x7
7a4e79c937
use fqin for container images ( #125 )
...
It's generally considered a better practice and it's more portable allowing podman to work without having to modify the name.
Reviewed-on: https://gitea.com/gitea/docs/pulls/125
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com >
2024-12-17 20:23:46 +00:00
justinsb
4ebeaff28f
Fix typo: Advantage -> Advanced ( #101 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/101
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: justinsb <justinsb@noreply.gitea.com >
Co-committed-by: justinsb <justinsb@noreply.gitea.com >
2024-11-25 21:12:48 +00:00
Lunny Xiao
fc7bdfc7b6
Improve the signing documentations ( #108 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/108
2024-11-25 05:36:44 +00:00
Lunny Xiao
ddc1db3637
Move authentication from usage to administration ( #105 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/105
2024-11-24 02:32:42 +00:00
talltechy
06c7f7f975
docs: Add ProtonMail SMTP configuration instructions ( #93 )
...
#### Summary
This pull request adds detailed instructions for configuring ProtonMail's SMTP server in the `email-setup.md` documentation. The new section provides step-by-step guidance on generating SMTP tokens and configuring the `app.ini` file for ProtonMail.
#### Changes
- Added a new section under the "ProtonMail" heading in `email-setup.md`.
- Included instructions for generating SMTP tokens in ProtonMail settings.
- Provided an example configuration for the `app.ini` file to use ProtonMail's SMTP server.
Reviewed-on: https://gitea.com/gitea/docs/pulls/93
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: talltechy <matt@mattwyen.me >
Co-committed-by: talltechy <matt@mattwyen.me >
2024-11-12 19:36:54 +00:00
philipparndt
e8344b03cb
Document Reverse Proxy authentication for API ( #84 )
...
I figured out that the reverse proxy authentication for the API is supported (implemented with https://github.com/go-gitea/gitea/pull/26703 ). This will update the documentation to the current state.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Philipp Arndt <2f.mail@gmx.de >
Reviewed-on: https://gitea.com/gitea/docs/pulls/84
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: philipparndt <philipparndt@noreply.gitea.com >
Co-committed-by: philipparndt <philipparndt@noreply.gitea.com >
2024-11-12 19:35:18 +00:00