Skip to content

Commit ea891b0

Browse files
Merge branch 'main' into patch-1
2 parents ecc0715 + bb3d833 commit ea891b0

File tree

5 files changed

+10
-19
lines changed

5 files changed

+10
-19
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,12 @@ jobs:
4343
echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"
4444
4545
- name: Deploy to IPFS
46-
uses: ipshipyard/ipfs-deploy-action@v1
46+
uses: ipfs/ipfs-deploy-action@1c46c3a36faff36031c94c8e8f4563ee5c38f172
4747
id: deploy
4848
with:
4949
path-to-deploy: ${{ env.BUILD_PATH }}
5050
storacha-key: ${{ secrets.STORACHA_KEY }}
5151
storacha-proof: ${{ secrets.STORACHA_PROOF }}
5252
github-token: ${{ github.token }}
53-
54-
# TODO: Add DNSLink update when needed
55-
#- name: Update DNSLink
56-
# if: github.event.workflow_run.head_branch == 'main'
57-
# uses: ipfs/[email protected]
58-
# with:
59-
# cid: ${{ steps.deploy.outputs.cid }}
60-
# dnslink_domain: 'docs.ipfs.tech'
61-
# cf_record_id: ${{ secrets.CF_RECORD_ID }}
62-
# cf_zone_id: ${{ secrets.CF_ZONE_ID }}
63-
# cf_auth_token: ${{ secrets.CF_AUTH_TOKEN }}
64-
# github_token: ${{ github.token }}
65-
# set_github_status: true
53+
retention-count: 10
54+
retention-days: 30

docs/community/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IPFS is home to a vibrant, diverse community of thousands of contributors and pa
1010

1111

1212
:::callout
13-
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [[email protected]](mailto:[email protected]) if you need to report a problem or address a grievance related to an abuse report.
13+
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [[email protected]](mailto:[email protected]) if you need to report a problem or address a grievance related to an abuse report. For reporting abuse at public utilities such as gateways, see the [abuse policy](https://about.ipfs.io/#reporting-abuse).
1414
:::
1515

1616
- [Get technical support and help in the IPFS forum](#get-technical-support-and-help) as you develop on IPFS.

docs/community/contribute/ways-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Learn about how to contribute to IPFS, the InterPlanetary File Syst
88
So you want to contribute to IPFS and the ecosystem? Here is a quick listing of things we need help with and how you can get started. Even if what you want to do is not listed here, we probably accept contributions for it! If you're unsure, please open an issue.
99

1010
:::callout
11-
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [[email protected]](mailto:[email protected]) if you need to report a problem or address a grievance related to an abuse report.
11+
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [[email protected]](mailto:[email protected]) if you need to report a problem or address a grievance related to an abuse report. For reporting abuse at public utilities such as gateways, see the [abuse policy](https://about.ipfs.io/#reporting-abuse).
1212
:::
1313

1414
## Code

docs/concepts/public-utilities.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ The IPFS Foundation provides the following public gateways:
2222

2323
These gateways block abusive content using the [Bad Bits Denylist](https://badbits.dwebops.pub/).
2424

25-
To report abusive content and content breaches of the [IPFS Community Code of Conduct](https://ipfs.fyi/coc), please send an email with the CIDs to [email protected].
25+
To report abusive content and content breaches of the [IPFS Community Code of Conduct](https://ipfs.fyi/coc), please use the [web form](https://ipfs.fyi/report-abuse). Alternatively, you can send an email with the CIDs to [email protected].
2626

2727
Technical operations are run by the Waterworks Community on behalf of the IPFS Foundation. To report any technical problems with these gateways, you can open an issue in the [Waterworks Community repository](https://github.com/ipshipyard/waterworks-community).
2828

2929
### Abuse Policy
3030

31-
When a takedown request for the `ipfs.io` and/or `dweb.link` gateway(s) is first received at [email protected], the sender will receive an automated system receipt. Next, someone from the takedown team will vet the request to validate that it is legitimate and should be accepted. Once the validity of the request has been established, it will be submitted for further processing.
31+
To submit a takedown request for the `ipfs.io` and/or `dweb.link` gateway(s), follow the instructions at [https://about.ipfs.io/#reporting-abuse](https://about.ipfs.io/#reporting-abuse). The recommended method is to use the [web form](https://ipfs.fyi/report-abuse). Alternatively, requests can be sent via email to [email protected].
32+
33+
When a takedown request is received, the sender will receive an automated system receipt. Next, someone from the takedown team will vet the request to validate that it is legitimate and should be accepted. Once the validity of the request has been established, it will be submitted for further processing.
3234

3335
From there, an internal system extracts the relevant information from the request and generates an entry for it in our takedown lists. The list is then published to our gateway nodes, and the content in question will return a 410 status when visited.
3436

docs/project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Looking to get further involved with the vibrant IPFS community and ecosystem? C
1010
## IPFS community and ecosystem
1111

1212
:::callout
13-
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [[email protected]](mailto:[email protected]) if you need to report a problem or address a grievance related to an abuse report.
13+
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [[email protected]](mailto:[email protected]) if you need to report a problem or address a grievance related to an abuse report. For reporting abuse at public utilities such as gateways, see the [abuse policy](https://about.ipfs.io/#reporting-abuse).
1414
:::
1515

1616
The community and ecosystem around the IPFS project is large, diverse, and abounds with opportunities for involvement. Learn more in the [Community section](../community/README.md).

0 commit comments

Comments
 (0)