From c322ee1023f27873cea4dbfc8fb382c6f953317c Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Sat, 21 Jan 2023 23:13:33 +0000 Subject: [PATCH 1/3] Add GitHub release badge (#74) Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/74 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8afae2..7507ab9 100644 --- a/README.md +++ b/README.md @@ -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) From 51a601aebf55471f7c452ea778ae67310d918cd5 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Sun, 22 Jan 2023 16:48:13 +0000 Subject: [PATCH 2/3] Remove well-known files (#75) We now host our well-known files using nginx which is better and more reliable. Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/75 --- _.well-known/matrix/client | 5 ----- _.well-known/matrix/server | 1 - _.well-known/matrix/support | 13 ------------- 3 files changed, 19 deletions(-) delete mode 100644 _.well-known/matrix/client delete mode 100644 _.well-known/matrix/server delete mode 100644 _.well-known/matrix/support 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 From 403eb98a7cdd2309a4d0544512d655c583828370 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Mon, 23 Jan 2023 14:26:51 +0000 Subject: [PATCH 3/3] Fix Drone CI badge and match style (#77) Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/77 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7507ab9..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)