From 6961d576e17deb0cf046c6d7d1684fc1e5f0e9f2 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:22:10 -0500 Subject: [PATCH] Add Jauth to Proxy (#570) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/jauth.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/jauth.yml diff --git a/software/jauth.yml b/software/jauth.yml new file mode 100644 index 0000000000..dc0c1004ae --- /dev/null +++ b/software/jauth.yml @@ -0,0 +1,12 @@ +name: "Jauth" +website_url: "https://github.com/Jipok/Jauth" +source_code_url: https://github.com/Jipok/Jauth +description: "Lightweight SSL/TLS reverse proxy with authorization (via Telegram and SSH) for self-hosted apps." +licenses: + - GPL-3.0 +platforms: + - Go +tags: + - Proxy +demo_url: "https://j.ateam.undo.it/" +depends_3rdparty: true \ No newline at end of file