You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix codeblocks in the cheat sheet (#23664) (#23669)
Backport #23664 by @SuperSandro2000
Conflicts fixed by Andrew Thornton <art27@cantab.net>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Andrew Thornton <art27@cantab.net>
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1032
1032
-`NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices.
1033
1033
-`SCHEDULE`: **@every 72h**: Cron syntax for scheduling repository archive cleanup, e.g. `@every 1h`.
1034
1034
1035
-
#### Cron - Delete all old actions from database ('cron.delete_old_actions')
1035
+
#### Cron - Delete all old actions from database (`cron.delete_old_actions`)
1036
1036
1037
1037
-`ENABLED`: **false**: Enable service.
1038
1038
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1039
1039
-`NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices.
1040
1040
-`SCHEDULE`: **@every 168h**: Cron syntax to set how often to check.
1041
1041
-`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.
1042
1042
1043
-
#### Cron - Check for new Gitea versions ('cron.update_checker')
1043
+
#### Cron - Check for new Gitea versions (`cron.update_checker`)
1044
1044
1045
1045
-`ENABLED`: **true**: Enable service.
1046
1046
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1047
1047
-`ENABLE_SUCCESS_NOTICE`: **true**: Set to false to switch off success notices.
1048
1048
-`SCHEDULE`: **@every 168h**: Cron syntax for scheduling a work, e.g. `@every 168h`.
1049
1049
-`HTTP_ENDPOINT`: **https://dl.gitea.io/gitea/version.json**: the endpoint that Gitea will check for newer versions
1050
1050
1051
-
#### Cron - Delete all old system notices from database ('cron.delete_old_system_notices')
1051
+
#### Cron - Delete all old system notices from database (`cron.delete_old_system_notices`)
1052
1052
1053
1053
-`ENABLED`: **false**: Enable service.
1054
1054
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1055
1055
-`NO_SUCCESS_NOTICE`: **false**: Set to true to switch off success notices.
1056
1056
-`SCHEDULE`: **@every 168h**: Cron syntax to set how often to check.
1057
1057
-`OLDER_THAN`: **@every 8760h**: any system notice older than this expression will be deleted from database.
1058
1058
1059
-
#### Cron - Garbage collect LFS pointers in repositories ('cron.gc_lfs')
1059
+
#### Cron - Garbage collect LFS pointers in repositories (`cron.gc_lfs`)
1060
1060
1061
1061
-`ENABLED`: **false**: Enable service.
1062
1062
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
0 commit comments