Populate the appstore-apptemplates repo with catalog.json and per-app config files for all 16 curated Docker apps, each at v1.0.0.
11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"id": "adminer",
|
|
"name": "Adminer",
|
|
"description": "Lightweight database management tool with web interface",
|
|
"category": "Databases",
|
|
"iconName": "adminer",
|
|
"latestVersion": "1.0.0",
|
|
"versions": ["1.0.0"],
|
|
"maintainer": "serve.zone"
|
|
}
|