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
Alain Takoudjou
slapos
Commits
0d4f4011
Commit
0d4f4011
authored
Jul 02, 2013
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slaprunner: launcher for nginx with ssl certificate, parameters for default sr, bug fix
parent
d1c790dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
software/slaprunner/instance-runner.cfg
software/slaprunner/instance-runner.cfg
+6
-5
No files found.
software/slaprunner/instance-runner.cfg
View file @
0d4f4011
...
...
@@ -40,7 +40,7 @@ run = $${:var}/run/
backup = $${:srv}/backup/
promises = $${:etc}/promise/
test = $${:etc}/test/
nginx-data = $${
root
directory:srv}/nginx
nginx-data = $${directory:srv}/nginx
ca-dir = $${:srv}/ssl
...
...
@@ -187,7 +187,7 @@ path_tmp = $${buildout:directory}/tmp
path_nginx_conf = $${directory:etc}/nginx.conf
# Executables
bin_nginx = ${nginx:location}/sbin/nginx
bin_launcher = $${directory:
services
}/launcher
bin_launcher = $${directory:
bin
}/launcher
# Utils
path_shell = ${dash:location}/bin/dash
...
...
@@ -237,8 +237,8 @@ crl = $${directory:ca-dir}/crl/
recipe = slapos.cookbook:certificate_authority.request
key-file = $${cadirectory:certs}/nginx_frontend.key
cert-file = $${cadirectory:certs}/nginx_frontend.crt
executable = $${
directory:services}/launcher
wrapper = $${directory:services}/
ca-launcher
executable = $${
nginx-launcher:rendered}
wrapper = $${directory:services}/
nginx-frontend
# Put domain name
name = example.com
...
...
@@ -263,9 +263,10 @@ return = site_url
#-- Send informations to SlapOS Master
[publish-connection-informations]
recipe = slapos.cookbook:publish
1_info = Set your passord in slaprunner in order to access cloud9
backend_url = $${slaprunner:access-url}
url = $${request-frontend:connection-site_url}
cloud9_url =
$${cloud9:access-url
}
cloud9_url =
https://[$${nginx-frontend:ip}]:$${nginx-frontend:port
}
ssh_command = ssh $${dropbear-runner-server:host} -p $${dropbear-runner-server:port}
password_recovery_code = $${recovery-code:passwd}
...
...
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