pre release fixes 3
This commit is contained in:
parent
81e9489b8b
commit
db0a088492
4 changed files with 8 additions and 4 deletions
|
@ -14,7 +14,7 @@ $HTTP["host"] =~ "^files\.thirdculture\.top$" {
|
|||
"" => (
|
||||
(
|
||||
"host" => "gossa",
|
||||
"port" => 3001,
|
||||
"port" => 8001,
|
||||
"headers" => (
|
||||
"Host" => "$HTTP_HOST",
|
||||
"X-Forwarded-For" => "$REMOTE_ADDR"
|
||||
|
|
|
@ -5,7 +5,7 @@ $HTTP["host"] =~ "up\.thirdculture\.top" {
|
|||
"" => (
|
||||
"localhost" => (
|
||||
"host" => "transfer",
|
||||
"port" => 3880,
|
||||
"port" => 8080,
|
||||
"path" => "/web",
|
||||
"headers" => (
|
||||
"Host" => "$HTTP_HOST",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<body>
|
||||
<h1><span class="accent">Third Culture</span> Upload</h1>
|
||||
<form action="http://localhost:8080" method="POST" enctype="multipart/form-data">
|
||||
<form action="https://up.thirdculture.top" method="POST" enctype="multipart/form-data">
|
||||
<label for="fileInput">Choose file:</label>
|
||||
<input type="file" name="file" id="fileInput" required />
|
||||
<br><br>
|
||||
|
|
|
@ -6,7 +6,11 @@ This page is under construction to give time for our members to discuss and defi
|
|||
## Principals
|
||||
|
||||
Some general core principals important to third culture.
|
||||
|
||||
* Don't seek to do harm
|
||||
* Seek inspiration
|
||||
* No Illegal content
|
||||
* Intended purpose (public world and personal world)
|
||||
* **Include the outsider in good faith**
|
||||
* Many of the power structures we find ourselves subjugated by (and look to dismantle) are maintained through violence, oppression, mob mentality and control. Thus we are opposed to behavior that is fundamental to these oppressive systems such as racism, transphobia, sexism and homophobia.
|
||||
* Our priority is to motivate ourselves and each other through collective action/creation. As an outsider collective we do not want to become just another mainstream subculture and want to avoid outgrouping as much as possible. To this end we support any type of art or contribution to the community as equally valid as every other.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue