From 5879ce59425acdf39c25e4578c7a1e5c8b9c2709 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 23 Sep 2024 13:35:54 -0700 Subject: [PATCH] Enable packages in gitea --- templates/etc/gitea/conf/app.ini.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/etc/gitea/conf/app.ini.j2 b/templates/etc/gitea/conf/app.ini.j2 index 10b1431..1acc679 100644 --- a/templates/etc/gitea/conf/app.ini.j2 +++ b/templates/etc/gitea/conf/app.ini.j2 @@ -109,3 +109,6 @@ REPO_INDEXER_ENABLED = true [actions] ENABLED = true + +[packages] +ENABLED = true