diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index d1bdfa6..e23972d 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -64,3 +64,6 @@ ROOT_PATH = /var/log/gitea [oauth2] JWT_SECRET = {{ gitea_oauth2_jwt_secret }} + +[metrics] +ENABLED = true