mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
commit
e124b06e41
3 changed files with 5 additions and 13 deletions
|
@ -36,8 +36,8 @@ Libreto has no user management, but YunoHost allow you to decide if this app is
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/libreto/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/libreto/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/libreto/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/libreto/)
|
||||
|
||||
## Limitations
|
||||
|
||||
|
|
|
@ -15,22 +15,18 @@
|
|||
"url": "https://reflexlibre.net"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.8.5"
|
||||
"yunohost": ">= 4.1.7"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.0-fpm"
|
||||
"php7.3-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for Libreto",
|
||||
"fr": "Choisissez un nom de domaine pour Libreto"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
{
|
||||
|
@ -51,10 +47,6 @@
|
|||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"help": {
|
||||
"en": "If enabled, Libreto will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||||
"fr": "Si cette case est cochée, Libreto sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||
|
|
|
@ -17,7 +17,7 @@ old_domain=$YNH_APP_OLD_DOMAIN
|
|||
old_path=$YNH_APP_OLD_PATH
|
||||
|
||||
new_domain=$YNH_APP_NEW_DOMAIN
|
||||
new_path=$YNH_APP_NEW_PATH
|
||||
new_path="/"
|
||||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue