loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix codeblocks in the cheat sheet (#23664)

authored by

Sandro and committed by
GitHub
0fd7e373 9f39def9

+10 -10
+10 -10
docs/content/doc/administration/config-cheat-sheet.en-us.md
··· 994 994 995 995 ### Extended cron tasks (not enabled by default) 996 996 997 - #### Cron - Garbage collect all repositories ('cron.git_gc_repos') 997 + #### Cron - Garbage collect all repositories (`cron.git_gc_repos`) 998 998 999 999 - `ENABLED`: **false**: Enable service. 1000 1000 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). ··· 1003 1003 - `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices. 1004 1004 - `ARGS`: **\<empty\>**: Arguments for command `git gc`, e.g. `--aggressive --auto`. The default value is same with [git] -> GC_ARGS 1005 1005 1006 - #### Cron - Update the '.ssh/authorized_keys' file with Gitea SSH keys ('cron.resync_all_sshkeys') 1006 + #### Cron - Update the '.ssh/authorized_keys' file with Gitea SSH keys (`cron.resync_all_sshkeys`) 1007 1007 1008 1008 - `ENABLED`: **false**: Enable service. 1009 1009 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). 1010 1010 - `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices. 1011 1011 - `SCHEDULE`: **@every 72h**: Cron syntax for scheduling repository archive cleanup, e.g. `@every 1h`. 1012 1012 1013 - #### Cron - Resynchronize pre-receive, update and post-receive hooks of all repositories ('cron.resync_all_hooks') 1013 + #### Cron - Resynchronize pre-receive, update and post-receive hooks of all repositories (`cron.resync_all_hooks`) 1014 1014 1015 1015 - `ENABLED`: **false**: Enable service. 1016 1016 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). 1017 1017 - `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices. 1018 1018 - `SCHEDULE`: **@every 72h**: Cron syntax for scheduling repository archive cleanup, e.g. `@every 1h`. 1019 1019 1020 - #### Cron - Reinitialize all missing Git repositories for which records exist ('cron.reinit_missing_repos') 1020 + #### Cron - Reinitialize all missing Git repositories for which records exist (`cron.reinit_missing_repos`) 1021 1021 1022 1022 - `ENABLED`: **false**: Enable service. 1023 1023 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). 1024 1024 - `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices. 1025 1025 - `SCHEDULE`: **@every 72h**: Cron syntax for scheduling repository archive cleanup, e.g. `@every 1h`. 1026 1026 1027 - #### Cron - Delete all repositories missing their Git files ('cron.delete_missing_repos') 1027 + #### Cron - Delete all repositories missing their Git files (`cron.delete_missing_repos`) 1028 1028 1029 1029 - `ENABLED`: **false**: Enable service. 1030 1030 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). 1031 1031 - `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices. 1032 1032 - `SCHEDULE`: **@every 72h**: Cron syntax for scheduling repository archive cleanup, e.g. `@every 1h`. 1033 1033 1034 - #### Cron - Delete generated repository avatars ('cron.delete_generated_repository_avatars') 1034 + #### Cron - Delete generated repository avatars (`cron.delete_generated_repository_avatars`) 1035 1035 1036 1036 - `ENABLED`: **false**: Enable service. 1037 1037 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). 1038 1038 - `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices. 1039 1039 - `SCHEDULE`: **@every 72h**: Cron syntax for scheduling repository archive cleanup, e.g. `@every 1h`. 1040 1040 1041 - #### Cron - Delete all old actions from database ('cron.delete_old_actions') 1041 + #### Cron - Delete all old actions from database (`cron.delete_old_actions`) 1042 1042 1043 1043 - `ENABLED`: **false**: Enable service. 1044 1044 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). ··· 1046 1046 - `SCHEDULE`: **@every 168h**: Cron syntax to set how often to check. 1047 1047 - `OLDER_THAN`: **@every 8760h**: any action older than this expression will be deleted from database, suggest using `8760h` (1 year) because that's the max length of heatmap. 1048 1048 1049 - #### Cron - Check for new Gitea versions ('cron.update_checker') 1049 + #### Cron - Check for new Gitea versions (`cron.update_checker`) 1050 1050 1051 1051 - `ENABLED`: **true**: Enable service. 1052 1052 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). ··· 1054 1054 - `SCHEDULE`: **@every 168h**: Cron syntax for scheduling a work, e.g. `@every 168h`. 1055 1055 - `HTTP_ENDPOINT`: **https://dl.gitea.io/gitea/version.json**: the endpoint that Gitea will check for newer versions 1056 1056 1057 - #### Cron - Delete all old system notices from database ('cron.delete_old_system_notices') 1057 + #### Cron - Delete all old system notices from database (`cron.delete_old_system_notices`) 1058 1058 1059 1059 - `ENABLED`: **false**: Enable service. 1060 1060 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). ··· 1062 1062 - `SCHEDULE`: **@every 168h**: Cron syntax to set how often to check. 1063 1063 - `OLDER_THAN`: **@every 8760h**: any system notice older than this expression will be deleted from database. 1064 1064 1065 - #### Cron - Garbage collect LFS pointers in repositories ('cron.gc_lfs') 1065 + #### Cron - Garbage collect LFS pointers in repositories (`cron.gc_lfs`) 1066 1066 1067 1067 - `ENABLED`: **false**: Enable service. 1068 1068 - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).