bundlewrap/bundles/seafile/metadata.py
2020-08-18 15:31:52 +02:00

18 lines
358 B
Python

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