bundlewrap/bundles/freescout/items.py
2024-02-08 13:45:35 +01:00

20 lines
393 B
Python

# https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide
directories = {
'/opt/freescout': {
'owner': 'www-data',
'group': 'www-data',
# chown -R www-data:www-data /opt/freescout
},
}
git_deploy = {
'/opt/freescout': {
'repo': 'https://github.com/freescout-helpdesk/freescout.git',
'rev': 'master',
},
}
files = {
}