From 22777a16a1e7c4ef8c08156554ac4f711b8e89e5 Mon Sep 17 00:00:00 2001 From: Stavros Date: Fri, 7 Feb 2025 19:12:53 +0200 Subject: [PATCH] chore: add discohook data --- assets/discohook.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 assets/discohook.json diff --git a/assets/discohook.json b/assets/discohook.json new file mode 100644 index 0000000..91acdb1 --- /dev/null +++ b/assets/discohook.json @@ -0,0 +1,22 @@ +{ + "content": null, + "embeds": [ + { + "title": "Welcome to Tinyauth Discord!", + "description": "Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic OAuth provider to all of your docker apps.\n\n**Information**\n\n• Github: \n• Website: ", + "url": "https://tinyauth.doesmycode.work", + "color": 7002085, + "author": { + "name": "Tinyauth" + }, + "footer": { + "text": "Updated at" + }, + "timestamp": "2025-02-06T22:00:00.000Z", + "thumbnail": { + "url": "https://github.com/steveiliop56/tinyauth/blob/main/site/public/logo.png?raw=true" + } + } + ], + "attachments": [] +}