Add faq for user site perms

Signed-off-by: Aleksandar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-06-19 19:45:35 -04:00
parent dd0ef39937
commit 4ff1256437
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,11 @@
<div class=h><h2 id=broken>Why is X broken?</h2> <a aria-hidden=true href=#broken>#broken</a></div>
<p>If a service is not working, please inform an <a href=/admins>admin</a>.</p>
<div class=h><h2 id=user-site-error>Why do I get an error when trying to access my user site? I have everything in <code>~/public_html</code>!</h2> <a aria-hidden=true href=#user-site-error>#user-site-error</a></div>
<p>Typically this happens because of incorrect permissions in the folder.</p>
<p>The <code>www-data</code> user must be able to read your website directory, so make your home directory executable and <code>public_html</code> or <code>public_gemini</code> readable and executable.</p>
<p>You can fix the permissions by running <code>chmod 711 ~; chmod 755 ~/public_html ~/public_gemini</code></p>
<div class=h><h2 id=shill>Why do ~vern admins shill ~vern so much?</h2> <a aria-hidden=true href=#shill>#shill</a></div>
<p>We shill ~vern because we are passionate about it. Arya told me to add this question here. This question is only here as a joke.</p>
<!--#include file="footer" -->

View File

@ -15,6 +15,7 @@
<ul>
<li>Do not attempt to disrupt ~vern's ability to provide any of our services. This includes, but isn't limited to: attempting to <a href=//en.wikipedia.org/wiki/Cryptocurrency#Mining>cryptomine</a> in the tilde, spamming e-mail or in the official matrix rooms, or attempting to distribute malware.</li>
<li>Respect the American and Canadian legislation, as our servers are located there. Some examples of unacceptable behavior in accordance to the law include, but are not limited to: harassment and unauthorized copying and/or distribution of copyrighted content.</li>
<!-- <li>All user content <b>hosted on our servers</b> must be free as in freedom. This means that any software (e.g. on Gitea) must be free software as defined by the FSF, and other media must grant the four essential freedoms as well. It must grant the user the freedom to use/view, copy, distribute, study, and change the media <b>for any purpose</b>. If you are unsure about a license, contact an <a href=/admins>admin</a>.</li> -->
</ul>
<div class=h><h4 id=guidelines>Community guidelines</h4> <a aria-hidden=true href=#guidelines>#guidelines</a></div>
<ul>