mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
commit
0cec2b7f7c
5 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
|
||||||
- Sample files to create your own public interface
|
- Sample files to create your own public interface
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.8.2~ynh1
|
**Shipped version:** 1.9~ynh1
|
||||||
|
|
||||||
**Demo:** https://yourls.org/cookie+
|
**Demo:** https://yourls.org/cookie+
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
|
||||||
- Sample files to create your own public interface
|
- Sample files to create your own public interface
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.8.2~ynh1
|
**Version incluse :** 1.9~ynh1
|
||||||
|
|
||||||
**Démo :** https://yourls.org/cookie+
|
**Démo :** https://yourls.org/cookie+
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YOURLS/YOURLS/archive/1.8.2.zip
|
SOURCE_URL=https://github.com/YOURLS/YOURLS/archive/1.9.zip
|
||||||
SOURCE_SUM=155e3e223b698bd3d0ab3f90d988b51c74f727fd46db144ca950a693d5dedba6
|
SOURCE_SUM=5923947ce07074b0c21ef73f6a2f6b5b0708d446029fffb0218baebe1f9a6956
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "URL shortening service",
|
"en": "URL shortening service",
|
||||||
"fr": "Service de raccourcisseur d'URL"
|
"fr": "Service de raccourcisseur d'URL"
|
||||||
},
|
},
|
||||||
"version": "1.8.2~ynh1",
|
"version": "1.9~ynh1",
|
||||||
"url": "https://yourls.org/",
|
"url": "https://yourls.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.4-fpm",
|
"php8.0-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_PHP_VERSION="7.4"
|
YNH_PHP_VERSION="8.0"
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml"
|
pkg_dependencies="php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue