The Tardigrade network allows you to store and retrieve your data, but it is not made for hosting dynamic web sites.
To publish your site, your need to have either compute service which will run your web-server, or web-service. The Tardigrade object storage does not offer compute or web services to host your site.
Instead it offers S3-compatible object storage.
However, it could host a static web-site:
If your site uses the S3 object storage already, you can easily switch to Tardigrade:
1. Run the S3 gateway on your hosting.
2. Configure your S3 part to work with our S3 Gateway
instead of AWS S3:
* endpoint: http://localhost:7777
* AWS Access Key ID
can be taken from the log of the S3 Gateway
* AWS Secret Access Key
can be taken from the log of the S3 Gateway
Or you can use the Tardigrade directly (without an intermediate S3 Gateway) via Uplink CLI or programmable access via libuplink.
The more detailed guides for Tardigrade you can find here.
Comments
0 comments
Please sign in to leave a comment.