Skip to content

Commit

Permalink
feat: add 4EVERLAND pinning (#301)
Browse files Browse the repository at this point in the history
* Add 4EVERLAND to the IPFS PSA compliance checker

* fix: node lts breaks ts-node

---------

Co-authored-by: cachalots <wszwcy@gmail.com>
  • Loading branch information
SgtPooki and cachalots committed Jun 27, 2023
1 parent 5b2e2b1 commit e5fdf56
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .env-copy
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ ESTUARY_API_TOKEN=
NFT_API_ENDPOINT=https://nft.storage/api
NFT_API_TOKEN=

FOREVERLAND_API_ENDPOINT=https://api.4everland.dev
FOREVERLAND_API_TOKEN=

NODE_ENV=development
4 changes: 2 additions & 2 deletions .github/workflows/build-all-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present lint
- run: npm run --if-present dep-check
Expand All @@ -36,6 +36,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present build
21 changes: 21 additions & 0 deletions .github/workflows/build-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,24 @@ jobs:
with:
name: web3-report
path: docs/api.web3.storage.md

check-4everland-compliance:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: ipfs/aegir/actions/cache-node-modules@master
- name: Reports Cache
uses: actions/cache@v3
with:
path: docs
key: ${{ github.sha }}-4everland
- run: npm run dev-start -- -s ${{ secrets.FOREVERLAND_API_ENDPOINT }} ${{secrets.FOREVERLAND_API_TOKEN}}
- uses: actions/upload-artifact@v3
with:
name: 4everland-logs
path: docs/api.4everland.dev
- uses: actions/upload-artifact@v3
with:
name: 4everland-report
path: docs/api.4everland.dev.md
2 changes: 1 addition & 1 deletion .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18
- uses: ipfs/aegir/actions/cache-node-modules@master
- uses: ipfs/aegir/actions/docker-login@master
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
with:
path: docs
key: ${{ github.sha }}-crust
- name: Reports Cache
uses: actions/cache@v3
with:
path: docs
key: ${{ github.sha }}-4everland
- name: Scheduled deployment
uses: s0/git-publish-subdir-action@92faf786f11dfa44fc366ac3eb274d193ca1af7e
env:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
direnv 2.30.3
nodejs 18.2.0
nodejs 18.16.0
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Periodically tested:
* [Pinata](./api.pinata.cloud.md)
* [web3.storage](./api.web3.storage.md)
* [nft.storage](./nft.storage.md)
* [4EVERLAND](./api.4everland.dev.md)

Want to add your service to the list? [Open an issue](https://github.com/ipfs-shipyard/pinning-service-compliance/issues/new).

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"ipfs-core-types": "^0.11.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"ts-node": "^10.9.1",
"typescript": "^4.6.4"
},
"dependencies": {
Expand Down

0 comments on commit e5fdf56

Please sign in to comment.