Porównaj commity

...

5 Commity

Autor SHA1 Wiadomość Data
Alexis 32fcb11ae9 Testing Codeberg Mirror 2023-07-07 01:39:23 -04:00
Alexis adac35b75b Testing Codeberg Mirror 2023-07-07 01:36:56 -04:00
Alexis 9c71d40b15 Testing Codeberg Mirror 2023-07-07 01:36:28 -04:00
Alexis 08d2dc996e Added Links 2023-07-07 01:15:27 -04:00
Alexis 3ad5cbc8d5 XMPP 2023-07-06 15:41:42 -04:00
2 zmienionych plików z 39 dodań i 3 usunięć

Wyświetl plik

@ -0,0 +1,30 @@
name: Sync With Codeberg Mirror
run-name: ${{ github.actor }} is syncing repo with Codeberg mirror
on:
push:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
Build:
runs-on: ubuntu-latest
steps:
# Setup Build Environment
- name: 🎉 The job was automatically triggered by a ${{ github.event_name }} event.
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: 🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!
run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- name: 🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}.
run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 💡 The ${{ github.repository }} repository has been cloned to the runner.
run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
# Mirror To Codeberg
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: "git@codeberg.org:alexis/block-meta-from-fedi.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH }}

Wyświetl plik

@ -10,10 +10,14 @@ You can also check out [the pact against Meta][fedipact] as well as [the explana
There's also an [article which explains why the Fediverse is very much against Meta joining][meta-and-mastodon-article].
If you're interested in [Google and XMPP, see this article][killing-decentralized-network].
# What's This Repo
This repo is a means to forcibly remove Meta from the Fediverse, by any means necessary. I've started this to collect a list of ip addresses which are owned by Meta and then to block Meta in ways that'll make life much more difficult for them. This includes silently dropping packets without notifying Meta, so their computers have to time out for each server which uses this method, as well as sending fake ActivityPub data to Meta and also throttling the connection, so as to slow their computers down and to make it harder for them to differentiate between which data is real, and which data is fake. It'll make their data much less valuable to anyone wanting to buy it.
This repo is both hosted on [Github][github-repo] and [Codeberg][codeberg-repo].
# Will They Actually Harm Me?
I'll let you read this info provided by Meta themselves.
@ -222,11 +226,12 @@ DISALLOW_UNAUTHENTICATED_API_ACCESS=true
* If you're a software developer, you can contribute pull requests to help improve our protection against Meta.
* Also, anyone can share [this repo][self] with others on the Fediverse, so please share this and convince your admins to take action to protect their users.
* Also, anyone can share this repo with others on the Fediverse, so please share this and convince your admins to take action to protect their users. You can either share the [Github][github-repo] link or the [Codeberg][codeberg-repo] link.
I intentionally set everything in this repo as Public Domain (or [CC0 1.0 Universal](License.md) where Public Domain does not exist). This way anyone can work on improving this anti-Meta measure without restriction.
[self]: https://github.com/alexisart/block-meta-from-fedi
[github-repo]: https://github.com/alexisart/block-meta-from-fedi
[codeberg-repo]: https://codeberg.org/alexis/block-meta-from-fedi
[cambridge-analytica]: https://www.reuters.com/legal/facebook-parent-meta-pay-725-mln-settle-lawsuit-relating-cambridge-analytica-2022-12-23/
[rohingya-genocide]: https://www.amnesty.org/en/latest/news/2022/09/myanmar-facebooks-systems-promoted-violence-against-rohingya-meta-owes-reparations-new-report/
[lgbt-discrimination]: https://www.aclu.org/news/lgbtq-rights/facebooks-discrimination-against-the-lgbt-community
@ -245,4 +250,5 @@ I intentionally set everything in this repo as Public Domain (or [CC0 1.0 Univer
[prageru-harassment]: https://www.threads.net/t/CuVohbUrs0c
[lott-transphobia]: https://www.threads.net/t/CuVobuboVKK
[zuck]: https://www.threads.net/@zuck
[meta-and-mastodon-article]: https://ianbetteridge.com/2023/06/21/meta-and-mastodon-whats-really-on-peoples-minds/
[meta-and-mastodon-article]: https://ianbetteridge.com/2023/06/21/meta-and-mastodon-whats-really-on-peoples-minds/
[killing-decentralized-network]: https://ploum.net/2023-06-23-how-to-kill-decentralised-networks.html