c6478f73d7
* feat: inspircd * refactor(inspircd): add data folder * refactor(inspired): add newline to end of docker compose Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
19 lines
605 B
JSON
19 lines
605 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Inspircd",
|
|
"id": "inspircd",
|
|
"available": true,
|
|
"short_desc": "A modular C++ IRC server.",
|
|
"author": "inspircd",
|
|
"port": 6697,
|
|
"no_gui": true,
|
|
"categories": ["social"],
|
|
"description": "InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.",
|
|
"tipi_version": 1,
|
|
"version": "3.17.0",
|
|
"source": "https://github.com/inspircd/inspircd",
|
|
"website": "https://www.inspircd.org",
|
|
"exposable": true,
|
|
"supported_architectures": ["arm64", "amd64"],
|
|
"form_fields": []
|
|
} |