mirror of
https://github.com/YunoHost-Apps/cac-proxy_ynh.git
synced 2024-09-03 18:16:07 +02:00
cleaning
This commit is contained in:
parent
d8840e4c7f
commit
1d8c42db3e
2 changed files with 3 additions and 4 deletions
|
@ -4,8 +4,8 @@ packaging_format = 2
|
||||||
|
|
||||||
id = "cac-proxy"
|
id = "cac-proxy"
|
||||||
name = "Cors Proxy"
|
name = "Cors Proxy"
|
||||||
description.en = "An advanced https proxy allowing you to call other websites from your own web application."
|
description.en = "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.fr = "Proxy HTTPS permettant d'appeler d'autres sites depuis votre propre application web"
|
||||||
|
|
||||||
version = "1.2.1~ynh4"
|
version = "1.2.1~ynh4"
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ license = "MIT"
|
||||||
code = "https://github.com/gcollin/cookie-aware-cors-proxy"
|
code = "https://github.com/gcollin/cookie-aware-cors-proxy"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2.18"
|
yunohost = ">= 11.2.29"
|
||||||
helpers_version = "2.1"
|
helpers_version = "2.1"
|
||||||
architectures = ["amd64"]
|
architectures = ["amd64"]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
|
|
|
@ -15,7 +15,6 @@ ynh_nodejs_install
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Setting up source files..."
|
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"
|
ynh_setup_source --dest_dir="$install_dir/package"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue