Implementation of file node from any-sync
protocol.
To ensure compatibility, please use Go version 1.19
.
To build and run the Any-Sync File Node on your own server, follow these technical steps:
- Clone the Any-Sync File Node repository to your local machine.
- Navigate to the root directory of the repository, where you will find a
Makefile
. - Run the following commands to install the required dependencies and build the Any-Sync File Node.
make deps make build
- If there are no errors, the Any-Sync File Node will be built and can be found in the
/bin
directory.
You will need an S3-compatible object storage and Redis to run Any-Sync File Node. Note that credentials are necessary to make requests to S3. For more information, refer to the aws-sdk-go
documentation.
Any-Sync File Node requires a configuration. You can generate configuration files for your nodes with any-sync-network
tool.
The following options are available for running the Any-Sync File Node:
-c
— path to config file (defaultetc/any-sync-filenode.yml
).-v
— current version.-h
— help message.
Thank you for your desire to develop Anytype together.
Currently, we're not ready to accept PRs, but we will in the nearest future.
Follow us on Github and join the Contributors Community.
Made by Any — a Swiss association 🇨🇭
Licensed under MIT License.