Skip to content

Commit

Permalink
Moved website to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0X8 committed Aug 14, 2024
1 parent 5b27136 commit 88d6f7d
Show file tree
Hide file tree
Showing 16 changed files with 128 additions and 26 deletions.
13 changes: 5 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@fontsource-variable/readex-pro": "^5.0.13",
"@fontsource/noto-color-emoji": "^5.0.27",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.13",
Expand Down
7 changes: 7 additions & 0 deletions src/pages/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Contact us
---

# Contact us

For now, you can only reach out to us via [Instagram Direct Messages](https://www.instagram.com/acridotheresdotcom/). We are working on setting up a more formal communication channel. Stay tuned!
4 changes: 4 additions & 0 deletions src/pages/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Features
# TODO
---
4 changes: 4 additions & 0 deletions src/pages/guide_advanced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Access advanced features
# TODO
---
4 changes: 4 additions & 0 deletions src/pages/guide_get-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Get started
# TODO
---
File renamed without changes.
11 changes: 11 additions & 0 deletions src/pages/plus_backups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Acridotheres+ Backups
---

# Acridotheres+ Backups

Acridotheres+ Backups is a service that just stores your files. These can be optionally encrypted using WebAuth or custom encryption keys, and you can also share them with others using Archive Sharing.

These backups are also used internally to dynamically download archive files as needed, so you don't have to download a very large archive file just to access a single file in it.

Also, Acridotheres+ Backups are supported in our custom archive format HSSP natively since specification version 4 (released 2023) and through additional data in most of the other formats we support.
32 changes: 16 additions & 16 deletions src/pages/plus_pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ title: Acridotheres+ pricing

There are three pricing tiers for Acridotheres+:

| Feature | Plus | Pro | Enterprise |
| ------------------------------- | :-------------: | :-------------: | :--------------------: |
| Price (per month) | 1 € | 5 € | [Contact us](/contact) |
| Feature | Plus | Pro | Enterprise |
| ------------------------------- | :--------------------------: | :--------------------------: | :--------------------: |
| Price (per month) | 1 € | 5 € | [Contact us](/contact) |
| Price (per year) | 10 € <span>(-16% off)</span> | 45 € <span>(-25% off)</span> | [Contact us](/contact) |
| WebAuth tokens\* / month | 250 | 2000 | 5000+ |
| Max. active WebAuth entries\*\* | 75 | 750 | 2000+ |
| Upload storage | 32 GB | 128 GB | 2 TB+ |
| Backups | Yes | Yes | Yes |
| 2FA | Yes | Yes | Yes |
| Is 2FA optional? | Yes | Yes | No |
| Early access to new features | No | Yes | Yes |
| Statistics | No | Yes | Yes |
| Custom subdomain\*\*\* | No | Yes | Yes |
| Custom branding | No | No | Yes |
| Priority support | No | No | Yes |
| Team management | No | No | Yes |
| Advanced API access\*\*\*\* | No | No | Yes |
| WebAuth tokens\* / month | 250 | 2000 | 5000+ |
| Max. active WebAuth entries\*\* | 75 | 750 | 2000+ |
| Upload storage | 32 GB | 128 GB | 2 TB+ |
| Backups | Yes | Yes | Yes |
| 2FA | Yes | Yes | Yes |
| Is 2FA optional? | Yes | Yes | No |
| Early access to new features | No | Yes | Yes |
| Statistics | No | Yes | Yes |
| Custom subdomain\*\*\* | No | Yes | Yes |
| Custom branding | No | No | Yes |
| Priority support | No | No | Yes |
| Team management | No | No | Yes |
| Advanced API access\*\*\*\* | No | No | Yes |

\* Different authentication methods can use different amounts of tokens.

Expand Down
7 changes: 7 additions & 0 deletions src/pages/plus_sharing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Acridotheres+ Archive Sharing
---

# Acridotheres+ Archive Sharing

Acridotheres+ Archive Sharing is a service that allows you to share your archive with others over a link.
9 changes: 9 additions & 0 deletions src/pages/plus_webauth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Acridotheres+ WebAuth
---

# Acridotheres+ WebAuth

Acridotheres+ WebAuth is a service that allows you to access the keys for decrypting an archive without having to store them on your device. You can add time limits, revoke access, and more. You can use this service to lock your archive forever after it has been decrypted once, too.

Before the keys are sent to the client, the client has to authenticate with the service. We store the keys only after multiple complex cryptographic operations, and we do not store the keys in plain text. The keys are stored in a way that they can be decrypted only by the client that has the correct credentials. We also guarantee that it is in fact impossible to get the keys just by accessing the database.
22 changes: 22 additions & 0 deletions src/pages/source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Source code
---

# Source code

You can get the source code of our products here:

- [Desktop](https://github.com/acridotheres/acridotheres)
- [CLI](https://github.com/acridotheres/cli)
- [Mobile](https://github.com/acridotheres/mobile)
- [PWA](https://github.com/acridotheres/web)

All products listed above are built around the [Acridotheres Core Library](https://github.com/acridotheres/core).

Also, this website and the developer documentation are open source:

- [This website](https://github.com/acridotheres/website)
- [Acridotheres for Developers](https://github.com/acridotheres/developers)

Please take into account that the Acridotheres+ services are not open source, but we have documentation on how you can use their interfaces in your projects.
The documentation is detailed enough to help you build your own services that are compatible with Acridotheres, but these have to be trusted manually as they are not managed by us.
1 change: 1 addition & 0 deletions src/routes/+layout.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const prerender = true;
11 changes: 11 additions & 0 deletions src/routes/404/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<script lang="ts">
import { name } from '$appconfig';
</script>

<svelte:head>
<title>404 Not found | {name}</title>
</svelte:head>

<h1>404 Not found</h1>

<p>Go back to <a href="/">home</a>.</p>
25 changes: 25 additions & 0 deletions src/routes/download/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<svelte:head>
<title>Download | Acridotheres</title>
</svelte:head>

<h1>Download Acridotheres</h1>

<p><b>Note:</b> Acridotheres is not available for download yet, but you can build it from source.</p>

<p>Download the latest version of Acridotheres for your platform.</p>

<h2>Acridotheres (Desktop)</h2>

<a href="https://acridotheres.pcky.cc/acridotheres">Get here</a>

<h2>Acridotheres (CLI)</h2>

<a href="https://acridotheres.pcky.cc/acridotheres-cli">Get here</a>

<h2>Acridotheres (Mobile)</h2>

<a href="https://play.google.com/store/apps/details?id=com.acridotheres">Get here (Android only)</a>

<h2>Acridotheres (PWA)</h2>

<a href="https://web.acridotheres.com/">Open</a>
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check
import { mdsvex } from 'mdsvex';
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-static';
import preprocess from 'svelte-preprocess';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

Expand Down

0 comments on commit 88d6f7d

Please sign in to comment.