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 #8 from YunoHost-Apps/testing

Testing
This commit is contained in:
OniriCorpe 2024-02-20 06:20:02 +01:00 committed by GitHub
commit ebec83b76b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -46,4 +46,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

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->

View file

@ -38,11 +38,17 @@ ram.runtime = "50M"
[resources.sources.front]
url = "https://github.com/shlinkio/shlink-web-client/releases/download/v3.10.2/shlink-web-client_3.10.2_dist.zip"
sha256 = "1b20c94be5025271504201199aead8ee0a7317885738a00913f5a196f9e03d7d"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/shlinkio/shlink-web-client"
autoupdate.asset = "^shlink-web-client_.*_dist.zip$"
[resources.sources.main]
url = "https://github.com/shlinkio/shlink/releases/download/v3.6.3/shlink3.6.3_php8.2_dist.zip"
sha256 = "7b6fc0dde2ea8ae2c3540755bdfda561a73ad7142cfd862565e4acb796633013"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/shlinkio/shlink"
autoupdate.asset = "^shlink.*_php8.2_dist.zip$"
[resources.system_user]
@ -56,7 +62,7 @@ ram.runtime = "50M"
api.protected = true
[resources.apt]
packages = "postgresql php8.2-apcu php8.2-fpm php8.2-pgsql php8.2-gd php8.2-common php8.2-curl php8.2-intl php8.2-gmp php8.2-xml php8.2-json"
packages = "postgresql php8.2-apcu php8.2-pgsql php8.2-gd php8.2-curl php8.2-intl php8.2-gmp php8.2-xml"
[resources.database]
type = "postgresql"