This commit is contained in:
Skylar "The Cobra" Widulski 2022-08-09 15:05:38 -04:00
commit 6d1cb439ea
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
3 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<div class=h><h2 id=site>How do I set up my user site?</h2> <a aria-hidden=true href=#site>#site</a></div>
<p>Simply place all the relevant site files in <code>~/public_html</code> for HTTP &amp; <code>~/public_gemini</code> for Gemini. This will be the root directory for your website/capsule. For example, if a user foo wanted a site, they would create <code>/home/foo/public_html/index.html</code>. A file <code>/bar</code> in foo's user site would be located at <code>/home/foo/public_html/bar</code>.</p>
<p>User sites for HTTP are rendered on the URL foo.vern.cc (vern.cc/~foo redirects to foo.vern.cc). User sites for Gemini render on both foo.vern.cc and vern.cc/~foo with no redirection.</p>
<p>User sites for HTTP are rendered on the URL foo.vern.cc and vern.cc/~foo. User sites for Gemini also render on both URLs</p>
<div class=h><h2 id=host-this>Can you host X?</h2> <a aria-hidden=true href=#host-this>#host-this</a></div>
<p>If you would like a service to be hosted by us, contact an admin and discuss it with them. You could also add it <a href=https://pad.vern.cc/pad/#/2/pad/edit/VS1bvdzSGTfujDR9J+brXvxb/>here</a>. We are always open to new services to host, but it may take a while to get it fully set up.</p>
@ -39,6 +39,9 @@
<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=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=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>

View File

@ -7,6 +7,7 @@
<!-- <li><a href=http://bloat.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>BloatFE</a> - A web client for Mastadon Network</li>
<li><a href=http://pad.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>CryptPad (Seperate Sign-up)</a> - Collaborative office suite that is end-to-end encrypted</li> -->
<li><a href=http://mail.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>E-mail</a> - Modoboa E-mail</li>
<li><a href=http://wm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Roundcube</a> - Browser-based multilingual IMAP client </li>
<li><a href=http://riot.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Element</a> - Secure collaboration and messaging</li>
<li><a href=http://rss.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>FreshRSS</a> - A free, self-hostable aggregator</li>
<li><a href=http://git.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Gitea</a> - A lightweight code hosting solution written in Go</li>

View File

@ -7,6 +7,7 @@
<li><a href=//pad.vern.cc>CryptPad (Seperate Sign-up)</a> - Collaborative office suite that is end-to-end encrypted</li>
<li><a href=ssh://vern.cc:2221>Devzat</a> - Chat over ssh!</li>
<li><a href=//mail.vern.cc>E-mail</a> - Modoboa E-mail</li>
<li><a href=//wm.vern.cc>Roundcube</a> - Browser-based multilingual IMAP client </li>
<li><a href=//riot.vern.cc>Element</a> - Secure collaboration and messaging</li>
<li><a href=//rss.vern.cc>FreshRSS</a> - A free, self-hostable aggregator</li>
<li><a href=//git.vern.cc>Gitea</a> - A lightweight code hosting solution written in Go</li>