bundlewrap/bundles/seafile/metadata.py
2020-11-13 12:37:26 +01:00

16 lines
280 B
Python

defaults = {
'apt': {
'packages': {
'mariadb-server': {},
'python3': {},
'python3-setuptools': {},
'python3-pip': {},
},
},
'backups': {
'paths': {
'/opt/seafile',
},
},
}