mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
IPFS unworkable for now
This commit is contained in:
+1
-21
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user