bw/home.paperless-sophie add sophie's paperless host
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6bfcd87976
commit
1461cf2827
3 changed files with 83 additions and 0 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue