mirror of
https://github.com/YunoHost-Apps/mongo-express_ynh.git
synced 2024-09-03 19:46:04 +02:00
Auto-update READMEs
This commit is contained in:
parent
7aa939bb7f
commit
79e6343047
7 changed files with 142 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
||||||
# All available README files by language
|
# All available README files by language
|
||||||
|
|
||||||
- [Read the README in English](README.md)
|
- [Read the README in English](README.md)
|
||||||
|
- [Lea el README en español](README_es.md)
|
||||||
|
- [Irakurri README euskaraz](README_eu.md)
|
||||||
- [Lire le README en français](README_fr.md)
|
- [Lire le README en français](README_fr.md)
|
||||||
- [Le o README en galego](README_gl.md)
|
- [Le o README en galego](README_gl.md)
|
||||||
- [Leggi il “README” in italiano](README_it.md)
|
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||||
- [Irakurri README euskaraz](README_eu.md)
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=mongo-express)
|
[](https://install-app.yunohost.org/?app=mongo-express)
|
||||||
|
|
||||||
*[Read this README is other languages.](./ALL_README.md)*
|
*[Read this README in other languages.](./ALL_README.md)*
|
||||||
|
|
||||||
> *This package allows you to install Mongo Express quickly and simply on a YunoHost server.*
|
> *This package allows you to install Mongo Express quickly and simply on a YunoHost server.*
|
||||||
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
||||||
|
@ -17,7 +17,7 @@ It shall NOT be edited by hand.
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Mongo Express is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3.
|
Mongo Express is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3.
|
||||||
You can as well install a Mongo database - version 4, 5, 6 or 7 in your yunohost server if you want
|
You can as well install a Mongo database - version 4, 5 or 6 in your yunohost server if you want
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Optionally installs Mongo server
|
- Optionally installs Mongo server
|
||||||
|
|
67
README_es.md
Normal file
67
README_es.md
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
<!--
|
||||||
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
No se debe editar a mano.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Mongo Express para Yunohost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/mongo-express)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=mongo-express)
|
||||||
|
|
||||||
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Este paquete le permite instalarMongo Express rapidamente y simplement en un servidor YunoHost.*
|
||||||
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||||
|
|
||||||
|
## Descripción general
|
||||||
|
|
||||||
|
Mongo Express is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3.
|
||||||
|
You can as well install a Mongo database - version 4, 5 or 6 in your yunohost server if you want
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Optionally installs Mongo server
|
||||||
|
- Connect to multiple databases
|
||||||
|
- View/add/delete databases
|
||||||
|
- View/add/rename/delete collections
|
||||||
|
- View/add/update/delete documents
|
||||||
|
- Preview audio/video/image assets inline in collection view
|
||||||
|
- Nested and/or large objects are collapsible for easy overview
|
||||||
|
- Async on-demand loading of big document properties (>100KB default) to keep collection view fast
|
||||||
|
- GridFS support - add/get/delete incredibly large files
|
||||||
|
- Use BSON data types in documents
|
||||||
|
- Mobile / Responsive - Bootstrap 3 works passably on small screens when you're in a bind
|
||||||
|
- Connect and authenticate to individual databases
|
||||||
|
- Authenticate as admin to view all databases
|
||||||
|
- Database blacklist/whitelist
|
||||||
|
- Custom CA and CA validation disabling
|
||||||
|
- Supports replica sets
|
||||||
|
|
||||||
|
|
||||||
|
**Versión actual:** 1.0.2~ynh2
|
||||||
|
|
||||||
|
## Capturas
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
## Documentaciones y recursos
|
||||||
|
|
||||||
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/mongo-express/mongo-express>
|
||||||
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/mongo-express>
|
||||||
|
- Reportar un error: <https://github.com/YunoHost-Apps/mongo-express_ynh/issues>
|
||||||
|
|
||||||
|
## Información para desarrolladores
|
||||||
|
|
||||||
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/mongo-express_ynh/tree/testing
|
||||||
|
|
||||||
|
Para probar la rama `testing`, sigue asÍ:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/mongo-express_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade mongo-express -u https://github.com/YunoHost-Apps/mongo-express_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
|
@ -38,7 +38,7 @@ You can as well install a Mongo database - version 4, 5 or 6 in your yunohost se
|
||||||
- Supports replica sets
|
- Supports replica sets
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 1.0.2~ynh1
|
**Paketatutako bertsioa:** 1.0.2~ynh2
|
||||||
|
|
||||||
## Pantaila-argazkiak
|
## Pantaila-argazkiak
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ Il NE doit PAS être modifié à la main.
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Mongo Express is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3.
|
Mongo Express is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3.
|
||||||
You can as well install a Mongo database - version 4, 5, 6 or 7 in your yunohost server if you want
|
You can as well install a Mongo database - version 4, 5 or 6 in your yunohost server if you want
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Optionally installs Mongo server
|
- Optionally installs Mongo server
|
||||||
|
|
|
@ -17,7 +17,7 @@ NON debe editarse manualmente.
|
||||||
## Vista xeral
|
## Vista xeral
|
||||||
|
|
||||||
Mongo Express is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3.
|
Mongo Express is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3.
|
||||||
You can as well install a Mongo database - version 4, 5, 6 or 7 in your yunohost server if you want
|
You can as well install a Mongo database - version 4, 5 or 6 in your yunohost server if you want
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Optionally installs Mongo server
|
- Optionally installs Mongo server
|
||||||
|
|
67
README_zh_Hans.md
Normal file
67
README_zh_Hans.md
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
<!--
|
||||||
|
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||||
|
请勿手动编辑。
|
||||||
|
-->
|
||||||
|
|
||||||
|
# YunoHost 上的 Mongo Express
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/mongo-express)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=mongo-express)
|
||||||
|
|
||||||
|
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Mongo Express。*
|
||||||
|
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||||
|
|
||||||
|
## 概况
|
||||||
|
|
||||||
|
Mongo Express is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3.
|
||||||
|
You can as well install a Mongo database - version 4, 5 or 6 in your yunohost server if you want
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Optionally installs Mongo server
|
||||||
|
- Connect to multiple databases
|
||||||
|
- View/add/delete databases
|
||||||
|
- View/add/rename/delete collections
|
||||||
|
- View/add/update/delete documents
|
||||||
|
- Preview audio/video/image assets inline in collection view
|
||||||
|
- Nested and/or large objects are collapsible for easy overview
|
||||||
|
- Async on-demand loading of big document properties (>100KB default) to keep collection view fast
|
||||||
|
- GridFS support - add/get/delete incredibly large files
|
||||||
|
- Use BSON data types in documents
|
||||||
|
- Mobile / Responsive - Bootstrap 3 works passably on small screens when you're in a bind
|
||||||
|
- Connect and authenticate to individual databases
|
||||||
|
- Authenticate as admin to view all databases
|
||||||
|
- Database blacklist/whitelist
|
||||||
|
- Custom CA and CA validation disabling
|
||||||
|
- Supports replica sets
|
||||||
|
|
||||||
|
|
||||||
|
**分发版本:** 1.0.2~ynh2
|
||||||
|
|
||||||
|
## 截图
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
## 文档与资源
|
||||||
|
|
||||||
|
- 上游应用代码库: <https://github.com/mongo-express/mongo-express>
|
||||||
|
- YunoHost 商店: <https://apps.yunohost.org/app/mongo-express>
|
||||||
|
- 报告 bug: <https://github.com/YunoHost-Apps/mongo-express_ynh/issues>
|
||||||
|
|
||||||
|
## 开发者信息
|
||||||
|
|
||||||
|
请向 [`testing` 分支](https://github.com/YunoHost-Apps/mongo-express_ynh/tree/testing) 发送拉取请求。
|
||||||
|
|
||||||
|
如要尝试 `testing` 分支,请这样操作:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/mongo-express_ynh/tree/testing --debug
|
||||||
|
或
|
||||||
|
sudo yunohost app upgrade mongo-express -u https://github.com/YunoHost-Apps/mongo-express_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue