Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
open-source
catalog
Commits
fc82b5a8
Commit
fc82b5a8
authored
Jan 12, 2018
by
Fabio Montefuscolo
Browse files
Add Rancher-Active-Proxy to catalog
parent
b566fccd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
0 deletions
+63
-0
templates/rancher-active-proxy/0/answers.txt
templates/rancher-active-proxy/0/answers.txt
+6
-0
templates/rancher-active-proxy/0/catalogIcon-rancher-active-proxy.png
...ncher-active-proxy/0/catalogIcon-rancher-active-proxy.png
+0
-0
templates/rancher-active-proxy/0/docker-compose.yml
templates/rancher-active-proxy/0/docker-compose.yml
+24
-0
templates/rancher-active-proxy/0/rancher-compose.yml
templates/rancher-active-proxy/0/rancher-compose.yml
+33
-0
No files found.
templates/rancher-active-proxy/0/answers.txt
0 → 100644
View file @
fc82b5a8
PATH=/data/rancher-active-proxy
DEFAULT_HOST=
DEFAULT_EMAIL=foo\@bar.com
DEFAULT_PORT=80
CRON='0 2 * * *'
DEBUG=False
templates/rancher-active-proxy/0/catalogIcon-rancher-active-proxy.png
0 → 100644
View file @
fc82b5a8
8.41 KB
templates/rancher-active-proxy/0/docker-compose.yml
0 → 100644
View file @
fc82b5a8
version
:
'
2'
services
:
Rancher-Active-Proxy
:
image
:
hacklab/rancher-active-proxy
environment
:
DEFAULT_HOST
:
${DEFAULT_HOST}
DEFAULT_EMAIL
:
${DEFAULT_EMAIL}
CRON
:
${CRON}
DEBUG
:
${DEBUG}
DEFAULT_PORT
:
${DEFAULT_PORT}
stdin_open
:
true
volumes
:
-
${PATH}/htpasswd:/etc/nginx/htpasswd
-
${PATH}/vhost.d:/etc/nginx/vhost.d
-
${PATH}/letsencrypt:/etc/letsencrypt
tty
:
true
ports
:
-
${DEFAULT_PORT}:80/tcp
-
443:443/tcp
labels
:
io.rancher.container.pull_image
:
always
{{
- if eq .Values.scheduler_global "true"
}}
io.rancher.scheduler.global
:
true
{{
- end
}}
templates/rancher-active-proxy/0/rancher-compose.yml
0 → 100644
View file @
fc82b5a8
.catalog
:
name
:
"
Initial
Version"
version
:
"
v0.0.1"
questions
:
-
variable
:
PATH
label
:
"
Path
to
save
config
on
host"
default
:
"
/data/rancher-active-proxy"
type
:
string
-
variable
:
DEFAULT_HOST
label
:
"
Default
Virtual
Host
to
use"
type
:
string
-
variable
:
DEFAULT_EMAIL
label
:
"
Default
Email
to
use
for
Letsencrypt"
default
:
"
sysadmin@hacklab.com.br"
type
:
string
-
variable
:
DEFAULT_PORT
label
:
"
Default
Port
to
use"
default
:
"
80"
type
:
string
-
variable
:
CRON
label
:
"
Auto
renew
cron
like
setup"
default
:
"
0
2
*
*
*"
type
:
string
-
variable
:
DEBUG
label
:
"
Set
to
true
to
enable
debug"
default
:
"
True"
type
:
string
-
variable
:
scheduler_global
label
:
"
Run
RAP
on
all
hosts"
required
:
false
default
:
"
false"
type
:
"
boolean"
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