1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/proxitok_ynh.git synced 2024-09-03 20:15:53 +02:00
This commit is contained in:
ericgaspar 2022-03-29 23:43:27 +02:00
parent 7a7b78e19c
commit 6e3f21afa7
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
is_public=1 is_public=1
; Checks ; Checks
pkg_linter=1 pkg_linter=1
setup_sub_dir=1 setup_sub_dir=0
setup_root=1 setup_root=1
setup_nourl=0 setup_nourl=0
setup_private=1 setup_private=1

View file

@ -3,18 +3,18 @@
"id": "proxitok", "id": "proxitok",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "An alternative frontend for TikTok", "en": "Alternative frontend for TikTok",
"fr": "An alternative frontend for TikTok" "fr": "Frontend alternatif à TikTok"
}, },
"version": "2.2.0.0~ynh1", "version": "2.2.0.0~ynh1",
"url": "https://proxitok.herokuapp.com", "url": "https://proxitok.herokuapp.com",
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0-only",
"website": "https://proxitok.herokuapp.com", "website": "https://proxitok.herokuapp.com",
"demo": "https://proxitok.herokuapp.com/", "demo": "https://proxitok.herokuapp.com/",
"code": "https://github.com/pablouser1/ProxiTok" "code": "https://github.com/pablouser1/ProxiTok"
}, },
"license": "AGPL-3.0", "license": "AGPL-3.0-only",
"maintainer": { "maintainer": {
"name": "", "name": "",
"email": "" "email": ""
@ -25,7 +25,7 @@
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm" "php8.0-fpm"
], ],
"arguments": { "arguments": {
"install" : [ "install" : [

View file

@ -100,4 +100,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Restoration completed for $app" --time --last ynh_script_progression --message="Restoration completed for $app" --last

View file

@ -12,7 +12,7 @@ source /usr/share/yunohost/helpers
#================================================= #=================================================
# LOAD SETTINGS # LOAD SETTINGS
#================================================= #=================================================
ynh_script_progression --message="Loading installation settings..." --time --weight=1 ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME