bundles: move non-login users to items.py
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d0647b2e3c
commit
6cd02dc563
14 changed files with 53 additions and 40 deletions
|
@ -8,7 +8,16 @@ downloads = {
|
|||
},
|
||||
}
|
||||
|
||||
users = {
|
||||
'git': {},
|
||||
}
|
||||
|
||||
directories = {
|
||||
'/home/git': {
|
||||
'mode': '0755',
|
||||
'owner': 'git',
|
||||
'group': 'git',
|
||||
},
|
||||
'/var/lib/gitea': {
|
||||
'owner': 'git',
|
||||
'mode': '0700',
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
defaults = {
|
||||
'users': {
|
||||
'git': {
|
||||
'do_not_remove_authorized_keys_from_home': True,
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
'gitea': {
|
||||
'database': {
|
||||
'username': 'gitea',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue