bw/home.paperless-sophie add sophie's paperless host
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Sophie Schiller 2021-05-24 19:04:59 +02:00
parent 6bfcd87976
commit 1461cf2827
3 changed files with 83 additions and 0 deletions

View file

@ -66,6 +66,9 @@ actions = {
'needs': {
# actually /opt/paperless, but we don't create that
'directory:/opt/paperless/src',
'pkg_apt:python3',
'pkg_apt:python3-pip',
'pkg_apt:python3-virtualenv',
},
},
'paperless_install_deps': {
@ -112,6 +115,7 @@ actions = {
'needs': {
'directory:/opt/paperless/static',
'file:/opt/paperless/src/paperless.conf',
'action:paperless_create_virtualenv',
},
},
}