mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
commit
c3e43e1254
10 changed files with 14 additions and 10 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Facilmap for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/facilmap)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/facilmap/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=facilmap)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ No se debe editar a mano.
|
|||
|
||||
# Facilmap para Yunohost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/facilmap)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/facilmap/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=facilmap)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EZ editatu eskuz.
|
|||
|
||||
# Facilmap YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/facilmap)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/facilmap/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=facilmap)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
# Facilmap pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/facilmap)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/facilmap/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=facilmap)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ NON debe editarse manualmente.
|
|||
|
||||
# Facilmap para YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/facilmap)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/facilmap/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=facilmap)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# YunoHost 上的 Facilmap
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/facilmap)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/facilmap/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=facilmap)
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ USER_AGENT=__USER_AGENT__
|
|||
HOST=127.0.0.1
|
||||
PORT=__PORT__
|
||||
|
||||
BASE_URL=https://__DOMAIN____PATH__
|
||||
|
||||
# Database configuration. DB_TYPE can be mysql, postgres, sqlite or mssql.
|
||||
# See https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor for details.
|
||||
DB_TYPE=mysql
|
||||
|
|
|
@ -87,8 +87,8 @@ ram.runtime = "450M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/FacilMap/facilmap/archive/refs/tags/v4.1.1.tar.gz"
|
||||
sha256 = "72cf9f7fbc6e9d5c73f7c1af02be63d2c5a99d13cf89c96af834db6004c89cf6"
|
||||
url = "https://github.com/FacilMap/facilmap/archive/refs/tags/v4.1.2.tar.gz"
|
||||
sha256 = "14995f31e93e703d867e6ac3e76f524e9a336a2321a8670058f07f4e3793699a"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.ports]
|
||||
|
|
|
@ -42,7 +42,8 @@ ynh_script_progression --message="Building $app..." --weight=10
|
|||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn install
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn build
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn build:frontend:app
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn build:server
|
||||
popd
|
||||
|
||||
chmod 750 "$install_dir"
|
||||
|
|
|
@ -44,7 +44,8 @@ ynh_script_progression --message="Install $app..." --weight=10
|
|||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn install
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn build
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn build:frontend:app
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH yarn build:server
|
||||
popd
|
||||
|
||||
chmod 750 "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue