Commit 341424cf authored by Boxiang Sun's avatar Boxiang Sun

peertube: fixup

parent 227b3a70
...@@ -14,12 +14,12 @@ ...@@ -14,12 +14,12 @@
# not need these here). # not need these here).
[instance-profile] [instance-profile]
filename = instance.cfg.in filename = instance.cfg.in
# md5sum = 483b76d8e6bf72d72a38a3f7bf66fe08 # md5sum = a1f5431f98c2401282064d40bf809eed
[template-nginx-service] [template-nginx-service]
filename = template-nginx-service.sh.in filename = template-nginx-service.sh.in
# md5sum = 458870b70c33a1621b68961ae2372ad5 md5sum = 458870b70c33a1621b68961ae2372ad5
[template-nginx-configuration] [template-nginx-configuration]
filename = template-nginx.cfg.in filename = template-nginx.cfg.in
# md5sum = fc4f258e3ae56e0c9596484d736ccfed md5sum = 6b11e79bcc7734d8629e1b6e6cb497e1
...@@ -45,7 +45,7 @@ recipe = slapos.cookbook:generate.password ...@@ -45,7 +45,7 @@ recipe = slapos.cookbook:generate.password
[postgresql] [postgresql]
recipe = slapos.cookbook:postgres recipe = slapos.cookbook:postgres
bin = ${postgresql10:location}/bin/ bin = ${postgresql10:location}/bin/
services = $${directory:service} services = $${directory:services}
dbname = peertube_prod dbname = peertube_prod
superuser = peertube superuser = peertube
password = $${postgresql-password:passwd} password = $${postgresql-password:passwd}
...@@ -66,7 +66,7 @@ command-line = ...@@ -66,7 +66,7 @@ command-line =
[service-postgresql] [service-postgresql]
recipe = slapos.cookbook:postgres recipe = slapos.cookbook:postgres
bin = {{ postgresql_location }}/bin bin = {{ postgresql_location }}/bin
services= ${directory:service} services= $${directory:service}
################################# #################################
# Nginx service # Nginx service
......
[buildout] [buildout]
extends = extends =
buildout.hash.cfg
# buildout.hash.cfg is used for automated hash calculation of managed # buildout.hash.cfg is used for automated hash calculation of managed
# instance files by calling update-hash # instance files by calling update-hash
# buildout.hash.cfg # buildout.hash.cfg
...@@ -29,7 +30,6 @@ extends = ...@@ -29,7 +30,6 @@ extends =
../../component/redis/buildout.cfg ../../component/redis/buildout.cfg
../../component/git/buildout.cfg ../../component/git/buildout.cfg
../../component/wget/buildout.cfg ../../component/wget/buildout.cfg
buildout.hash.cfg
parts = parts =
# Call installation of slapos.cookbook egg defined in stack/slapos.cfg (needed # Call installation of slapos.cookbook egg defined in stack/slapos.cfg (needed
...@@ -61,7 +61,7 @@ parts = ...@@ -61,7 +61,7 @@ parts =
[peertube] [peertube]
recipe = slapos.recipe.build:download-unpacked recipe = slapos.recipe.build:download-unpacked
url = https://github.com/Chocobozzz/PeerTube/releases/download/v4.2.2/peertube-v4.2.2.zip url = https://github.com/Chocobozzz/PeerTube/releases/download/v4.2.2/peertube-v4.2.2.zip
# md5sum = md5sum = 1c9639748d66e8c49fc27e4705f87622
[peertube-build] [peertube-build]
recipe = slapos.recipe.cmmi 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