Go to file
Anatolios Laskaris f6fe429e92
chore: Build arm64 images (#172)
* Revert "chore(main): release distro 0.2.5 (#171)"

This reverts commit 8c5387017d.

* Build arm64
2023-09-07 16:12:56 +03:00
.github chore: Build arm64 images (#172) 2023-09-07 16:12:56 +03:00
.vscode Handle SIGTERM (#3) 2021-06-24 20:00:55 +03:00
deploy chore(naming): Rename rust-peer to nox (#152) 2023-06-06 14:52:27 -06:00
docker chore: Prepare for multiplatform build (#148) 2023-06-05 18:05:24 +03:00
docs chore(naming): Rename rust-peer to nox (#152) 2023-06-06 14:52:27 -06:00
fluence fix(deps): Update Nox to 0.14.5 2023-09-07 12:37:18 +00:00
s6 chore: Prepare for multiplatform build (#148) 2023-06-05 18:05:24 +03:00
.gitignore chore(main): release distro 0.2.4 (#170) 2023-09-07 05:01:55 +04:00
CHANGELOG.md chore: Build arm64 images (#172) 2023-09-07 16:12:56 +03:00
CONTRIBUTING.md chore: Reorganize directory structure and update README [fixes FLU-276] (#96) 2023-02-22 09:42:26 +02:00
Dockerfile chore: Use pnpm to install node packages (#165) 2023-07-26 21:57:45 +03:00
LICENSE Initial commit 2021-06-21 16:37:26 +03:00
README.md chore(naming): Rename rust-peer to nox (#152) 2023-06-06 14:52:27 -06:00

Nox Distro

The distributive and packaging of the nox.

Installation and usage

docker run -d --name nox -e RUST_LOG="info" -p 7777:7777 -p 9999:9999 fluencelabs/nox:latest --local

To get a list of commands that can be passed to nox run:

docker run --rm --name nox fluencelabs/nox:latest --help

See deployment instructions and tips at deploy.

Documentation

Comprehensive documentation on everything related to Fluence can be found here. Check also our YouTube channel.

Support

Please, file an issue if you find a bug. You can also contact us at Discord or Telegram. We will do our best to resolve the issue ASAP.

Contributing

Any interested person is welcome to contribute to the project. Please, make sure you read and follow some basic rules. The Contributor License Agreement can be found here.

License

All software code is copyright (c) Fluence Labs, Inc. under the Apache-2.0 license.