some gitea fixes
This commit is contained in:
parent
919f5f2c08
commit
1f3740dd59
2 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,7 @@ files['/etc/gitea/app.ini'] = {
|
|||
),
|
||||
),
|
||||
'owner': 'git',
|
||||
'mode': '0600',
|
||||
'context': node.metadata['gitea'],
|
||||
'triggers': {
|
||||
'svc_systemd:gitea:restart',
|
||||
|
|
|
@ -12,6 +12,9 @@ defaults = {
|
|||
},
|
||||
'gitea': {
|
||||
'conf': {
|
||||
'DEFAULT': {
|
||||
'WORK_PATH': '/var/lib/gitea',
|
||||
},
|
||||
'database': {
|
||||
'DB_TYPE': 'postgres',
|
||||
'HOST': 'localhost:5432',
|
||||
|
|
Loading…
Reference in a new issue