wxiaoguang
9a00f8ea0c
Sync docs/administration/config-cheat-sheet.md ( #368 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/368
Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com >
Co-authored-by: wxiaoguang <29147+wxiaoguang@noreply.gitea.com >
Co-committed-by: wxiaoguang <29147+wxiaoguang@noreply.gitea.com >
2026-03-24 15:44:11 +00:00
silverwind
47ef41da3b
Add DEFAULT_DELETE_BRANCH_AFTER_MERGE to config cheat sheet ( #367 )
...
Add documentation for the new `[repository.pull-request]` `DEFAULT_DELETE_BRANCH_AFTER_MERGE` config option added in https://github.com/go-gitea/gitea/pull/36917 .
*This comment was written by Claude.*
Reviewed-on: https://gitea.com/gitea/docs/pulls/367
Reviewed-by: TheFox0x7 <95654+thefox0x7@noreply.gitea.com >
Co-authored-by: silverwind <me@silverwind.io >
Co-committed-by: silverwind <me@silverwind.io >
2026-03-23 19:12:49 +00:00
silverwind
eb8ade10c7
Update environment variable docs, remove environment-to-ini references ( #355 )
...
The standalone `environment-to-ini` tool was removed in https://github.com/go-gitea/gitea/pull/35735 and its functionality is now built into the Gitea binary. This PR:
- Removes outdated links to the removed `contrib/environment-to-ini` directory
- Updates the "Use environment variables to setup Gitea" section in the config cheat sheet
- Adds examples showing how env vars map to `app.ini` settings and the `__FILE` suffix for secrets
*This PR was authored by Claude.*
Reviewed-on: https://gitea.com/gitea/docs/pulls/355
Reviewed-by: wxiaoguang <29147+wxiaoguang@noreply.gitea.com >
Reviewed-by: TheFox0x7 <95654+thefox0x7@noreply.gitea.com >
2026-03-17 18:19:18 +00:00
silverwind
8809db41d8
Fix signed pushes documentation ( #351 )
...
Now actually tested and working. All that's needed is the nonce in the gitea config.
Reviewed-on: https://gitea.com/gitea/docs/pulls/351
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
2026-03-08 18:20:51 +00:00
Zettat123
dc136aa31b
Add never option to PUBLIC_URL_DETECTION configuration ( #353 )
...
https://github.com/go-gitea/gitea/pull/36785
Reviewed-on: https://gitea.com/gitea/docs/pulls/353
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com >
2026-03-01 19:00:35 +00:00
silverwind
44c6a0fa20
Move X_FRAME_OPTIONS from cors to security section ( #349 )
...
## Summary
- Move `X_FRAME_OPTIONS` setting from `[cors]` to `[security]` section in the config cheat sheet
- Document the new `unset` value option and clarify the header applies to web responses only
Ref: https://github.com/go-gitea/gitea/pull/30256
Reviewed-on: https://gitea.com/gitea/docs/pulls/349
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: silverwind <me@silverwind.io >
Co-committed-by: silverwind <me@silverwind.io >
2026-02-22 20:27:19 +00:00
TheFox0x7
d26bbc9794
add new config options for releases ( #348 )
...
https://github.com/go-gitea/gitea/pull/36697
Reviewed-on: https://gitea.com/gitea/docs/pulls/348
Reviewed-by: wxiaoguang <wxiaoguang@noreply.gitea.com >
Reviewed-by: silverwind <silverwind@noreply.gitea.com >
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com >
2026-02-22 07:39:17 +00:00
silverwind
84bc4f138d
Add actions.WORKFLOW_DIRS setting to config cheat sheet ( #347 )
...
Add documentation for the new `actions.WORKFLOW_DIRS` setting introduced in https://github.com/go-gitea/gitea/pull/36619 for v1.26.
Reviewed-on: https://gitea.com/gitea/docs/pulls/347
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: silverwind <me@silverwind.io >
Co-committed-by: silverwind <me@silverwind.io >
2026-02-19 19:02:58 +00:00
silverwind
516a0af047
Add FOLDER_ICON_THEME ( #326 )
...
Available in 1.26 with https://github.com/go-gitea/gitea/pull/36496
Reviewed-on: https://gitea.com/gitea/docs/pulls/326
Co-authored-by: silverwind <me@silverwind.io >
Co-committed-by: silverwind <me@silverwind.io >
2026-02-02 15:50:25 +00:00
Thomas Beutlich
96940ee764
Bump Online3DViewer and mention curl as option ( #320 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/320
Co-authored-by: Thomas Beutlich <thbeu@noreply.gitea.com >
Co-committed-by: Thomas Beutlich <thbeu@noreply.gitea.com >
2026-01-27 19:31:16 +00:00
dosenpils
49cc18e096
fixed broken link ( #322 )
...
There's a broken link in the documentation in the chapter [Use environment variables to setup Gitea](https://docs.gitea.com/administration/config-cheat-sheet#use-environment-variables-to-setup-gitea ) (Docs >> Administration >> Configuration Cheat Sheet).
This pull requests will fix this.
Reviewed-on: https://gitea.com/gitea/docs/pulls/322
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: dosenpils <dosenpils@donotdevelopmyapp.com >
Co-committed-by: dosenpils <dosenpils@donotdevelopmyapp.com >
2026-01-21 01:55:21 +00:00
wxiaoguang
8550cc4de1
remove unused git timeout config options
2026-01-21 01:36:27 +00:00
silverwind
18d05903c7
Add DIFF_RENAME_SIMILARITY_THRESHOLD ( #316 )
...
Co-authored-by: silverwind <me@silverwind.io >
Co-committed-by: silverwind <me@silverwind.io >
2025-12-17 10:57:54 +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
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
Vladimir Vitkov
c117cba701
add static resource config to the apache section ( #81 )
...
Add a section showing how to avoid proxying of static resources by Apache HTTPD
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/81
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Vladimir Vitkov <vvitkov@gmail.com >
Co-committed-by: Vladimir Vitkov <vvitkov@gmail.com >
2025-11-20 21:43:40 +00:00
Lunny Xiao
dcb9b9b450
Use category instead of place holder markdown file as directory ( #299 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/299
2025-11-20 18:02:34 +00:00
dangjinghao
fd8beed04d
Fix formatting for Mailer.FROM address example in configuration cheat sheet ( #296 )
...
This example is incorrect.
wrong:
<img width="1058" alt="wrong-1.png" src="attachments/1cb3b95b-c3e4-4213-aeff-13e518021536">
<img width="442" alt="wrong-2.png" src="attachments/212aa79f-bbb7-457a-a0b8-fc7572f6d497">
<img width="1201" alt="wrong-3.png" src="attachments/32fde98a-d987-475c-9f88-d563c177ad24">
correct:
<img width="1034" alt="correct-1.png" src="attachments/b4993846-eec2-4e7c-8adc-11fc335216dc">
<img width="410" alt="correct-2.png" src="attachments/419ad32c-4080-462e-af5e-8fc9f63727a7">
Reviewed-on: https://gitea.com/gitea/docs/pulls/296
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: dangjinghao <dangjinghaoemail@163.com >
Co-committed-by: dangjinghao <dangjinghaoemail@163.com >
2025-11-15 03:43:02 +00:00
kairosys-dev
ffc8c044a3
Correct port 465 for SMTPS, not 587 for STARTTLS ( #295 )
...
The SMTPS protocol uses port 465, not 587. Port 587 is instead used for STARTTLS.
Helps getting administrators stuck in cryptic errors such as:
Failed to send a testing email to "user@mydomain.com ": could not initiate SMTP session: tls: first record does not look like a TLS handshake
Reviewed-on: https://gitea.com/gitea/docs/pulls/295
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: kairosys-dev <me@arch-on.top >
Co-committed-by: kairosys-dev <me@arch-on.top >
2025-11-11 19:35:01 +00:00
wxiaoguang
12293b604e
Update docs/administration/config-cheat-sheet.md ( #285 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/285
2025-10-25 03:47:14 +00:00
vincentkersten
3578007c38
Update docs/administration/reverse-proxies.md ( #280 )
...
Using a full certificate chain will prevent errors from using git directly on the URL to be pulled/cloned.
(Error: 'fatal: unable to access 'https://git.example.net/git/sarah/test.git ': server certificate verification failed. CAfile: none CRLfile: none')
Reviewed-on: https://gitea.com/gitea/docs/pulls/280
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: vincentkersten <vincentkersten@noreply.gitea.com >
Co-committed-by: vincentkersten <vincentkersten@noreply.gitea.com >
2025-10-08 16:30:48 +00:00
johny-mnemonic
c586a396b8
Add Nginx Proxy Manager instructions ( #274 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/274
Co-authored-by: johny-mnemonic <johny-mnemonic@noreply.gitea.com >
Co-committed-by: johny-mnemonic <johny-mnemonic@noreply.gitea.com >
2025-09-15 03:09:06 +00:00
Johan Van de Wauw
c9bf137a23
Add TWO_FACTOR_AUTH documentation ( #273 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/273
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Johan Van de Wauw <johanvdw@noreply.gitea.com >
Co-committed-by: Johan Van de Wauw <johanvdw@noreply.gitea.com >
2025-09-10 20:48:36 +00:00
Christopher Homberger
e8a6c4281d
Add ssh commit signing to docs of 1.25-dev ( #241 )
...
Documentation for my changes to ssh commit signing in <https://github.com/go-gitea/gitea/pull/34341 >.
* Renames "GPG Commit Signatures" to "GPG/SSH Commit Signatures", since the url is called just signing and creating a new page would duplicate a lot
* _"The default option and repository specific signing keys are not supported for ssh keys"_
* the original draft implementation did support this for ssh keys
* this warning should avoid people expecting this gitconfig style things to work for ssh keys, since verifying is disabled in this case (e.g. pre 1.25 undocumented behavior preserved).
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/241
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:37:52 +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
ChristopherHX
fa11851d67
Fix formatting of email setup ( #249 )
...
Sorry I incorrectly used the :::note syntax in one PR merged recently, missing `:::` to end the quote
CC @lunny
Picture of the bug I introduced appended.
Reviewed-on: https://gitea.com/gitea/docs/pulls/249
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
Co-committed-by: ChristopherHX <christopher.homberger@web.de >
2025-07-18 03:10:58 +00:00
ChristopherHX
f9ff184ee3
Mention smtp+starttls not only in the config cheat sheet ( #247 )
...
I almost entered STARTTLS under PROTOCOLS, better to mention the correct solution without needing to check the config cheat sheet.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/247
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
Co-committed-by: ChristopherHX <christopher.homberger@web.de >
2025-07-16 17:48:45 +00:00
ChristopherHX
cbbf31f1d5
Provide a hint for ENABLE_NOTIFY_MAIL in email setup ( #246 )
...
* some people like me might wonder why the email-setup didn't work
While reviewing https://github.com/go-gitea/gitea/pull/34982#pullrequestreview-3013995449 , I enabled the mailer the first time and found this solution in the debugger not in the docs.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/246
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
Co-committed-by: ChristopherHX <christopher.homberger@web.de >
2025-07-16 17:48:12 +00:00
recoolcz
3a82ab51f3
bugfix: Fix O3DV script since it broke in 1.24.0 ( #231 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/231
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: recoolcz <recoolcz@noreply.gitea.com >
Co-committed-by: recoolcz <recoolcz@noreply.gitea.com >
2025-06-16 17:10:30 +00:00
recoolcz
43ad642ef2
bugfix (3d viewer): fixed a typo that prevented the script from working ( #227 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/227
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: recoolcz <recoolcz@noreply.gitea.com >
Co-committed-by: recoolcz <recoolcz@noreply.gitea.com >
2025-06-03 18:16:12 +00:00
Schallbert
5d9094adb0
Clarify customization's folder structure when using non-standard install like docker ( #219 )
...
customizing: add backlink to install for variations
install-with-docker: add example for customization
Reviewed-on: https://gitea.com/gitea/docs/pulls/219
Co-authored-by: Schallbert <schallbert@mailbox.org >
Co-committed-by: Schallbert <schallbert@mailbox.org >
2025-05-26 16:11:47 +00:00
wxiaoguang
14d48e6834
Update PUBLIC_URL_DETECTION ( #212 )
...
https://github.com/go-gitea/gitea/pull/34250
Reviewed-on: https://gitea.com/gitea/docs/pulls/212
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@noreply.gitea.com >
Co-committed-by: wxiaoguang <wxiaoguang@noreply.gitea.com >
2025-04-21 23:10:45 +00:00
Rowan Bohde
c299483551
Add documentation for request prioritization middleware ( #208 )
...
This is the documentation side of https://github.com/go-gitea/gitea/pull/33951
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/208
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Rowan Bohde <rowan@allspice.io >
Co-committed-by: Rowan Bohde <rowan@allspice.io >
2025-04-20 23:41:58 +00:00
wxiaoguang
f29075ebeb
Update ROOT_URL document ( #210 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/210
Reviewed-by: hiifong <i@hiif.ong >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2025-04-20 23:35:21 +00:00
wxiaoguang
cc53afc60e
Update MERMAID_MAX_SOURCE_CHARACTERS ( #202 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/202
2025-04-09 07:58:18 +00:00
recoolcz
330f8b808b
CAD File Preview - Last Change (markup, spelling, script) ( #201 )
...
Fixed all remaining issues (spelling mistakes, markup, etc.)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/201
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: recoolcz <recoolcz@noreply.gitea.com >
Co-committed-by: recoolcz <recoolcz@noreply.gitea.com >
2025-04-08 15:13:15 +00:00
recoolcz
a6305438b9
Fix CAD Files Preview section ( #200 )
...
CAD Preview section is broken on live website (bad markup usage). Hopefully fixed it :D
Thanks a lot
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/200
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: recoolcz <petrvanek31@gmail.com >
Co-committed-by: recoolcz <petrvanek31@gmail.com >
2025-04-08 06:48:11 +00:00
recoolcz
718d024fe9
Change STL preview to CAD file preview ( #199 )
...
Based on [this Issue on GitHub]([url](https://github.com/go-gitea/gitea/issues/34135 )) I created a pull request.
This implementation allows for all other kinds CAD files to be previewed in Gitea.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/199
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: recoolcz <petrvanek31@gmail.com >
Co-committed-by: recoolcz <petrvanek31@gmail.com >
2025-04-07 18:50:51 +00:00
wxiaoguang
e3d58503ca
Add markdown usage ( #198 )
...
First simple version
Reviewed-on: https://gitea.com/gitea/docs/pulls/198
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2025-04-05 05:08:06 +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
wxiaoguang
2b1f9ff532
Add FILE_ICON_THEME ( #181 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/181
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2025-03-10 21:25:11 +00:00
wxiaoguang
a64bf5f8e3
Update custom theme guide ( #180 )
...
For https://github.com/go-gitea/gitea/pull/30671
Reviewed-on: https://gitea.com/gitea/docs/pulls/180
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2025-03-10 15:55:10 +00:00
Felix Sommer
8c7577a67c
EMBED_ATTACHMENT_IMAGES: Docs for PR https://github.com/go-gitea/gitea/pull/32061 ( #69 )
...
Co-authored-by: Felix Sommer <felix.sommer@ludofact.de >
Co-committed-by: Felix Sommer <felix.sommer@ludofact.de >
2025-03-05 16:14:07 +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
99rgosse
b84e09cd7b
Add the "--skip-index" parameter for dump command ( #158 )
...
Hello
This PR is only to show up the "--skip-index" parameter missing from the documentation from the "dump" command
Reference in code : https://github.com/go-gitea/gitea/blob/main/cmd/dump.go#L267
Reviewed-on: https://gitea.com/gitea/docs/pulls/158
Co-authored-by: 99rgosse <99rgosse@noreply.gitea.com >
Co-committed-by: 99rgosse <99rgosse@noreply.gitea.com >
2025-01-17 17:43:21 +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
wxiaoguang
5c11efcedf
Improve config cheat sheet and update SSH_USER ( #138 )
...
Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/138
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2025-01-07 22:40:06 +00:00