Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos
Commits
341424cf
Commit
341424cf
authored
2 years ago
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
peertube: fixup
parent
227b3a70
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
software/peertube/buildout.hash.cfg
software/peertube/buildout.hash.cfg
+3
-3
software/peertube/instance.cfg.in
software/peertube/instance.cfg.in
+2
-2
software/peertube/software.cfg
software/peertube/software.cfg
+2
-2
No files found.
software/peertube/buildout.hash.cfg
View file @
341424cf
...
...
@@ -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
This diff is collapsed.
Click to expand it.
software/peertube/instance.cfg.in
View file @
341424cf
...
...
@@ -45,7 +45,7 @@ recipe = slapos.cookbook:generate.password
[postgresql]
recipe = slapos.cookbook:postgres
bin = ${postgresql10:location}/bin/
services = $${directory:service}
services = $${directory:service
s
}
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
...
...
This diff is collapsed.
Click to expand it.
software/peertube/software.cfg
View file @
341424cf
[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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment