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
47275893
Commit
47275893
authored
Oct 24, 2022
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
peertube: remove default.yaml
parent
1cda514d
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
755 deletions
+7
-755
software/peertube/buildout.hash.cfg
software/peertube/buildout.hash.cfg
+0
-4
software/peertube/instance.cfg.in
software/peertube/instance.cfg.in
+1
-7
software/peertube/software.cfg
software/peertube/software.cfg
+0
-5
software/peertube/template-nginx.cfg.in
software/peertube/template-nginx.cfg.in
+6
-6
software/peertube/template-peertube-default.yaml.in
software/peertube/template-peertube-default.yaml.in
+0
-733
No files found.
software/peertube/buildout.hash.cfg
View file @
47275893
...
...
@@ -28,10 +28,6 @@ filename = template-peertube-service.sh.in
filename = template-peertube-production.yaml.in
# md5sum = 458870b70c33a1621b68961ae2372ad5
[template-peertube-default]
filename = template-peertube-default.yaml.in
# md5sum = 458870b70c33a1621b68961ae2372ad5
[template-nginx-configuration]
filename = template-nginx.cfg.in
# md5sum = 6b11e79bcc7734d8629e1b6e6cb497e1
software/peertube/instance.cfg.in
View file @
47275893
...
...
@@ -8,7 +8,6 @@ parts =
postgresql
nginx-service
nginx-listen-promise
peertube-default-yaml
peertube-production-yaml
peertube-service
...
...
@@ -34,15 +33,10 @@ storage = $${:peertube_directory}/storage
versions = $${:peertube_directory}/versions
ssl = $${:etc}/ssl
[peertube-default-yaml]
recipe = slapos.recipe.template
url = ${template-peertube-default:output}
output = $${directory:config}/default.yaml
[peertube-production-yaml]
recipe = slapos.recipe.template
url = ${template-peertube-production:output}
output = $${directory:config}/p
roduction
.yaml
output = $${directory:config}/p
eertube
.yaml
[peertube-service]
recipe = slapos.recipe.template
...
...
software/peertube/software.cfg
View file @
47275893
...
...
@@ -94,11 +94,6 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/${:filename}
[template-peertube-default]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/${:filename}
[template-nginx-service]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
...
...
software/peertube/template-nginx.cfg.in
View file @
47275893
...
...
@@ -70,10 +70,10 @@ server {
root /var/www/certbot;
}
#
#
#
#
#
Security hardening (as of Nov 15, 2020)
#
#
based on Mozilla Guideline v5.6
#
#
#
##
# Security hardening (as of Nov 15, 2020)
# based on Mozilla Guideline v5.6
##
# ssl_protocols TLSv1.2 TLSv1.3;
# ssl_prefer_server_ciphers on;
...
...
@@ -83,8 +83,8 @@ server {
# ssl_session_tickets off;
# ssl_stapling on;
# ssl_stapling_verify on;
#
#
HSTS (https://hstspreload.org), requires to be copied in 'location' sections that have add_header directives
#
#
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";
# HSTS (https://hstspreload.org), requires to be copied in 'location' sections that have add_header directives
#add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";
##
# Application
...
...
software/peertube/template-peertube-default.yaml.in
deleted
100644 → 0
View file @
1cda514d
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