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
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
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
tobiasbp
9a204d82a1
Add info on STATIC_URL_PREFIX gotcha in cheat sheet ( #99 )
...
When using *STATIC_URL_PREFIX* to load assets, some UI elements will stop working, as described on the Gitea server on Discord: https://discord.com/channels/322538954119184384/322910365237248000/1305896452400218122
The fix is, to disable *ui.notification.EVENT_SOURCE_UPDATE_TIME* by setting it to *-1*.
This PR adds that information to the _configuration cheat sheet_.
The fix is needed in Gitea 1.22.3. I do not know about previous versions.
Co-authored-by: tobias.petersen <tobias.petersen@unity3d.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/99
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: tobiasbp <tobiasbp@noreply.gitea.com >
Co-committed-by: tobiasbp <tobiasbp@noreply.gitea.com >
2024-12-04 01:50:30 +00:00
wxiaoguang
e80ea3d8e7
doc: ENABLE_PASSWORD_LOGIN_FORM ( #110 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/110
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2024-12-01 19:40:53 +00:00
mowoc-ocp
ed69343d70
Update docs/administration/config-cheat-sheet.md for MINIO_IAM_ENDPOINT ( #103 )
...
Targeting issue [#32271 ](https://github.com/go-gitea/gitea/issues/32271 )
## Summary
This PR adds information about MINIO_IAM_ENDPOINT to the configuration cheat sheet, related to PR https://github.com/go-gitea/gitea/pull/32581
## Changes
- Adds MINIO_IAM_ENDPOINT to all examples referencing `MinioStorageConfig`
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/103
Co-authored-by: mowoc-ocp <mowoc-ocp@noreply.gitea.com >
Co-committed-by: mowoc-ocp <mowoc-ocp@noreply.gitea.com >
2024-11-26 08:03:34 +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
wxiaoguang
79767d83a7
Update ALLOWED_TYPES ( #96 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/96
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2024-11-15 05:53:35 +00:00
Zettat123
5e9c955979
Add DEFAULT_MIRROR_REPO_UNITS and DEFAULT_TEMPLATE_REPO_UNITS options ( #91 )
...
Related to https://github.com/go-gitea/gitea/pull/32416
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/91
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com >
2024-11-13 00:26:38 +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
wxiaoguang
43da98e72c
update BATCH_OPERATION_CONCURRENCY to 8 ( #90 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/90
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2024-11-06 18:40:50 +00:00
Asadbek Karimov
be4c144777
Update docs/administration/config-cheat-sheet.md
2024-11-05 18:34:05 +00:00
Asad
75c7efc23d
docs: Update gitea cron job documentation for repository archive deletion
...
- Added detailed documentation for `cron.delete_repo_archives` settings.
- Documented configuration options including `ENABLED`, `RUN_AT_START`, `NOTICE_ON_SUCCESS`, and `SCHEDULE`.
- Ensured consistent formatting across cron job documentation.
This update improves clarity on how to configure periodic deletion of repository archives within Gitea.
2024-11-04 20:20:06 -05:00
rremer
82c020a3cb
Document [lfs_client].BATCH_OPERATION_CONCURRENCY ( #88 )
...
re: https://github.com/go-gitea/gitea/pull/32369
Co-authored-by: Royce Remer <rremer@salesforce.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/88
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: rremer <rremer@noreply.gitea.com >
Co-committed-by: rremer <rremer@noreply.gitea.com >
2024-11-04 17:58:03 +00:00
Royce Remer
26b5b9448f
Document configurable LFS BATCH_SIZE and MAX_BATCH_SIZE.
...
Signed-off-by: Royce Remer <royceremer@gmail.com >
2024-10-30 23:05:58 +00:00
thezzisu
d527654df3
Update docs for USER_DISABLED_FEATURES ( #76 )
...
Update docs for this PR: https://github.com/go-gitea/gitea/pull/31959
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/76
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: thezzisu <thezzisu@gmail.com >
Co-committed-by: thezzisu <thezzisu@gmail.com >
2024-10-26 03:33:01 +00:00
Zettat123
76cb5ec6ea
add DISABLE_ORGANIZATIONS_PAGE and DISABLE_CODE_PAGE
2024-10-18 09:46:41 +08:00
ConcurrentCrab
9cee5acb6b
administration: Add docs for server.LFS_ALLOW_PURE_SSH ( #49 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/49
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: 6543 <6543@obermui.de >
Co-authored-by: ConcurrentCrab <ishan1939.be21@chitkara.edu.in >
Co-committed-by: ConcurrentCrab <ishan1939.be21@chitkara.edu.in >
2024-09-28 07:33:44 +00:00
Lunny Xiao
bea0fb7387
Use camo.Always instead of camo.Allways ( #73 )
...
ref: https://github.com/go-gitea/gitea/pull/32097
Reviewed-on: https://gitea.com/gitea/docs/pulls/73
2024-09-25 17:11:33 +00:00