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',
|
'owner': 'git',
|
||||||
|
'mode': '0600',
|
||||||
'context': node.metadata['gitea'],
|
'context': node.metadata['gitea'],
|
||||||
'triggers': {
|
'triggers': {
|
||||||
'svc_systemd:gitea:restart',
|
'svc_systemd:gitea:restart',
|
||||||
|
|
|
@ -12,6 +12,9 @@ defaults = {
|
||||||
},
|
},
|
||||||
'gitea': {
|
'gitea': {
|
||||||
'conf': {
|
'conf': {
|
||||||
|
'DEFAULT': {
|
||||||
|
'WORK_PATH': '/var/lib/gitea',
|
||||||
|
},
|
||||||
'database': {
|
'database': {
|
||||||
'DB_TYPE': 'postgres',
|
'DB_TYPE': 'postgres',
|
||||||
'HOST': 'localhost:5432',
|
'HOST': 'localhost:5432',
|
||||||
|
|
Loading…
Reference in a new issue