From 673ea0888c1019bb8ff1cc9196862e865581be3a Mon Sep 17 00:00:00 2001 From: IgorKhomenko Date: Thu, 9 Jan 2025 10:32:30 +0200 Subject: [PATCH 1/7] add SAMA chat platform --- software/sama.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 software/sama.yml diff --git a/software/sama.yml b/software/sama.yml new file mode 100644 index 0000000000..318be0fefd --- /dev/null +++ b/software/sama.yml @@ -0,0 +1,15 @@ +name: SAMA +website_url: https://samacloud.io +source_code_url: https://github.com/SAMA-Communications +description: "Next-Gen self-hosted chat server and clients" +licenses: + - GPL-3.0 + - Apache-2.0 +platforms: + - Nodejs + - Javascript + - Dart +tags: + - Communication - Custom Communication Systems +demo_url: "https://app.samacloud.io" +related_software_url: "https://github.com/SAMA-Communications" \ No newline at end of file From 8ffafe577495e3ddea6c259dfa84a17ac5725d28 Mon Sep 17 00:00:00 2001 From: IgorKhomenko Date: Thu, 9 Jan 2025 10:34:20 +0200 Subject: [PATCH 2/7] updated software/sama.yml --- software/sama.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/sama.yml b/software/sama.yml index 318be0fefd..dc9ba84155 100644 --- a/software/sama.yml +++ b/software/sama.yml @@ -8,7 +8,6 @@ licenses: platforms: - Nodejs - Javascript - - Dart tags: - Communication - Custom Communication Systems demo_url: "https://app.samacloud.io" From 12f8f824746f5e574cbed0ddcde49b93448b5146 Mon Sep 17 00:00:00 2001 From: IgorKhomenko Date: Mon, 13 Jan 2025 15:00:36 +0200 Subject: [PATCH 3/7] make linter happy --- software/sama.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/sama.yml b/software/sama.yml index dc9ba84155..1e8b104410 100644 --- a/software/sama.yml +++ b/software/sama.yml @@ -1,7 +1,7 @@ name: SAMA website_url: https://samacloud.io source_code_url: https://github.com/SAMA-Communications -description: "Next-Gen self-hosted chat server and clients" +description: Next-Gen self-hosted chat server and clients. licenses: - GPL-3.0 - Apache-2.0 From d0a0f2595f3e8f66bd0bdc293b121072b3de4051 Mon Sep 17 00:00:00 2001 From: IgorKhomenko Date: Mon, 13 Jan 2025 15:39:15 +0200 Subject: [PATCH 4/7] feedback --- software/sama.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/software/sama.yml b/software/sama.yml index 1e8b104410..531631abdb 100644 --- a/software/sama.yml +++ b/software/sama.yml @@ -1,14 +1,13 @@ name: SAMA website_url: https://samacloud.io -source_code_url: https://github.com/SAMA-Communications +source_code_url: https://github.com/SAMA-Communications/sama-server description: Next-Gen self-hosted chat server and clients. licenses: - GPL-3.0 - Apache-2.0 platforms: - Nodejs - - Javascript tags: - Communication - Custom Communication Systems demo_url: "https://app.samacloud.io" -related_software_url: "https://github.com/SAMA-Communications" \ No newline at end of file +related_software_url: "https://github.com/SAMA-Communications/sama-client" \ No newline at end of file From 05e44d43504f7b12897fd4cf5129a07699d2cf02 Mon Sep 17 00:00:00 2001 From: IgorKhomenko Date: Mon, 13 Jan 2025 15:51:51 +0200 Subject: [PATCH 5/7] removed demo url; --- software/sama.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/sama.yml b/software/sama.yml index 531631abdb..3e1d3aa340 100644 --- a/software/sama.yml +++ b/software/sama.yml @@ -9,5 +9,4 @@ platforms: - Nodejs tags: - Communication - Custom Communication Systems -demo_url: "https://app.samacloud.io" related_software_url: "https://github.com/SAMA-Communications/sama-client" \ No newline at end of file From 8b44d4bf6d67773b7ac6150782ffa9ac55ae5323 Mon Sep 17 00:00:00 2001 From: IgorKhomenko Date: Mon, 20 Jan 2025 10:42:40 +0200 Subject: [PATCH 6/7] feedback --- software/sama.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/sama.yml b/software/sama.yml index 3e1d3aa340..37bfd5711f 100644 --- a/software/sama.yml +++ b/software/sama.yml @@ -4,9 +4,9 @@ source_code_url: https://github.com/SAMA-Communications/sama-server description: Next-Gen self-hosted chat server and clients. licenses: - GPL-3.0 - - Apache-2.0 platforms: - Nodejs + - Docker tags: - Communication - Custom Communication Systems related_software_url: "https://github.com/SAMA-Communications/sama-client" \ No newline at end of file From 2851cc17a3cf5f8ef8b67c09422be51dbc02b32c Mon Sep 17 00:00:00 2001 From: IgorKhomenko Date: Thu, 30 Jan 2025 09:34:09 +0200 Subject: [PATCH 7/7] added demo url --- software/sama.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/software/sama.yml b/software/sama.yml index 37bfd5711f..2e24ed41fc 100644 --- a/software/sama.yml +++ b/software/sama.yml @@ -9,4 +9,5 @@ platforms: - Docker tags: - Communication - Custom Communication Systems +demo_url: "https://app.samacloud.io/demo" related_software_url: "https://github.com/SAMA-Communications/sama-client" \ No newline at end of file