1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cac-proxy_ynh.git synced 2024-09-03 18:16:07 +02:00
This commit is contained in:
Éric Gaspar 2024-09-01 21:43:38 +02:00
parent d8840e4c7f
commit 1d8c42db3e
2 changed files with 3 additions and 4 deletions

View file

@ -4,8 +4,8 @@ packaging_format = 2
id = "cac-proxy"
name = "Cors Proxy"
description.en = "An advanced https proxy allowing you to call other websites from your own web application."
description.fr = "Un proxy https avancé vous permettant d'appeler d'autres sites depuis votre propre application web."
description.en = "HTTPS proxy allowing you to call other websites from your own web application"
description.fr = "Proxy HTTPS permettant d'appeler d'autres sites depuis votre propre application web"
version = "1.2.1~ynh4"
@ -16,7 +16,7 @@ license = "MIT"
code = "https://github.com/gcollin/cookie-aware-cors-proxy"
[integration]
yunohost = ">= 11.2.18"
yunohost = ">= 11.2.29"
helpers_version = "2.1"
architectures = ["amd64"]
multi_instance = false

View file

@ -15,7 +15,6 @@ ynh_nodejs_install
#=================================================
ynh_script_progression "Setting up source files..."
# Download, check integrity, uncompress and patch the source from amd64.src
ynh_setup_source --dest_dir="$install_dir/package"
#=================================================