Add service name and instructions for adding

service to node
This commit is contained in:
Citlali del Rey 2023-11-02 23:05:06 -07:00
parent 6d20d13400
commit 2179d976d1
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@ secrets:
max_upload_size: 104857600
service_name: "pinserv"
database:
# SQLite
#type: 'sqlite'

View File

@ -43,7 +43,10 @@
your IPFS node at the endpoint <b><%= url_for('/api')->to_abs->scheme("https") %></b>
and give it the generated access token.
<br>
You can do this using Kubo's web interface, or by running the
command:
</p>
<pre>ipfs pin remote service add <%= $c->config->service_name %> <%= url_for('/api')->to_abs->scheme("https") %> &lt;SECRET KEY&gt;</pre>
<p>
<a href="https://docs.ipfs.tech/how-to/work-with-pinning-services/">More info on pinning</a>
</p>