Skip to content

Commit 0ce054d

Browse files
committed
Remove old / unmaintained community templates
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 7d1c6f1 commit 0ce054d

File tree

1 file changed

+9
-143
lines changed

1 file changed

+9
-143
lines changed

templates.json

+9-143
Original file line numberDiff line numberDiff line change
@@ -29,50 +29,24 @@
2929
"official": "true"
3030
},
3131
{
32-
"template": "node18",
32+
"template": "dotnet8-csharp",
3333
"platform": "x86_64",
34-
"language": "NodeJS",
34+
"language": "C#",
3535
"source": "openfaas",
36-
"description": "HTTP-based Node 18 template",
37-
"repo": "https://github.com/openfaas/templates",
36+
"description": "C# template using WebApplication",
37+
"repo": "https://github.com/openfaas/dotnet-templates",
3838
"official": "true",
3939
"recommended": true
4040
},
4141
{
42-
"template": "node17",
43-
"platform": "x86_64",
44-
"language": "NodeJS",
45-
"source": "openfaas",
46-
"description": "HTTP-based Node 17 template",
47-
"repo": "https://github.com/openfaas/templates",
48-
"official": "true"
49-
},
50-
{
51-
"template": "node16",
52-
"platform": "x86_64",
53-
"language": "NodeJS",
54-
"source": "openfaas",
55-
"description": "HTTP-based Node 16 template",
56-
"repo": "https://github.com/openfaas/templates",
57-
"official": "true"
58-
},
59-
{
60-
"template": "node14",
61-
"platform": "x86_64",
62-
"language": "NodeJS",
63-
"source": "openfaas",
64-
"description": "HTTP-based Node 14 template",
65-
"repo": "https://github.com/openfaas/templates",
66-
"official": "true"
67-
},
68-
{
69-
"template": "node12",
42+
"template": "node18",
7043
"platform": "x86_64",
7144
"language": "NodeJS",
7245
"source": "openfaas",
73-
"description": "HTTP-based Node 12 template",
46+
"description": "HTTP-based Node 18 template",
7447
"repo": "https://github.com/openfaas/templates",
75-
"official": "true"
48+
"official": "true",
49+
"recommended": true
7650
},
7751
{
7852
"template": "bun-express",
@@ -84,15 +58,6 @@
8458
"official": "true",
8559
"recommended": false
8660
},
87-
{
88-
"template": "node",
89-
"platform": "x86_64",
90-
"language": "NodeJS",
91-
"source": "openfaas",
92-
"description": "Legacy Node 12 template",
93-
"repo": "https://github.com/openfaas/templates",
94-
"official": "true"
95-
},
9661
{
9762
"template": "php7",
9863
"platform": "x86_64",
@@ -130,15 +95,6 @@
13095
"repo": "https://github.com/openfaas/templates",
13196
"official": "true"
13297
},
133-
{
134-
"template": "python27-flask",
135-
"platform": "x86_64",
136-
"language": "Python",
137-
"source": "openfaas",
138-
"description": "Python 2.7 Flask template",
139-
"repo": "https://github.com/openfaas/python-flask-template",
140-
"official": "true"
141-
},
14298
{
14399
"template": "python3-flask",
144100
"platform": "x86_64",
@@ -277,7 +233,7 @@
277233
"source": "openfaas-incubator",
278234
"description": "Powershell Core HTTP Ubuntu:16.04 template",
279235
"repo": "https://github.com/openfaas-incubator/powershell-http-template",
280-
"official": "true"
236+
"official": "false"
281237
},
282238
{
283239
"template": "powershell-template",
@@ -286,87 +242,6 @@
286242
"source": "openfaas-incubator",
287243
"description": "Powershell Core Ubuntu:16.04 template",
288244
"repo": "https://github.com/openfaas-incubator/powershell-template",
289-
"official": "true"
290-
},
291-
{
292-
"template": "crystal",
293-
"platform": "x86_64",
294-
"language": "Crystal",
295-
"source": "tpei",
296-
"description": "Crystal template",
297-
"repo": "https://github.com/tpei/crystal_openfaas",
298-
"official": "false"
299-
},
300-
{
301-
"template": "csharp-httprequest",
302-
"platform": "x86_64",
303-
"language": "C#",
304-
"source": "distantcam",
305-
"description": "C# HTTP template",
306-
"repo": "https://github.com/distantcam/csharp-httprequest-template",
307-
"official": "false"
308-
},
309-
{
310-
"template": "csharp",
311-
"platform": "x86_64",
312-
"language": "C#",
313-
"source": "openfaas",
314-
"description": "Classic C# template",
315-
"repo": "https://github.com/openfaas/templates",
316-
"official": "true"
317-
},
318-
{
319-
"template": "csharp-kestrel",
320-
"platform": "x86_64",
321-
"language": "C#",
322-
"source": "burtonr",
323-
"description": "C# Kestrel HTTP template",
324-
"repo": "https://github.com/burtonr/csharp-kestrel-template",
325-
"official": "false"
326-
},
327-
{
328-
"template": "vertx-native",
329-
"platform": "x86_64",
330-
"language": "Java",
331-
"source": "pmlopes",
332-
"description": "Eclipse Vert.x native image template",
333-
"repo": "https://github.com/pmlopes/openfaas-vertx-native-template",
334-
"official": "false"
335-
},
336-
{
337-
"template": "swift",
338-
"platform": "x86_64",
339-
"language": "Swift",
340-
"source": "affix",
341-
"description": "Swift 4.2 Template",
342-
"repo": "https://github.com/affix/openfaas-templates-affix/",
343-
"official": "false"
344-
},
345-
{
346-
"template": "lua53",
347-
"platform": "x86_64",
348-
"language": "Lua",
349-
"source": "affix",
350-
"description": "Lua 5.3 Template",
351-
"repo": "https://github.com/affix/openfaas-templates-affix/",
352-
"official": "false"
353-
},
354-
{
355-
"template": "vala",
356-
"platform": "x86_64",
357-
"language": "Vala",
358-
"source": "affix",
359-
"description": "Vala Template",
360-
"repo": "https://github.com/affix/openfaas-templates-affix/",
361-
"official": "false"
362-
},
363-
{
364-
"template": "vala-http",
365-
"platform": "x86_64",
366-
"language": "Vala",
367-
"source": "affix",
368-
"description": "Non-Forking Vala Template",
369-
"repo": "https://github.com/affix/openfaas-templates-affix/",
370245
"official": "false"
371246
},
372247
{
@@ -387,15 +262,6 @@
387262
"repo": "https://github.com/tmiklas/openfaas-perl-templates",
388263
"official": "false"
389264
},
390-
{
391-
"template": "crystal-http",
392-
"platform": "x86_64",
393-
"language": "Crystal",
394-
"source": "koffeinfrei",
395-
"description": "Crystal HTTP template",
396-
"repo": "https://github.com/koffeinfrei/crystal-http-template",
397-
"official": "false"
398-
},
399265
{
400266
"template": "cobol",
401267
"platform": "x86_64",

0 commit comments

Comments
 (0)