Skip to content

realaravinth/Triox

 
 

Repository files navigation

Triox logo

Triox

Next Generation cloud storage server that is secure, fast, and reliable.

Build issues dependency status codecov
AGPL License Chat

Why Triox?

☘️ Open Source - We strongly believe in collaboration and transparency.

Speed - Get the most out of your hardware! Triox runs fast, even on weak hardware.

🔒 Security - We're using state-of-the-art algorithms and authentication methods to protect your data.

⛓️ Reliability - Built on top of the strong guarantees of the Rust programming language.

🛫 Easy Setup - Triox comes with batteries included and is easy to configure.

Features

Triox is still in an early stage but is already usable. The features we'd like to add before our first release can be found in this issue.

Demo

Hosted server

Sign in with username demo_user and password demo_password.

Sadly, we can't allow users to upload files due to legal restrictions. Since we can't guarantee that no illegal data will be uploaded the demo server runs in read-only mode.

triox-demo.aaron-erhardt.de

Self-hosted:

  1. Clone the repository
git clone https://github.com/Trioxidation/triox && cd triox
  1. Build and start Triox
docker-compose up -d --build

Triox should be accessible at http://localhost:3000

Contributing

Everyone is welcome to contribute to Triox. We are always open for new ideas, features and improvements.

The easiest way to contribute changes is to fork Triox, and then create a pull request to ask us to pull your changes into our repository. You can find a list of good first issues here.

Setup

See DEPLOYMENT.md for instructions

The API is documented in API.md.

About

A free file hosting server that focuses on speed, reliability and security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 78.8%
  • JavaScript 11.8%
  • HTML 9.0%
  • Other 0.4%