bundlewrap/bundles/seafile/metadata.py
2020-08-29 19:21:35 +02:00

17 lines
321 B
Python

defaults = {
'apt': {
'packages': {
'mariadb-server': {},
'python3': {},
'python3-setuptools': {},
'python3-pip': {},
},
},
'users': {
'seafile': {
'home': '/opt/seafile',
'home-mode': '0755',
},
},
}