bundlewrap/bundles/seafile/metadata.py

16 lines
280 B
Python
Raw Normal View History

2020-08-18 15:27:55 +02:00
defaults = {
'apt': {
'packages': {
'mariadb-server': {},
'python3': {},
'python3-setuptools': {},
'python3-pip': {},
},
2020-08-18 15:27:55 +02:00
},
2020-11-13 12:37:26 +01:00
'backups': {
'paths': {
'/opt/seafile',
},
},
2020-08-18 15:27:55 +02:00
}