diff --git a/README.md b/README.md index c8afae2..04912ee 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
-[![Build Status](https://drone.anonymousland.org/api/badges/anonymousland/anonymousland/status.svg)](https://drone.anonymousland.org/anonymousland/anonymousland) +![Drone (self-hosted)](https://img.shields.io/drone/build/anonymousland/anonymousland?server=https%3A%2F%2Fdrone.anonymousland.org&style=flat-square) ![Website](https://img.shields.io/website?down_color=red&down_message=down&style=flat-square&up_color=green&up_message=up&url=https%3A%2F%2Fanonymousland.org%2F) ![Security Headers](https://img.shields.io/security-headers?style=flat-square&url=https%3A%2F%2Fanonymousland.org%2F) ![GitHub contributors](https://img.shields.io/github/contributors/anonyland/anonymousland?label=GitHub%20contributors&style=flat-square) @@ -18,6 +18,7 @@ ![GitHub](https://img.shields.io/github/license/anonyland/anonymousland?style=flat-square) ![GitHub Repo stars](https://img.shields.io/github/stars/anonyland/anonymousland?label=GitHub%20stars&style=flat-square) ![Maintenance](https://img.shields.io/maintenance/yes/2023?style=flat-square) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/anonyland/anonymousland?style=flat-square)
diff --git a/_.well-known/matrix/client b/_.well-known/matrix/client deleted file mode 100644 index e4832a6..0000000 --- a/_.well-known/matrix/client +++ /dev/null @@ -1,5 +0,0 @@ -{ - "m.homeserver": { - "base_url": "https://matrix.anonymousland.org:443" - } -} \ No newline at end of file diff --git a/_.well-known/matrix/server b/_.well-known/matrix/server deleted file mode 100644 index 9451165..0000000 --- a/_.well-known/matrix/server +++ /dev/null @@ -1 +0,0 @@ -{"m.server": "matrix.anonymousland.org:443"} \ No newline at end of file diff --git a/_.well-known/matrix/support b/_.well-known/matrix/support deleted file mode 100644 index 5b9cff9..0000000 --- a/_.well-known/matrix/support +++ /dev/null @@ -1,13 +0,0 @@ -{ - admins: [{ - matrix_id: "@deathrow:anonymousland.org", - email_address: "privatedeathrow@proton.me", - role: "admin" - }, - { - matrix_id: "@nebulaonion:anonymousland.org", - email_address: "nebulaonion@tutanota.com", - role: "admin" - }], - support_page: "https://anonymousland.org/services" -} \ No newline at end of file