1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/BicBucStriim_ynh.git synced 2024-09-03 18:15:53 +02:00

Use new repo

This commit is contained in:
Salamandar 2024-02-26 21:20:50 +01:00
parent 87ba174219
commit e74dbbcf4a
3 changed files with 7 additions and 7 deletions

View file

@ -7,14 +7,13 @@ name = "BicBucStriim"
description.en = "Digital books streamer, providing web-based access to your e-book collection"
description.fr = "Interface web pour accéder à votre collection d'e-book"
version = "1.5.3~ynh4"
version = "1.6.5~ynh1"
maintainers = ["Alex"]
[upstream]
license = "MIT"
website = "http://projekte.textmulch.de/bicbucstriim/"
code = "https://github.com/rvolz/BicBucStriim/"
code = "https://github.com/mikespub-org/rvolz-BicBucStriim"
[integration]
yunohost = ">= 11.2"
@ -40,8 +39,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/rvolz/BicBucStriim/archive/refs/tags/v1.5.3.zip"
sha256 = "32b922c2d385a15ba71e1f2935017cc9269f95c60038c5e1b62caecbe4fa5bca"
url = "https://github.com/mikespub-org/rvolz-BicBucStriim/releases/download/v1.6.5/bicbucstriim-1.6.5.zip"
sha256 = "8cd516fd25253a0aee2c047706164686f175fd23730462eb424196d0bb102b35"
[resources.system_user]
@ -54,6 +53,7 @@ ram.runtime = "50M"
packages = [
"php7.4-gd",
"php7.4-intl",
"php7.4-xml",
"php7.4-sqlite3",
"php7.4-mbstring",
]

View file

@ -30,7 +30,7 @@ ynh_script_progression --message="Adding system configurations related to $app..
ynh_add_nginx_config
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# END OF SCRIPT

View file

@ -32,7 +32,7 @@ ynh_script_progression --message="Upgrading system configurations related to $ap
ynh_add_nginx_config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# END OF SCRIPT