mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Auto-update README
This commit is contained in:
parent
3329f9e8cb
commit
d5156c6e77
2 changed files with 49 additions and 80 deletions
64
README.md
64
README.md
|
@ -1,51 +1,35 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Minetest for YunoHost
|
# Minetest for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) ![](https://ci-apps.yunohost.org/ci/badges/minetest.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/minetest.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) ![Working status](https://ci-apps.yunohost.org/ci/badges/minetest.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/minetest.maintain.svg)
|
||||||
[![Install Minetest with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minetest)
|
[![Install Minetest with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minetest)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install Minetest quickly and simply on a YunoHost server.
|
> *This package allows you to install Minetest quickly and simply on a YunoHost server.
|
||||||
If you don’t have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Minetest is a free open-source voxel game engine with easy modding and game creation.
|
Minetest is a free open-source voxel game engine with easy modding and game creation.
|
||||||
|
|
||||||
**Shipped version:** 5.5.1
|
|
||||||
|
**Shipped version:** 5.5.1~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](https://www.minetest.net/media/gallery/1.jpg)
|
![Screenshot of Minetest](./doc/screenshots/1.jpg)
|
||||||
|
|
||||||
## Demo
|
## Disclaimers / important information
|
||||||
|
|
||||||
No demo but you can test with servers in https://servers.minetest.net/
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
How to configure this app: by SSH
|
How to configure this app: by SSH
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Official documentation: https://wiki.minetest.net/
|
|
||||||
* YunoHost documentation: https://yunohost.org/en/app_minetest
|
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Multi-users support
|
|
||||||
|
|
||||||
* Are LDAP and HTTP auth supported? **No**
|
|
||||||
* Can the app be used by multiple users? **Yes**
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/minetest.svg)](https://ci-apps.yunohost.org/ci/apps/minetest/)
|
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/minetest.svg)](https://ci-apps-arm.yunohost.org/ci/apps/minetest/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
* This app is not compatible with LDAP.
|
|
||||||
|
|
||||||
## Additional information
|
## Additional information
|
||||||
|
|
||||||
* Migration from old package
|
* Migration from old package
|
||||||
|
@ -65,23 +49,23 @@ How to configure this app: by SSH
|
||||||
* Restart Minetest with `sudo systemctl restart minetest`
|
* Restart Minetest with `sudo systemctl restart minetest`
|
||||||
* The mod is now installed :)
|
* The mod is now installed :)
|
||||||
|
|
||||||
|
## Documentation and resources
|
||||||
|
|
||||||
## Links
|
* Official app website: <http://www.minetest.net>
|
||||||
|
* Upstream app code repository: <https://github.com/minetest/minetest>
|
||||||
|
* YunoHost documentation for this app: <https://yunohost.org/app_minetest>
|
||||||
|
* Report a bug: <https://github.com/YunoHost-Apps/minetest_ynh/issues>
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/minetest_ynh/issues
|
## Developer info
|
||||||
* App website: https://www.minetest.net/
|
|
||||||
* Upstream app repository: https://github.com/minetest/minetest
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/minetest_ynh/tree/testing).
|
||||||
|
|
||||||
## Developers info
|
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/minetest_ynh/tree/testing).
|
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade minetest -u https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
sudo yunohost app upgrade minetest -u https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
65
README_fr.md
65
README_fr.md
|
@ -1,51 +1,35 @@
|
||||||
# Minetest for YunoHost
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) ![](https://ci-apps.yunohost.org/ci/badges/minetest.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/minetest.maintain.svg)
|
# Minetest pour YunoHost
|
||||||
|
|
||||||
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/minetest.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/minetest.maintain.svg)
|
||||||
[![Installer Minetest avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minetest)
|
[![Installer Minetest avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minetest)
|
||||||
|
|
||||||
*[Read this readme in English.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d’installer Minetest rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Minetest rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n’avez pas YunoHost, veuillez consulter [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
|
## Vue d'ensemble
|
||||||
|
|
||||||
## Aperçu
|
|
||||||
Minetest est un moteur de jeu voxel open-source avec modding et création de jeux faciles.
|
Minetest est un moteur de jeu voxel open-source avec modding et création de jeux faciles.
|
||||||
|
|
||||||
**Version incluse:** 5.5.1
|
|
||||||
|
|
||||||
## Captures d’écran
|
**Version incluse :** 5.5.1~ynh1
|
||||||
|
|
||||||
![](https://www.minetest.net/media/gallery/1.jpg)
|
## Captures d'écran
|
||||||
|
|
||||||
## Démo
|
![Capture d'écran de Minetest](./doc/screenshots/1.jpg)
|
||||||
|
|
||||||
Il n'y a pas de démo mais vous pouvez tester avec des serveurs sur https://servers.minetest.net/
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Comment configurer cette application : par SSH
|
Comment configurer cette application : par SSH
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Documentation officielle : https://wiki.minetest.net/
|
|
||||||
* Documentation YunoHost : https://yunohost.org/fr/app_minetest
|
|
||||||
|
|
||||||
## Caractéristiques spécifiques YunoHost
|
|
||||||
|
|
||||||
#### Support multi-utilisateurs
|
|
||||||
|
|
||||||
* Les authentifications LDAP et HTTP sont-elles prises en charge ? **Non**
|
|
||||||
* L’application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
|
||||||
|
|
||||||
##### Architectures supportées
|
|
||||||
|
|
||||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/minetest.svg)](https://ci-apps.yunohost.org/ci/apps/minetest/)
|
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/minetest.svg)](https://ci-apps-arm.yunohost.org/ci/apps/minetest/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
* Cette application n’est pas compatible avec LDAP.
|
|
||||||
|
|
||||||
## Renseignements supplémentaires
|
## Renseignements supplémentaires
|
||||||
|
|
||||||
* Migration de l’ancien paquet
|
* Migration de l’ancien paquet
|
||||||
|
@ -65,22 +49,23 @@ Comment configurer cette application : par SSH
|
||||||
* Redémarrez Minetest avec `sudo systemctl restart minetest`
|
* Redémarrez Minetest avec `sudo systemctl restart minetest`
|
||||||
* Le mod est maintenant installé :)
|
* Le mod est maintenant installé :)
|
||||||
|
|
||||||
## Liens
|
## Documentations et ressources
|
||||||
|
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/minetest_ynh/issues
|
* Site officiel de l'app : <http://www.minetest.net>
|
||||||
* Site de l’application : https://www.minetest.net/
|
* Dépôt de code officiel de l'app : <https://github.com/minetest/minetest>
|
||||||
* Dépôt de l’application principale : https://github.com/minetest/minetest
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_minetest>
|
||||||
* Site web de YunoHost : https://yunohost.org/
|
* Signaler un bug : <https://github.com/YunoHost-Apps/minetest_ynh/issues>
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/minetest_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/minetest_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade minetest -u https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
sudo yunohost app upgrade minetest -u https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
Loading…
Reference in a new issue