starting over since merge conflicts are a pain
parent
e0cdb2848f
commit
11d03746eb
@ -1,43 +1,5 @@
|
||||
<div style="margin-left:12px; margin-right:12px">
|
||||
<p style="text-align:center">
|
||||
Welcome to the Froth Zone!
|
||||
<br />
|
||||
<a href="https://bloat.froth.zone" rel="noopener noreferrer nofollow">
|
||||
Bloat FE
|
||||
</a>
|
||||
|
|
||||
<a href="https://glitch.froth.zone" rel="noopener noreferrer nofollow">
|
||||
Masto FE
|
||||
</a>
|
||||
|
|
||||
<a href="/main/all" rel="noopener noreferrer nofollow">
|
||||
Pleroma FE
|
||||
</a>
|
||||
|
|
||||
<a href="https://treebird.froth.zone" rel="noopener noreferrer nofollow">
|
||||
Treebird FE
|
||||
</a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://poopchan.org" rel="noopener noreferrer nofollow">
|
||||
Fchan
|
||||
</a>
|
||||
|
|
||||
<a href="https://funkwhale.samtherapy.net" rel="noopener noreferrer nofollow">
|
||||
Funkwhale
|
||||
</a>
|
||||
|
|
||||
<a href="https://mk.froth.zone" rel="noopener noreferrer nofollow">
|
||||
Misskey
|
||||
</a>
|
||||
|
|
||||
<a href="https://tube.froth.zone" rel="noopener noreferrer nofollow">
|
||||
PeerTube
|
||||
</a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://status.froth.zone/status" rel="noopener noreferrer nofollow">
|
||||
Everything else I host
|
||||
</a>
|
||||
</p>
|
||||
<center><p><a href="https://bloat.8777.ch">Epsilon Bloat FE</a> | <a href="https://tree.8777.ch">Sigma Treebird FE</a></p></center>
|
||||
<iframe width="100%" height="330" scrolling="no" frameborder="no" src="https://live.grumbulon.xyz/front/embed.html?&type=playlist&id=39"></iframe><br>
|
||||
<center><sub>brotip: you can close this dialog by enabling "Hide instance-specific panel" in the settings</sub></center><br>
|
||||
</div>
|
||||
|
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
TARGET="/opt/pleroma" # CHANGE ME
|
||||
|
||||
yarn install -D
|
||||
|
||||
rm -rf dist/*
|
||||
npm run build
|
||||
|
||||
rsync --update -Pr dist/ "${TARGET}/instance/static/"
|
||||
rsync --update -ra dist/static/ "${TARGET}/instance/static/static"
|
||||
rsync -ra instance/ "${TARGET}/instance/static/instance"
|
||||
|
@ -1,17 +1,5 @@
|
||||
<h2>Welcome to the Froth Zone!</h2>
|
||||
|
||||
<h4>
|
||||
You need a valid email to sign up.<br />You will be sent an validation email.
|
||||
</h4>
|
||||
<h6>If I know who you are I might make an exception to that.</h6>
|
||||
|
||||
<h3>Actual Terms</h3>
|
||||
<ol>
|
||||
<li>Do not post anything that is illegal in the US.</li>
|
||||
<li>Do not post anything NSFW without tagging it.</li>
|
||||
<li>Do not post only NSFW. Go somewhere else for that.</li>
|
||||
<li>No block evasion.</li>
|
||||
<li>No doxing.</li>
|
||||
<li>No spamming or shilling. Go back to Twitter.</li>
|
||||
<li>Do not imitate being someone without their permission.</li>
|
||||
</ol>
|
||||
<center><h3>all animals are equal, but some are more equal than others.</h3>
|
||||
<hr>
|
||||
the rules are: don't make me add rules<br>
|
||||
<img src="/static/rule98.gif">
|
||||
</center>
|
||||
|
Loading…
Reference in New Issue