[New App] Adminer + category json addition (#181)

Adminer app submission for the CasaOS store + addition of database app
category to the json
This commit is contained in:
1337Reaper 2023-06-19 20:33:52 -06:00 committed by GitHub
parent 3b573262f0
commit 6fb68a608d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 165 additions and 131 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -0,0 +1,29 @@
name: adminer
services:
adminer:
image: adminer:4.8.1
restart: always
ports:
- 8080:8080
x-casaos:
architectures:
- amd64
- arm
main: adminer
author: Tim Düsterhus (of the Docker Community)
category: Database
description:
en_us: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
developer: Jakub Vrána
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/screenshot-3.png
tagline:
en_us: Database management in a single PHP file
thumbnail: https://www.adminer.org/static/screenshots/auth.png
title:
en_us: Adminer
port_map: '8080'

BIN
Apps/Adminer/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
Apps/Adminer/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -128,5 +128,10 @@
"name": "Network",
"font": "lan",
"description": "Network Apps"
}
},
{
"name": "Database",
"font": "database-the-application",
"description": "Database Apps"
},
]