1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00
This commit is contained in:
ericgaspar 2020-11-05 15:24:55 +01:00
parent 8862756917
commit 6fdbdfd5a7
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 62 additions and 14 deletions

View file

@ -1,23 +1,71 @@
# MineWeb for YunoHost # MineWeb for YunoHost
[![Integration level](https://dash.yunohost.org/integration/mineweb.svg)](https://dash.yunohost.org/appci/app/mineweb) ![](https://ci-apps.yunohost.org/ci/badges/mineweb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mineweb.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/mineweb.svg)](https://dash.yunohost.org/appci/app/mineweb) ![](https://ci-apps.yunohost.org/ci/badges/mineweb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mineweb.maintain.svg)
[![Install REPLACEBYYOURAPP with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=mineweb) [![Install MineWeb with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=mineweb)
MineWeb CMS *[Lire ce readme en français.](./README_fr.md)*
- [Yunohost project](https://yunohost.org) > *This package allows you to install MineWeb quickly and simply on a YunoHost server.
- [MineWeb website](https://mineweb.org/) If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
![](https://pbs.twimg.com/profile_images/677988479356268544/vYHw5hNj_400x400.png) ## Overview
Quick description of this app.
### Installing guide **Shipped version:** 1.0
App can be installed by YunoHost **admin web-interface** or by **running following command**: ## Screenshots
$ sudo yunohost app install https://github.com/YunoHost-Apps/mineweb_ynh ![](Link to a screenshot of this app.)
## Demo
### Upgrade this package: * [Official demo](Link to a demo site for this app.)
$ sudo yunohost app upgrade mineweb -u https://github.com/YunoHost-Apps/mineweb_ynh ## Configuration
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
## Documentation
* Official documentation: Link to the official documentation of this app
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-user support
* Are LDAP and HTTP auth supported?
* Can the app be used by multiple users?
#### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/mineweb%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/mineweb/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/minewebP%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/mineweb/)
## Limitations
* Any known limitations.
## Additional information
* Other info you would like to add about this app.
## Links
* Report a bug: https://github.com/YunoHost-Apps/mineweb_ynh/issues
* App website: https://mineweb.org/
* Upstream app repository: https://github.com/MineWeb/MineWebCMS/
* YunoHost website: https://yunohost.org/
---
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mineweb_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/mineweb_ynh/tree/testing --debug
or
sudo yunohost app upgrade mineweb -u https://github.com/YunoHost-Apps/mineweb_ynh/tree/testing --debug
```

View file

@ -3,8 +3,8 @@
"id": "mineweb", "id": "mineweb",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "MineWeb package for YunoHost.", "en": "",
"fr": "MineWeb pour YunoHost." "fr": ""
}, },
"version": "1.10.3~ynh1", "version": "1.10.3~ynh1",
"url": "https://mineweb.org/", "url": "https://mineweb.org/",
@ -46,7 +46,7 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public site ?", "en": "Is it a public site?",
"fr": "Est-ce un site public ?" "fr": "Est-ce un site public ?"
}, },
"default": true "default": true