Go to file
Anatolios Laskaris 1178e8697d
chore: Revert update builtin (#137)
* Revert "fix(deps): Update aqua-ipfs to 0.5.13"

This reverts commit 4b4b1db73d.

* Revert "Revert "fix(deps): Update aqua-ipfs to 0.5.13""

This reverts commit 01783693a1.

* Revert "fix(deps): Update trust-graph to 0.4.5"

This reverts commit 002af433fa.

* Revert "fix(deps): Update trust-graph to 0.4.3"

This reverts commit 6554394929.

* Revert "fix(deps): Update connector to 0.4.9"

This reverts commit 15f0854394.

* Revert "fix(deps): Update registry to 0.8.5"

This reverts commit dbbd6a63be.

* Revert "fix(deps): Update aqua-ipfs to 0.5.13"

This reverts commit 4b4b1db73d.
2023-05-10 16:41:28 +03:00
.github chore(main): release distro 0.1.17 (#133) 2023-05-06 13:25:17 -04:00
.vscode Handle SIGTERM (#3) 2021-06-24 20:00:55 +03:00
deploy chore: Update promtail config to use new log format (#134) 2023-05-08 22:23:21 -04:00
docs fix: Do deploy connector always (#114) 2023-03-13 09:41:53 +02:00
fluence chore: Revert update builtin (#137) 2023-05-10 16:41:28 +03:00
s6 fix: Do not start IPFS daemon when IPFS_DAEMON is false (#136) 2023-05-08 13:53:46 -04:00
.gitignore Add services.json & fluence.json (#8) 2021-09-02 12:48:48 +03:00
CHANGELOG.md chore(main): release distro 0.1.17 (#133) 2023-05-06 13:25:17 -04:00
CONTRIBUTING.md chore: Reorganize directory structure and update README [fixes FLU-276] (#96) 2023-02-22 09:42:26 +02:00
Dockerfile feat(dockerfile): set default env variables for decider [NET-460] (#128) 2023-04-27 10:22:37 -04:00
LICENSE Initial commit 2021-06-21 16:37:26 +03:00
README.md chore: Add observability to docker-compose (#113) 2023-03-22 17:59:01 +02:00

Rust Peer Distro

The distributive and packaging of the Rust peer.

Installation and usage

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

To get a list of commands that can be passed to rust-peer run:

docker run --rm --name rust-peer fluencelabs/rust-peer: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.