lint, add notice about vaultwarden and storage

This commit is contained in:
Aidan 2025-01-06 19:47:19 -05:00
parent 5d5ee1ad29
commit 2aeae8a240
2 changed files with 5 additions and 2 deletions

View File

@ -66,3 +66,4 @@ You will now have a fully functioning Node.js Express server, which will be runn
- [ ] Port to NextJS?
- [ ] Hovering effects for buttons
- [ ] Statistics animation

View File

@ -43,7 +43,7 @@
<hr>
<p>Upon creating your account, you will be allocated an account with the following:</p>
<ul class="list-group text-start">
<li class="list-group-item">4000 MB storage</li>
<li class="list-group-item">4000 MB storage (may vary)</li>
<li class="list-group-item">Webmail</li>
<li class="list-group-item">IMAP/SMTP access</li>
<li class="list-group-item">Spam protection</li>
@ -51,8 +51,10 @@
<li class="list-group-item">Vaultwarden password manager</li>
</ul>
<p class="text-start mt-3">You may request for additional storage, or increased account limits by contacting <a href="mailto:admin@p0ntus.com">admin<i class="fa-solid fa-at p"></i>p0ntus.com</a>. We operate under a "fair use" policy.</p>
<p class="text-start mt-3">You may also be limited in storage depending on your use. There is a 100% chance you will get 4000 MB if you would like to actually use the email service. Some people will not use their accounts and hold up disk quotas.</p>
<i class="il mt-3">Vaultwarden</i>
<hr>
<p class="text-start">Vaultwarden is a password manager that is included with your services. You can access it by visiting <a href="https://vaultwarden.p0ntus.com">vaultwarden.p0ntus.com</a> and creating a account.</p>
<p class="text-start">You do not need a p0ntus mail account to create a Vaultwarden account.</p>
</div>
<%- include('shards/footer') %>