1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shlink_ynh.git synced 2024-09-03 20:16:22 +02:00

Merge pull request #14 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-03-09 10:53:36 +01:00 committed by GitHub
commit 93186ec064
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 19 deletions

View file

@ -19,8 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.
Additionally, there's also an official Shlink web client which, by making use of Shlink's REST API, provides a beautiful web UI to handle multiple Shlink instances.
**Shipped version:** 4.0.0~ynh1
**Shipped version:** 4.0.1~ynh1
## Screenshots
@ -28,11 +27,11 @@ Additionally, there's also an official Shlink web client which, by making use of
## Documentation and resources
* Official app website: <https://shlink.io/>
* Official user documentation: <https://shlink.io/documentation/>
* Upstream app code repository: <https://github.com/shlinkio/shlink>
* YunoHost Store: <https://apps.yunohost.org/app/shlink>
* Report a bug: <https://github.com/YunoHost-Apps/shlink_ynh/issues>
- Official app website: <https://shlink.io/>
- Official user documentation: <https://shlink.io/documentation/>
- Upstream app code repository: <https://github.com/shlinkio/shlink>
- YunoHost Store: <https://apps.yunohost.org/app/shlink>
- Report a bug: <https://github.com/YunoHost-Apps/shlink_ynh/issues>
## Developer info
@ -46,4 +45,4 @@ or
sudo yunohost app upgrade shlink -u https://github.com/YunoHost-Apps/shlink_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -19,8 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.
Additionally, there's also an official Shlink web client which, by making use of Shlink's REST API, provides a beautiful web UI to handle multiple Shlink instances.
**Version incluse :** 4.0.0~ynh1
**Version incluse :** 4.0.1~ynh1
## Captures décran
@ -28,11 +27,11 @@ Additionally, there's also an official Shlink web client which, by making use of
## Documentations et ressources
* Site officiel de lapp : <https://shlink.io/>
* Documentation officielle utilisateur : <https://shlink.io/documentation/>
* Dépôt de code officiel de lapp : <https://github.com/shlinkio/shlink>
* YunoHost Store: <https://apps.yunohost.org/app/shlink>
* Signaler un bug : <https://github.com/YunoHost-Apps/shlink_ynh/issues>
- Site officiel de lapp : <https://shlink.io/>
- Documentation officielle utilisateur : <https://shlink.io/documentation/>
- Dépôt de code officiel de lapp : <https://github.com/shlinkio/shlink>
- YunoHost Store : <https://apps.yunohost.org/app/shlink>
- Signaler un bug : <https://github.com/YunoHost-Apps/shlink_ynh/issues>
## Informations pour les développeurs
@ -46,4 +45,4 @@ ou
sudo yunohost app upgrade shlink -u https://github.com/YunoHost-Apps/shlink_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -5,7 +5,7 @@ name = "Shlink"
description.en = "Self-hosted URL shortener"
description.fr = "Raccourcisseur d'URL auto-hébergé"
version = "4.0.0~ynh1"
version = "4.0.1~ynh1"
maintainers = []
@ -43,8 +43,8 @@ ram.runtime = "50M"
autoupdate.asset = "^shlink-web-client_.*_dist.zip$"
[resources.sources.main]
url = "https://github.com/shlinkio/shlink/releases/download/v4.0.0/shlink4.0.0_php8.2_dist.zip"
sha256 = "7602677ba3434903edb0fd4b2852172cfe7051415f75333bca152d42fc132c1c"
url = "https://github.com/shlinkio/shlink/releases/download/v4.0.1/shlink4.0.1_php8.2_dist.zip"
sha256 = "16a7a9ea5c687ae8fd9f450bb27e287ce0050e1934adf1784dd9dcdd6148fddd"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/shlinkio/shlink"
autoupdate.asset = "^shlink.*_php8.2_dist.zip$"