fdfa8d9152 Merge branch 'main' into main 2024-09-28 01:23:12 +00:00 bea0fb7387 Use camo.Always instead of camo.Allways ( #73 ) ... ref: https://github.com/go-gitea/gitea/pull/32097 Reviewed-on: gitea/docs#73 2024-09-25 17:11:33 +00:00 bbaeadb0c8 Update docs/administration/reverse-proxies.md 2024-09-18 07:09:48 +00:00 6eb17fcd29 Update versioned_docs/version-1.22/administration/reverse-proxies.md 2024-09-18 07:09:29 +00:00 05a0760f6b fix bug 2024-09-13 14:39:59 -07:00 3ac151749b fix bug 2024-09-13 14:25:00 -07:00 98633d3b32 Use deploy token rather than deploy key 2024-09-13 12:03:35 -07:00 c12effbaff Improve update swagger workflow 2024-09-13 11:46:34 -07:00 3ed7b49467 Improve update swagger workflow 2024-09-13 11:44:39 -07:00 e67590e0e2 Fix bug 2024-09-13 10:40:37 -07:00 b0efb07c3f Fix bug when update swagger 2024-09-12 11:00:02 -07:00 6564f98656 Merge branch 'main' into lunny/update_swagger 2024-09-11 06:35:27 +00:00 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: gitea/docs#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 d9cc7c43c0 Enable compression for Actions logs by default ( #66 ) ... Follow https://github.com/go-gitea/gitea/pull/32013 Reviewed-on: gitea/docs#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 75bb2f36ff make act runner documentation more easy to use ( #64 ) ... Reviewed-on: gitea/docs#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 1257064c05 Improve agit usage ( #63 ) ... Reviewed-on: gitea/docs#63 2024-09-06 19:46:32 +00:00 e84a95f4da Update swagger files on schedule 2024-09-05 23:57:00 -07:00 96da2d0d34 Upgrade 1.22.1 -> 1.22.2 2024-09-05 18:47:25 -07:00 bdacdf6594 Merge pull request 'Adjust sequences of actions and packages articles in the sidebar' ( #61 ) from lunny/adjust_sequence into main ... Reviewed-on: gitea/docs#61 2024-09-03 04:25:51 +00:00 97339dc250 Remove unnecessary _index.md 2024-09-02 17:57:43 -07:00 7a8bc94a8a Adjust packages and actions articles' sequence on the sidebar 2024-09-02 17:52:58 -07:00 488e0e4355 Merge pull request 'Replace all global variables with right value' ( #60 ) from lunny/fix_global_variables into main ... Reviewed-on: gitea/docs#60 2024-09-01 06:47:31 +00:00 2f7d104417 Fix some versions 2024-08-31 23:36:04 -07:00 1f23956442 replace all global variables with right value 2024-08-31 23:14:38 -07:00 f1ce141716 Merge pull request 'add database conversion example' ( #57 ) from sbourdeauducq/docs:dbconv into main ... Reviewed-on: gitea/docs#57 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com > 2024-08-29 17:45:48 +00:00 843174579e Merge branch 'main' into dbconv 2024-08-28 17:47:48 +00:00 4a0a06cc0c Merge pull request 'add warning about choice of database type' ( #56 ) from sbourdeauducq/docs:main into main ... Reviewed-on: gitea/docs#56 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com > 2024-08-28 17:42:37 +00:00 5ecafa9a56 Fix outdated cheat sheet about ALLOWED_DOMAINS ( #55 ) ... Reviewed-on: gitea/docs#55 Reviewed-by: yp05327 <yp05327@noreply.gitea.com > 2024-08-22 04:09:23 +00:00 e81f343beb fix typo 2024-08-21 04:51:33 +00:00 b062e4a754 add database conversion example 2024-08-21 04:48:19 +00:00 0e7d152165 add warning about choice of database type 2024-08-21 04:23:27 +00:00 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: gitea/docs#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 56e5cc026b Update issue template for issue assignees ( #48 ) ... Related to https://github.com/go-gitea/gitea/pull/31083 Reviewed-on: gitea/docs#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 4d7c41947b Add LOG_COMPRESSION ( #50 ) ... Follow https://github.com/go-gitea/gitea/pull/31761 Reviewed-on: gitea/docs#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 caaf272789 administration: Add docs for server.LFS_ALLOW_PURE_SSH 2024-08-09 06:55:11 +00:00 eebb6b1528 Add storage configuration hint to simplify the configuration ( #44 ) ... Reviewed-on: gitea/docs#44 2024-08-09 02:29:24 +00:00 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 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 54bc810c46 Merge branch 'main' of gitea.com:gitea/docs 2024-08-06 16:44:54 -07:00 af22422e1a Update meta data of docs 2024-08-06 16:44:42 -07:00 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: gitea/docs#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 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: gitea/docs#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 4917bd18ae Add a note for docker compose version ( #43 ) ... Reviewed-on: gitea/docs#43 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com > 2024-08-03 03:08:33 +00:00 56e120e1d8 Add LOG_RETENTION_DAYS ( #40 ) ... Related to https://github.com/go-gitea/gitea/pull/31735 Reviewed-on: gitea/docs#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: gitea/docs#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 a49bcbf20d Fix editUrl ( #31 ) ... Fix #9 Reviewed-on: gitea/docs#31 2024-07-17 04:22:05 +00:00 5df20429a2 docs(reverse-proxies.md): Update zh-cn translation of reverse-proxies.md ( #29 ) ... Update the zh-cn translation of reverse-proxies.md of current version and version 1.22 (since reverse-proxies.md of them are same). The translation is based on English version of reverse-proxies.md of current version. Resolve [issue 24](gitea/docs#24 ) Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com > Reviewed-on: gitea/docs#29 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com > Co-authored-by: zeauw <me@zeauw.dev > Co-committed-by: zeauw <me@zeauw.dev > 2024-07-17 03:08:53 +00:00 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: gitea/docs#23 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com > 2024-07-14 21:27:36 +00:00 8635300595 Document "Issue Templates: add option to have dropdown printed list ( #31577 )" ( #19 ) ... https://github.com/go-gitea/gitea/pull/31577 Reviewed-on: gitea/docs#19 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com > Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.com > 2024-07-14 14:39:31 +00:00 8b8500091a Document launchd process for act runners ( #28 ) ( #30 ) ... Reviewed-on: gitea/docs#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