IPFS unworkable for now

This commit is contained in:
root
2023-03-15 01:12:53 +05:30
parent 606beda368
commit a2ffcf7db3
2 changed files with 1 additions and 24 deletions
+1 -21
View File
@@ -21,27 +21,7 @@ steps:
from_secret: s3_access_key
secret_key:
from_secret: s3_secret_key
- name: ipfs-publish
image: ubuntu:latest
when:
branch:
- master
- _ci_self
environment:
MTLS_BUNDLE_KEY:
from_secret: mtls_bundle_key
IPFS_SHELL_URL:
from_secret: ipfs_shell_url
IPFS_IPNS_KEY:
from_secret: ipfs_ipns_key
commands:
- apt update && apt install -y ca-certificates age jq curl xz-utils
- curl -L -o ./ipfs-ezpublish https://minio.mumbai.xn--17b.net/public/ipfs-ezpublish && chmod +x ./ipfs-ezpublish
- curl -L -o ./certificate.tar.xz.age https://minio.mumbai.xn--17b.net/public/cert.tar.xz.age
- echo $MTLS_BUNDLE_KEY | base64 -d > /tmp/bundle.key
- mkdir -v /tmp/certificate
- age -d -i /tmp/bundle.key certificate.tar.xz.age | tar -Jxv -C /tmp/certificate
- ./ipfs-ezpublish -cert-file /tmp/certificate/cert.crt -private-key /tmp/certificate/cert.key -shell-url $IPFS_SHELL_URL -target dist -ipns-key $(echo $IPFS_IPNS_KEY | jq .[\"$DRONE_COMMIT_BRANCH\"])
# Libera is blocking my IP range
- name: matrix
image: plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f
-3
View File
@@ -25,9 +25,6 @@ There's an experimental branch implementing preferences & watch history syncing,
Production instances are updated infrequently, and do not include features that are introduced recently without extensive testing.
Piped-Material's Production instance is also available via IPFS at IPNS key `k51qzi5uqu5dl0a18rats73hcc6d5dtvtz9pjbpgzj6hl66b9za5i5wn0yzgjv`.
For example, it's available [via dweb.link](https://k51qzi5uqu5dl0a18rats73hcc6d5dtvtz9pjbpgzj6hl66b9za5i5wn0yzgjv.ipns.dweb.link) and [via cf-ipfs.com](https://k51qzi5uqu5dl0a18rats73hcc6d5dtvtz9pjbpgzj6hl66b9za5i5wn0yzgjv.ipns.cf-ipfs.com).
## Help
Join the Libera Chat channel [#piped-material via IRC](ircs://irc.libera.chat:6697/#piped-material).