1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Merge branch 'testing' of https://github.com/YunoHost-Apps/umami_ynh into testing

This commit is contained in:
ericgaspar 2022-10-25 08:44:17 +02:00
commit 2c136c67b3
5 changed files with 6 additions and 7 deletions

View file

@ -31,8 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is
- Open-source - Open-source
**Shipped version:** 1.37.0~ynh1 **Shipped version:** 1.38.0~ynh1
**Demo:** https://app.umami.is/share/8rmHaheU/umami.is **Demo:** https://app.umami.is/share/8rmHaheU/umami.is

View file

@ -31,8 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is
- Open-source - Open-source
**Version incluse :** 1.37.0~ynh1 **Version incluse :** 1.38.0~ynh1
**Démo :** https://app.umami.is/share/8rmHaheU/umami.is **Démo :** https://app.umami.is/share/8rmHaheU/umami.is

View file

@ -1,4 +1,5 @@
location / { #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__; proxy_pass http://127.0.0.1:__PORT__;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;

View file

@ -21,7 +21,7 @@
"email": "" "email": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [

View file

@ -130,7 +130,7 @@ chown $app:$app "$final_path/.env"
ynh_script_progression --message="Configuring the app..." --weight=15 ynh_script_progression --message="Configuring the app..." --weight=15
pushd $final_path pushd $final_path
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --production
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn update-db ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn update-db
popd popd