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