pre release fixes
This commit is contained in:
parent
79de710800
commit
6cca2a6ab5
4 changed files with 12 additions and 12 deletions
|
@ -6,7 +6,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
container_name: werc
|
container_name: werc
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 3080:80
|
||||||
environment:
|
environment:
|
||||||
- HOSTNAME=thirdculture.top
|
- HOSTNAME=thirdculture.top
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -20,7 +20,7 @@ services:
|
||||||
image: pldubouilh/gossa
|
image: pldubouilh/gossa
|
||||||
container_name: gossa
|
container_name: gossa
|
||||||
ports:
|
ports:
|
||||||
- 8001:8001
|
- 3001:8001
|
||||||
volumes:
|
volumes:
|
||||||
- ./werc/sites/thirdculture.top/_files:/shared
|
- ./werc/sites/thirdculture.top/_files:/shared
|
||||||
- ./werc/sites/ppl.thirdculture.top:/shared/people
|
- ./werc/sites/ppl.thirdculture.top:/shared/people
|
||||||
|
@ -31,7 +31,7 @@ services:
|
||||||
image: dutchcoders/transfer.sh:latest
|
image: dutchcoders/transfer.sh:latest
|
||||||
container_name: transfer
|
container_name: transfer
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "3880:8080"
|
||||||
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/"]
|
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/"]
|
||||||
volumes:
|
volumes:
|
||||||
- ./transfer/uploads:/uploads
|
- ./transfer/uploads:/uploads
|
||||||
|
|
|
@ -14,7 +14,7 @@ $HTTP["host"] =~ "^files\.thirdculture\.top$" {
|
||||||
"" => (
|
"" => (
|
||||||
(
|
(
|
||||||
"host" => "gossa",
|
"host" => "gossa",
|
||||||
"port" => 8001,
|
"port" => 3001,
|
||||||
"headers" => (
|
"headers" => (
|
||||||
"Host" => "$HTTP_HOST",
|
"Host" => "$HTTP_HOST",
|
||||||
"X-Forwarded-For" => "$REMOTE_ADDR"
|
"X-Forwarded-For" => "$REMOTE_ADDR"
|
||||||
|
|
|
@ -5,7 +5,7 @@ $HTTP["host"] =~ "up\.thirdculture\.top" {
|
||||||
"" => (
|
"" => (
|
||||||
"localhost" => (
|
"localhost" => (
|
||||||
"host" => "transfer",
|
"host" => "transfer",
|
||||||
"port" => 8080,
|
"port" => 3880,
|
||||||
"path" => "/web",
|
"path" => "/web",
|
||||||
"headers" => (
|
"headers" => (
|
||||||
"Host" => "$HTTP_HOST",
|
"Host" => "$HTTP_HOST",
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<div>
|
<div>
|
||||||
[
|
[
|
||||||
<a href="http://thirdculture.top">home</a> |
|
<a href="https://thirdculture.top">home</a> |
|
||||||
<a href="http://ppl.thirdculture.top">members</a> |
|
<a href="https://ppl.thirdculture.top">members</a> |
|
||||||
<a href="http://events.thirdculture.top">events</a> |
|
<a href="https://events.thirdculture.top">events</a> |
|
||||||
<a href="http://music.thirdculture.top">music</a> |
|
<a href="https://music.thirdculture.top">music</a> |
|
||||||
<a href="http://social.thirdculture.top">social</a> |
|
<a href="https://social.thirdculture.top">social</a> |
|
||||||
<a href="http://visual.thirdculture.top">visual</a> |
|
<a href="https://visual.thirdculture.top">visual</a> |
|
||||||
<a href="http://thirdculture.top/wiki">wiki</a>
|
<a href="https://thirdculture.top/wiki">wiki</a>
|
||||||
]
|
]
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue