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