From ea1a5472b975737469cae5f2cc4320f0c33fbe05 Mon Sep 17 00:00:00 2001 From: Jan-Luca Kiok Date: Fri, 5 Feb 2021 15:15:43 +0100 Subject: [PATCH 1/3] Add Microsoft AD with UCS as alternative --- content/alts/alts.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/alts/alts.json b/content/alts/alts.json index c5559ca..f26818f 100755 --- a/content/alts/alts.json +++ b/content/alts/alts.json @@ -1463,6 +1463,26 @@ } ], "category": "Design" + }, + { "commercial": [ + { + "main": "Microsoft Active Directory", + "svg": "https://upload.wikimedia.org/wikipedia/commons/4/44/Microsoft_logo.svg", + "website": "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/d2435927-0999-4c62-8c6d-13ba31a52e1a" + } + ], + "alts": [ + { + "name": "Univention Corporate Server", + "repo": "univention/univention-corporate-server", + "site": "https://www.univention.com/", + "license": "AGPL V3", + "stars": "71", + "svg": "https://www.univention.de/wp-content/uploads/2019/03/univention_corporate_server_Icon_Logo.svg", + "language": "Python" + } + ], + "category": "Cloud" } ] } From efb17e023c152d9d4302ccaf794a3a36b620d3b5 Mon Sep 17 00:00:00 2001 From: Jan-Luca Kiok Date: Fri, 5 Feb 2021 15:27:57 +0100 Subject: [PATCH 2/3] Add deployment to UCS --- content/alts/alts.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/alts/alts.json b/content/alts/alts.json index f26818f..798a4e9 100755 --- a/content/alts/alts.json +++ b/content/alts/alts.json @@ -1479,7 +1479,8 @@ "license": "AGPL V3", "stars": "71", "svg": "https://www.univention.de/wp-content/uploads/2019/03/univention_corporate_server_Icon_Logo.svg", - "language": "Python" + "language": "Python", + "deploy": "https://www.univention.com/downloads/ucs-in-the-cloud/ucs-ec2-image/" } ], "category": "Cloud" From aac321cd6a5e34e7a4b6a2e51271e33fcad2eefd Mon Sep 17 00:00:00 2001 From: Jan-Luca Kiok Date: Fri, 5 Feb 2021 15:53:38 +0100 Subject: [PATCH 3/3] Set id for Illustrator and Microsoft AD --- content/alts/alts.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/alts/alts.json b/content/alts/alts.json index 798a4e9..0ca10b7 100755 --- a/content/alts/alts.json +++ b/content/alts/alts.json @@ -1462,6 +1462,7 @@ "repo": "https://gitlab.com/inkscape/inkscape" } ], + "id": "ea1a547be", "category": "Design" }, { "commercial": [ @@ -1483,6 +1484,7 @@ "deploy": "https://www.univention.com/downloads/ucs-in-the-cloud/ucs-ec2-image/" } ], + "id": "efb17e0ad", "category": "Cloud" } ]