From a2ffcf7db323a73fcdfc351fe826a2627f9575d4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Mar 2023 01:12:53 +0530 Subject: [PATCH] IPFS unworkable for now --- .drone.yml | 22 +--------------------- README.md | 3 --- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4bc3c5b..13e896b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/README.md b/README.md index 27a1f1d..d935e82 100644 --- a/README.md +++ b/README.md @@ -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).