generated from Le0X8/sveltekit-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
128 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Features | ||
# TODO | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Access advanced features | ||
# TODO | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Get started | ||
# TODO | ||
--- |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const prerender = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters