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.

Merge pull request 'Replace Gitea with Forgejo' (#4660) from yonas/forgejo:yonas-patch-1 into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4660
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

+1 -1
+1 -1
services/doctor/paths.go
··· 60 60 func checkConfigurationFiles(ctx context.Context, logger log.Logger, autofix bool) error { 61 61 if fi, err := os.Stat(setting.CustomConf); err != nil || !fi.Mode().IsRegular() { 62 62 logger.Error("Failed to find configuration file at '%s'.", setting.CustomConf) 63 - logger.Error("If you've never ran Gitea yet, this is normal and '%s' will be created for you on first run.", setting.CustomConf) 63 + logger.Error("If you've never ran Forgejo yet, this is normal and '%s' will be created for you on first run.", setting.CustomConf) 64 64 logger.Error("Otherwise check that you are running this command from the correct path and/or provide a `--config` parameter.") 65 65 logger.Critical("Cannot proceed without a configuration file") 66 66 return err