mirror of
https://github.com/YunoHost-Apps/mineweb_ynh.git
synced 2024-09-03 19:45:54 +02:00
fix
This commit is contained in:
parent
8862756917
commit
6fdbdfd5a7
2 changed files with 62 additions and 14 deletions
68
README.md
68
README.md
|
@ -1,23 +1,71 @@
|
||||||
# MineWeb for YunoHost
|
# MineWeb for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/mineweb)  
|
[](https://dash.yunohost.org/appci/app/mineweb)  
|
||||||
[](https://install-app.yunohost.org/?app=mineweb)
|
[](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.*
|
||||||
|
|
||||||

|
## 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
|

|
||||||
|
|
||||||
|
## 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 - [](https://ci-apps.yunohost.org/ci/apps/mineweb/)
|
||||||
|
* ARMv8-A - [](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
|
||||||
|
```
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue