Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update adminer #217

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions Apps/Adminer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,40 @@
name: adminer
services:

adminer:
image: adminer:4.8.1
restart: always
deploy:
resources:
reservations:
memory: 32M
restart: unless-stopped
ports:
- 8080:8080
x-casaos:
ports:
- container: "8080"
description:
en_us: Adminer HTTP Port
zh_cn: Adminer HTTP 端口
x-casaos:
architectures:
- amd64
- arm
- arm64
main: adminer
author: Tim Düsterhus (of the Docker Community)
author: Tim Düsterhus
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.
zh_cn: Adminer(前身为phpMinAdmin)是一个用PHP编写的功能齐全的数据库管理工具。区别于phpMyAdmin,它仅为单个部署到目标服务器的文件(轻量)。Adminer可用于MySQL、PostgreSQL、SQLite、MS SQL、Oracle、Firebird、SimpleDB、Elasticsearch和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
- 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
zh_cn: 单PHP文件的数据库管理工具
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/thumbnail.png
title:
en_us: Adminer
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes