mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 11:25:25 +02:00
19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"id": "flarum",
|
|
"name": "Flarum",
|
|
"version": "latest",
|
|
"description": "Flarum is a delightfully simple, modern forum software. It is fast, free, and easy to use with a clean and extensible architecture.",
|
|
"logo": "flarum.png",
|
|
"links": {
|
|
"github": "https://github.com/flarum/flarum",
|
|
"website": "https://flarum.org/",
|
|
"docs": "https://docs.flarum.org/"
|
|
},
|
|
"tags": [
|
|
"forum",
|
|
"community",
|
|
"discussion",
|
|
"php"
|
|
]
|
|
}
|