alowiki -> wiki.alo.land
Move to generic folder name.
This commit is contained in:
@@ -29,8 +29,8 @@ job "wiki" {
|
|||||||
config {
|
config {
|
||||||
command = "/sw/bin/node"
|
command = "/sw/bin/node"
|
||||||
args = [
|
args = [
|
||||||
"/appdata/petruwiki/node_modules/tiddlywiki/tiddlywiki.js",
|
"/appdata/wiki/node_modules/tiddlywiki/tiddlywiki.js",
|
||||||
"/appdata/petruwiki/captainslog",
|
"/appdata/wiki/captainslog",
|
||||||
"--listen",
|
"--listen",
|
||||||
"host=0.0.0.0",
|
"host=0.0.0.0",
|
||||||
"port=${NOMAD_PORT_captainslog}",
|
"port=${NOMAD_PORT_captainslog}",
|
||||||
@@ -78,8 +78,8 @@ job "wiki" {
|
|||||||
config {
|
config {
|
||||||
command = "/sw/bin/node"
|
command = "/sw/bin/node"
|
||||||
args = [
|
args = [
|
||||||
"/appdata/petruwiki/node_modules/tiddlywiki/tiddlywiki.js",
|
"/appdata/wiki/node_modules/tiddlywiki/tiddlywiki.js",
|
||||||
"/appdata/petruwiki/alo",
|
"/appdata/wiki/alo",
|
||||||
"--listen",
|
"--listen",
|
||||||
"host=0.0.0.0",
|
"host=0.0.0.0",
|
||||||
"port=${NOMAD_PORT_alo}",
|
"port=${NOMAD_PORT_alo}",
|
||||||
@@ -108,6 +108,7 @@ job "wiki" {
|
|||||||
port = "alo"
|
port = "alo"
|
||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
|
"traefik.http.routers.alowiki.rule=Host(`wiki.alo.land`)",
|
||||||
"traefik.http.routers.alowiki.entryPoints=websecure",
|
"traefik.http.routers.alowiki.entryPoints=websecure",
|
||||||
"traefik.http.routers.alowiki.middlewares=authentik@file",
|
"traefik.http.routers.alowiki.middlewares=authentik@file",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user