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

* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* cleaning

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* keep data

* Update extra_php-fpm.conf

* Update extra_php-fpm.conf

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* cleaning

* Update manifest.toml

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2024-06-08 18:40:35 +02:00 committed by GitHub
parent 657fc7c8e5
commit 4d1e206adb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 13 additions and 18 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
BicBucStriim is a simple PHP application that runs in the Apache/PHP environment provided by the NAS (or any other server). It assumes that you manage your e-book collection with Calibre. The application reads the [Calibre](https://calibre-ebook.com/) data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it.
**Shipped version:** 3.3.0~ynh1
**Shipped version:** 3.3.0~ynh2
## Screenshots

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
BicBucStriim is a simple PHP application that runs in the Apache/PHP environment provided by the NAS (or any other server). It assumes that you manage your e-book collection with Calibre. The application reads the [Calibre](https://calibre-ebook.com/) data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it.
**Versión actual:** 3.3.0~ynh1
**Versión actual:** 3.3.0~ynh2
## Capturas

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
BicBucStriim is a simple PHP application that runs in the Apache/PHP environment provided by the NAS (or any other server). It assumes that you manage your e-book collection with Calibre. The application reads the [Calibre](https://calibre-ebook.com/) data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it.
**Paketatutako bertsioa:** 3.3.0~ynh1
**Paketatutako bertsioa:** 3.3.0~ynh2
## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
BicBucStriim est une application PHP simple qui s'exécute dans l'environnement Apache/PHP fourni par le NAS (ou tout autre serveur). Cela suppose que vous gérez votre collection de livres électroniques avec Calibre. L'application lit les données [Calibre](https://calibre-ebook.com/) et les publie sous forme HTML. Pour accéder au catalogue de livres électroniques, il vous suffit de pointer votre lecteur de livres électroniques sur votre NAS, de sélectionner l'un de vos livres électroniques et de le télécharger.
**Version incluse:** 3.3.0~ynh1
**Version incluse:** 3.3.0~ynh2
## Captures décran

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
BicBucStriim is a simple PHP application that runs in the Apache/PHP environment provided by the NAS (or any other server). It assumes that you manage your e-book collection with Calibre. The application reads the [Calibre](https://calibre-ebook.com/) data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it.
**Versión proporcionada:** 3.3.0~ynh1
**Versión proporcionada:** 3.3.0~ynh2
## Capturas de pantalla

View file

@ -19,7 +19,7 @@
BicBucStriim is a simple PHP application that runs in the Apache/PHP environment provided by the NAS (or any other server). It assumes that you manage your e-book collection with Calibre. The application reads the [Calibre](https://calibre-ebook.com/) data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it.
**分发版本:** 3.3.0~ynh1
**分发版本:** 3.3.0~ynh2
## 截图

View file

@ -2,3 +2,5 @@
php_admin_value[upload_max_filesize] = 50M
php_admin_value[post_max_size] = 50M
php_value[apc.enabled]=1
php_value[apc.enable_cli]=1

View file

@ -7,7 +7,7 @@ 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 = "3.3.0~ynh1"
version = "3.3.0~ynh2"
maintainers = ["Alex"]
@ -24,8 +24,8 @@ ldap = false
sso = false
disk = "50M"
ram.build = "50M"
disk = "130M"
ram.build = "100M"
ram.runtime = "50M"
[install]
@ -60,4 +60,5 @@ ram.runtime = "50M"
"php8.2-xml",
"php8.2-sqlite3",
"php8.2-mbstring",
"php8.2-apcu",
]

View file

@ -19,7 +19,6 @@ ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"
# chmod -R ga+w "$install_dir/data"
#=================================================
# SYSTEM CONFIGURATION

View file

@ -18,7 +18,6 @@ ynh_restore_file --origin_path="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"
# chmod -R ga+w "$install_dir/data"
#=================================================
# RESTORE SYSTEM CONFIGURATIONS

View file

@ -9,22 +9,16 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
# ynh_script_progression --message="Ensuring downward compatibility..." --weight=2
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Upgrading source files..." --weight=7
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="data"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"
# chmod -R ga+w "$install_dir/data"
#=================================================
# REAPPLY SYSTEM CONFIGURATIONS