diff --git a/bundles/gitea/items.py b/bundles/gitea/items.py index b2e5fec..332e802 100644 --- a/bundles/gitea/items.py +++ b/bundles/gitea/items.py @@ -11,7 +11,9 @@ downloads['/usr/local/bin/gitea'] = { }, } -users['git'] = {} +users['git'] = { + 'home': '/home/git', +} directories['/var/lib/gitea'] = { 'owner': 'git',