1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Merge pull request #25 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-04-29 08:35:12 +02:00 committed by GitHub
commit 7630d6ec58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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",

View file

@ -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