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
wxiaoguang
ae3a7fade6
Update FAQ ( #92 )
...
* add `How to find the config file "app.ini"`
* remove outdated ones
Reviewed-on: https://gitea.com/gitea/docs/pulls/92
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com >
2024-11-06 00:00:49 +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
jbalonso
ce0d8b898b
Document missing "packages" scope feature for GITEA_TOKEN ( #77 )
...
As per https://github.com/go-gitea/gitea/issues/23642#issuecomment-2119876692 , this documents a missing feature for `GITEA_TOKEN` authorizing access to the package repository.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/77
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: jbalonso <jbalonso@noreply.gitea.com >
Co-committed-by: jbalonso <jbalonso@noreply.gitea.com >
2024-10-30 22:27:35 +00:00
Lunny Xiao
05271fd4e6
Update faq for actions to correct wrong documentations. ( #85 )
...
- [x] User-level runners are supported from 1.20
- [x] Actions are enabled by default from 1.21
Reviewed-on: https://gitea.com/gitea/docs/pulls/85
2024-10-28 18:04:52 +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
Lunny Xiao
5bfca46fd6
Merge branch 'main' into lunny/update_agit_forcepush
2024-10-22 06:42:24 +00:00
Zettat123
76cb5ec6ea
add DISABLE_ORGANIZATIONS_PAGE and DISABLE_CODE_PAGE
2024-10-18 09:46:41 +08:00
Lunny Xiao
6fc2decd0c
update agit forcepush
2024-10-11 00:02:19 -07:00
eliroca
19dc1eccd2
Add force-push usage for agit workflow ( #78 )
...
```
git push origin HEAD:refs/for/main -o force-push=true -o topic="agit-workflow-usage" -o title="Add force-push usage for agit workflow"
```
Co-authored-by: Elisei Roca <eroca@suse.de >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/78
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: eliroca <eliroca@noreply.gitea.com >
Co-committed-by: eliroca <eliroca@noreply.gitea.com >
2024-10-10 21:31:09 +00: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
wxiaoguang
bbaeadb0c8
Update docs/administration/reverse-proxies.md
2024-09-18 07:09:48 +00:00
Zettat123
a74adaaefd
Documentation for migrating from AWS CodeCommit ( #65 )
...
Related to https://github.com/go-gitea/gitea/pull/31981
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/65
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com >
2024-09-11 03:25:40 +00:00
Jason Song
d9cc7c43c0
Enable compression for Actions logs by default ( #66 )
...
Follow https://github.com/go-gitea/gitea/pull/32013
Reviewed-on: https://gitea.com/gitea/docs/pulls/66
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com >
2024-09-10 02:32:33 +00:00
Lunny Xiao
75bb2f36ff
make act runner documentation more easy to use ( #64 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/64
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-09-07 19:40:47 +00:00
Lunny Xiao
1257064c05
Improve agit usage ( #63 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/63
2024-09-06 19:46:32 +00:00
Lunny Xiao
7a8bc94a8a
Adjust packages and actions articles' sequence on the sidebar
2024-09-02 17:52:58 -07:00
Lunny Xiao
2f7d104417
Fix some versions
2024-08-31 23:36:04 -07:00
Lunny Xiao
1f23956442
replace all global variables with right value
2024-08-31 23:14:38 -07:00
Lunny Xiao
843174579e
Merge branch 'main' into dbconv
2024-08-28 17:47:48 +00:00
Lunny Xiao
4a0a06cc0c
Merge pull request 'add warning about choice of database type' ( #56 ) from sbourdeauducq/docs:main into main
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/56
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-08-28 17:42:37 +00:00
Lunny Xiao
5ecafa9a56
Fix outdated cheat sheet about ALLOWED_DOMAINS ( #55 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/55
Reviewed-by: yp05327 <yp05327@noreply.gitea.com >
2024-08-22 04:09:23 +00:00
sbourdeauducq
e81f343beb
fix typo
2024-08-21 04:51:33 +00:00
sbourdeauducq
b062e4a754
add database conversion example
2024-08-21 04:48:19 +00:00
sbourdeauducq
0e7d152165
add warning about choice of database type
2024-08-21 04:23:27 +00:00
pangliang
9003c4a604
'workflow_dispatch' unsupported description removed ( #54 )
...
For PR: [go-gitea/gitea#28163 ](https://github.com/go-gitea/gitea/pull/28163 )
I saw that there was no description of the use of a single syntax in the original document, so I simply deleted the description that 'workflow_dispatch does not support'
Co-authored-by: pangliang <418094911@qq.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/54
Reviewed-by: Denys Konovalov <denyskon@noreply.gitea.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: pangliang <pangliang@noreply.gitea.com >
Co-committed-by: pangliang <pangliang@noreply.gitea.com >
2024-08-19 20:31:59 +00:00
Zettat123
56e5cc026b
Update issue template for issue assignees ( #48 )
...
Related to https://github.com/go-gitea/gitea/pull/31083
Reviewed-on: https://gitea.com/gitea/docs/pulls/48
Reviewed-by: Jason Song <wolfogre@noreply.gitea.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com >
2024-08-13 02:27:18 +00:00
Jason Song
4d7c41947b
Add LOG_COMPRESSION ( #50 )
...
Follow https://github.com/go-gitea/gitea/pull/31761
Reviewed-on: https://gitea.com/gitea/docs/pulls/50
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com >
2024-08-09 16:24:28 +00:00
Lunny Xiao
eebb6b1528
Add storage configuration hint to simplify the configuration ( #44 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/44
2024-08-09 02:29:24 +00:00
davama
ed0fa59c0e
add information on additional supported redis connections ( #38 )
...
Was told to put this PR here
https://github.com/go-gitea/gitea/issues/31618
Please let me know if i need to do anything else.
Best,
Dave
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/38
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: davama <davama@noreply.gitea.com >
Co-committed-by: davama <davama@noreply.gitea.com >
2024-08-07 06:25:17 +00:00
Lunny Xiao
b7d3335676
Add more description for LFS_JWT_SECRET ( #46 )
...
Fix https://github.com/go-gitea/gitea/issues/22727
Reviewed-on: https://gitea.com/gitea/docs/pulls/46
2024-08-07 01:51:54 +00:00
Lunny Xiao
54bc810c46
Merge branch 'main' of gitea.com:gitea/docs
2024-08-06 16:44:54 -07:00
Lunny Xiao
af22422e1a
Update meta data of docs
2024-08-06 16:44:42 -07:00
Matt Van Hest
1cf8f6f58d
Clarified installation instructions between binary package and docker container ( #41 )
...
Made the act runner installation instructions a little bit clearer when using docker. This distinction was not immediately clear and caused some confusion.
Co-authored-by: Jason Song <wolfogre@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/41
Reviewed-by: Jason Song <wolfogre@noreply.gitea.com >
Co-authored-by: Matt Van Hest <notusedfordaily@gmail.com >
Co-committed-by: Matt Van Hest <notusedfordaily@gmail.com >
2024-08-05 03:17:01 +00:00
josh-stengg
5d7fbcc47f
Clarify the valid values for COMPRESSION_LEVEL ( #42 )
...
Remove the comment that values must be preceded with a `-` and add details about default and Huffman compression along with links to the Golang documentation.
Reviewed-on: https://gitea.com/gitea/docs/pulls/42
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: josh-stengg <josh-stengg@noreply.gitea.com >
Co-committed-by: josh-stengg <josh-stengg@noreply.gitea.com >
2024-08-05 00:34:56 +00:00
Lunny Xiao
4917bd18ae
Add a note for docker compose version ( #43 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/43
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
2024-08-03 03:08:33 +00:00
Jason Song
56e120e1d8
Add LOG_RETENTION_DAYS ( #40 )
...
Related to https://github.com/go-gitea/gitea/pull/31735
Reviewed-on: https://gitea.com/gitea/docs/pulls/40
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com >
2024-08-02 03:33:18 +00:00
ifurther
fa80574eb7
external-renders: add agrs --global for pipx ( #33 )
...
Add `--global` to fix jupyter to /usr/local/bin
Reviewed-on: https://gitea.com/gitea/docs/pulls/33
Reviewed-by: yp05327 <yp05327@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: ifurther <55025025+ifurther@users.noreply.github.com >
Co-committed-by: ifurther <55025025+ifurther@users.noreply.github.com >
2024-07-28 03:46:04 +00:00
Lunny Xiao
a49bcbf20d
Fix editUrl ( #31 )
...
Fix #9
Reviewed-on: https://gitea.com/gitea/docs/pulls/31
2024-07-17 04:22:05 +00:00
6543
d0bfff96d4
Add option to change mail from user display name ( #31528 ) ( #23 )
...
https://github.com/go-gitea/gitea/pull/31528
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/23
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-07-14 21:27:36 +00:00
6543
8635300595
Document "Issue Templates: add option to have dropdown printed list ( #31577 )" ( #19 )
...
https://github.com/go-gitea/gitea/pull/31577
Reviewed-on: https://gitea.com/gitea/docs/pulls/19
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.com >
2024-07-14 14:39:31 +00:00
Oscar Ward
8b8500091a
Document launchd process for act runners ( #28 ) ( #30 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/30
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Oscar Ward <oscarward95@gmail.com >
Co-committed-by: Oscar Ward <oscarward95@gmail.com >
2024-07-14 06:19:53 +00:00
xor-gate
c94a135d4a
Add note about how to use secrets in workflow ( #17 )
...
Document how to use secrets in workflow
Co-authored-by: Jerry Jacobs <jerry.jacobs@xor-gate.org >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/17
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: xor-gate <xor-gate@noreply.gitea.com >
Co-committed-by: xor-gate <xor-gate@noreply.gitea.com >
2024-07-12 15:25:32 +00:00
webracer999
26f2306525
fail2ban-setup: *.local instead of *.conf ( #14 )
...
`man 5 jail.conf`:
CONFIGURATION FILES FORMAT
*.conf files are distributed by Fail2Ban. It is recommended that *.conf files should remain unchanged to ease upgrades. If needed,
customizations should be provided in *.local files. For example, if you would like to enable the [ssh-iptables-ipset] jail specified
in jail.conf, create jail.local containing
Reviewed-on: https://gitea.com/gitea/docs/pulls/14
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: webracer999 <webracer999@noreply.gitea.com >
Co-committed-by: webracer999 <webracer999@noreply.gitea.com >
2024-07-12 15:20:08 +00:00
Lunny Xiao
ac6de8756f
Add wrong submittion doc ( #16 )
...
copied from https://github.com/go-gitea/gitea/pull/31521/files#diff-9b5d4cdddaeeb1b9a0f6aab7ea1964c5e59c7823d9966229c387a3f6a107b9c6
Contributor: @silverwind
Reviewed-on: https://gitea.com/gitea/docs/pulls/16
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-07-12 15:15:22 +00:00
Lunny Xiao
81d1f77b2d
Fix wrong description about cron default enable value ( #26 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/26
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-07-12 15:13:41 +00:00