Commit 1d65eb45 authored by Boxiang Sun's avatar Boxiang Sun

peertube: fixup

parent ebd4508b
Pipeline #23957 failed with stage
in 0 seconds
......@@ -14,12 +14,12 @@
# not need these here).
[instance-profile]
filename = instance.cfg.in
# md5sum = 483b76d8e6bf72d72a38a3f7bf66fe08
# md5sum = a1f5431f98c2401282064d40bf809eed
[template-nginx-service]
filename = template-nginx-service.sh.in
# md5sum = 458870b70c33a1621b68961ae2372ad5
md5sum = 458870b70c33a1621b68961ae2372ad5
[template-nginx-configuration]
filename = template-nginx.cfg.in
# md5sum = fc4f258e3ae56e0c9596484d736ccfed
md5sum = 6b11e79bcc7734d8629e1b6e6cb497e1
......@@ -45,7 +45,7 @@ recipe = slapos.cookbook:generate.password
[postgresql]
recipe = slapos.cookbook:postgres
bin = ${postgresql10:location}/bin/
services = $${directory:service}
services = $${directory:services}
dbname = peertube_prod
superuser = peertube
password = $${postgresql-password:passwd}
......@@ -66,7 +66,7 @@ command-line =
[service-postgresql]
recipe = slapos.cookbook:postgres
bin = {{ postgresql_location }}/bin
services= ${directory:service}
services= $${directory:service}
#################################
# Nginx service
......
[buildout]
extends =
buildout.hash.cfg
# buildout.hash.cfg is used for automated hash calculation of managed
# instance files by calling update-hash
# buildout.hash.cfg
......@@ -29,7 +30,6 @@ extends =
../../component/redis/buildout.cfg
../../component/git/buildout.cfg
../../component/wget/buildout.cfg
buildout.hash.cfg
parts =
# Call installation of slapos.cookbook egg defined in stack/slapos.cfg (needed
......@@ -61,7 +61,7 @@ parts =
[peertube]
recipe = slapos.recipe.build:download-unpacked
url = https://github.com/Chocobozzz/PeerTube/releases/download/v4.2.2/peertube-v4.2.2.zip
# md5sum =
md5sum = 1c9639748d66e8c49fc27e4705f87622
[peertube-build]
recipe = slapos.recipe.cmmi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment