add userquota faq

This commit is contained in:
Arya Kiran 2022-11-10 11:08:38 +05:30
parent 119ef4d2de
commit cf3e48449c
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@
<div class=h><h2 id=ipv6>Why can't I access vern services over IPv6?</h2> <a aria-hidden=true href=#ipv6>#ipv6</a></div>
<p>Sadly, our tildeserver's ISP does not provide IPv6. Therefore IPv6 won't be possible until we sort it out.</a>.</p>
<div class=h><h2 id=quota>When I try to copy a file it says Quota Reached</h2> <a aria-hidden=true href=#quota>#quota</a></div>
<p>To prevent zip bombing and related activities on the Pubnix, we make use of ZFS User Quotas.</p>
<p>If you have a real use case for more than 20 GiB of storage, please contact an admin. We only need a solid reason and an assurance that you won't zip bomb or similar the PubnixVM.</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>, <code>public_gopher</code> or <code>public_gemini</code> readable and executable.</p>