mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
commit
7630d6ec58
4 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.9~ynh1
|
**Shipped version:** 1.9~ynh2
|
||||||
|
|
||||||
**Demo:** https://yourls.org/cookie+
|
**Demo:** https://yourls.org/cookie+
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://yourls.org/
|
* Official app website: https://yourls.org/
|
||||||
* Official admin documentation: https://github.com/YOURLS/YOURLS/wiki
|
* Official admin documentation: https://docs.yourls.org/
|
||||||
* Upstream app code repository: https://github.com/YOURLS/YOURLS
|
* Upstream app code repository: https://github.com/YOURLS/YOURLS
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_yourls
|
* YunoHost documentation for this app: https://yunohost.org/app_yourls
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/yourls_ynh/issues
|
* Report a bug: https://github.com/YunoHost-Apps/yourls_ynh/issues
|
||||||
|
|
|
@ -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.9~ynh1
|
**Version incluse :** 1.9~ynh2
|
||||||
|
|
||||||
**Démo :** https://yourls.org/cookie+
|
**Démo :** https://yourls.org/cookie+
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://yourls.org/
|
* Site officiel de l'app : https://yourls.org/
|
||||||
* Documentation officielle de l'admin : https://github.com/YOURLS/YOURLS/wiki
|
* Documentation officielle de l'admin : https://docs.yourls.org/
|
||||||
* Dépôt de code officiel de l'app : https://github.com/YOURLS/YOURLS
|
* Dépôt de code officiel de l'app : https://github.com/YOURLS/YOURLS
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_yourls
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_yourls
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/yourls_ynh/issues
|
* Signaler un bug : https://github.com/YunoHost-Apps/yourls_ynh/issues
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
"en": "URL shortening service",
|
"en": "URL shortening service",
|
||||||
"fr": "Service de raccourcisseur d'URL"
|
"fr": "Service de raccourcisseur d'URL"
|
||||||
},
|
},
|
||||||
"version": "1.9~ynh1",
|
"version": "1.9~ynh2",
|
||||||
"url": "https://yourls.org/",
|
"url": "https://yourls.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"website": "https://yourls.org/",
|
"website": "https://yourls.org/",
|
||||||
"demo": "https://yourls.org/cookie+",
|
"demo": "https://yourls.org/cookie+",
|
||||||
"admindoc": "https://github.com/YOURLS/YOURLS/wiki",
|
"admindoc": "https://docs.yourls.org/",
|
||||||
"code": "https://github.com/YOURLS/YOURLS"
|
"code": "https://github.com/YOURLS/YOURLS"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_PHP_VERSION="8.0"
|
YNH_PHP_VERSION="7.4"
|
||||||
|
|
||||||
# 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}-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}-json 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