mirror of
https://github.com/YunoHost-Apps/couchdb_ynh.git
synced 2024-09-03 18:16:11 +02:00
fix
This commit is contained in:
parent
71e1962ca2
commit
377b37e849
4 changed files with 5 additions and 6 deletions
|
@ -1,3 +1 @@
|
|||
## Configuration
|
||||
|
||||
You can do most configuration of CouchDB from fauxton, the web interface, accessible at the domain you specified: `https://__DOMAIN__/_utils/index.html`
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
## Configuration
|
||||
|
||||
Vous pouvez effectuer la plupart des configurations de CouchDB à partir de fauxton, l'interface Web, accessible sur le domaine que vous avez spécifié : `https://__DOMAIN__/_utils/index.html`
|
||||
|
|
|
@ -19,8 +19,11 @@ code = "https://github.com/apache/couchdb"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -54,7 +57,7 @@ ram.runtime = "50M"
|
|||
main.auth_header = false
|
||||
|
||||
[resources.apt]
|
||||
packages = "gnupg ca-certificates"
|
||||
packages = "gnupg, ca-certificates"
|
||||
extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ bullseye main"
|
||||
extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc"
|
||||
extras.couchdb.packages = "couchdb"
|
||||
|
|
|
@ -22,7 +22,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
# INSTALL COUCHDB
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing CouchDB..." --weight=60
|
||||
ynh_script_progression --message="Installing $app..." --weight=60
|
||||
|
||||
COUCHDB_PASSWORD=$password
|
||||
echo "couchdb couchdb/mode select standalone
|
||||
|
|
Loading…
Add table
Reference in a new issue