Why Triox?
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.
Self-hosted:
- Clone the repository
git clone https://github.com/Trioxidation/triox && cd triox
- 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
.