mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-23 14:55:29 +02:00
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"id": "answer",
|
|
"name": "Answer",
|
|
"version": "v1.4.1",
|
|
"description": "Answer is an open-source Q&A platform for building a self-hosted question-and-answer service.",
|
|
"logo": "answer.png",
|
|
"links": {
|
|
"github": "https://github.com/apache/answer",
|
|
"website": "https://answer.apache.org/",
|
|
"docs": "https://answer.apache.org/docs"
|
|
},
|
|
"tags": [
|
|
"q-and-a",
|
|
"self-hosted"
|
|
]
|
|
}
|