diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lee el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index acc5331..7677005 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A free & open source IMDb front-end. -**Shipped version:** 3.3.1~ynh1 +**Shipped version:** 3.4.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..f3fbf0e --- /dev/null +++ b/README_es.md @@ -0,0 +1,57 @@ + + +# Libremdb para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/libremdb.svg)](https://dash.yunohost.org/appci/app/libremdb) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/libremdb.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/libremdb.maintain.svg) + +[![Instalar Libremdb con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=libremdb) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarLibremdb rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +A free & open source IMDb front-end. + +### Features + +- Browse any movie info without being tracked or bombarded by annoying ads. +- Modern interface with curated colors supporting both dark and light themes. +- Be it your small mobile or big computer screen, it’s fully responsive. +- Lightweight + + + +**Versión actual:** 3.4.0~ynh1 + +**Demo:** + +## Capturas + +![Captura de Libremdb](./doc/screenshots/screenshot.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/libremdb_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/libremdb_ynh/tree/testing --debug +o +sudo yunohost app upgrade libremdb -u https://github.com/YunoHost-Apps/libremdb_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index d47d7b5..6ee4956 100644 --- a/README_eu.md +++ b/README_eu.md @@ -27,7 +27,7 @@ A free & open source IMDb front-end. -**Paketatutako bertsioa:** 3.3.1~ynh1 +**Paketatutako bertsioa:** 3.4.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 9d86593..c47dedf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ A free & open source IMDb front-end. -**Version incluse :** 3.3.1~ynh1 +**Version incluse :** 3.4.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index dd800b2..e3ff002 100644 --- a/README_gl.md +++ b/README_gl.md @@ -27,7 +27,7 @@ A free & open source IMDb front-end. -**Versión proporcionada:** 3.3.1~ynh1 +**Versión proporcionada:** 3.4.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 47ff5b3..f0a5e49 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -27,7 +27,7 @@ A free & open source IMDb front-end. -**分发版本:** 3.3.1~ynh1 +**分发版本:** 3.4.0~ynh1 **演示:** diff --git a/conf/systemd.service b/conf/systemd.service index 6da2ee8..bd7e4ad 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,7 +6,7 @@ After=network.target Type=simple User=__APP__ Group=__APP__ -Environment="PATH=__ENV_PATH__" +Environment="__YNH_NODE_LOAD_PATH__" Environment="NODE_ENV=production" WorkingDirectory=__INSTALL_DIR__/ ExecStart=/usr/bin/yarn start -p __PORT__ diff --git a/manifest.toml b/manifest.toml index 5389aa1..b571c34 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Libremdb" description.en = "Free & open source IMDb front-end" description.fr = "Frontal IMDb gratuit et open source" -version = "3.3.1~ynh1" +version = "3.4.0~ynh1" maintainers = [] @@ -19,8 +19,11 @@ code = "https://github.com/zyachel/libremdb" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -35,8 +38,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/zyachel/libremdb/archive/refs/tags/v3.3.1.tar.gz" - sha256 = "09dd1106ed1ea2ffa611e592eba803e33099fd2a9e2c2e25d3e154fa7ee7f2f9" + url = "https://github.com/zyachel/libremdb/archive/refs/tags/v3.4.0.tar.gz" + sha256 = "096a5eb2212a8afa0c580bac3a53f83d5531d58df7f860925fb62031f1c15797" autoupdate.strategy = "latest_github_tag" [resources.ports] @@ -54,4 +57,4 @@ ram.runtime = "50M" extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" extras.yarn.packages = "yarn" - + \ No newline at end of file diff --git a/scripts/change_url b/scripts/change_url index 4bc0869..ebc5858 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -32,7 +32,7 @@ ynh_script_progression --message="Changing app configuration file..." --weight=1 domain="$old_domain" -ynh_add_config --template="../conf/.env.local.example" --destination="$install_dir/.env.local" +ynh_add_config --template=".env.local.example" --destination="$install_dir/.env.local" chmod 400 "$install_dir/.env.local" chown $app:$app "$install_dir/.env.local" diff --git a/scripts/install b/scripts/install index d650f0e..77f6f65 100755 --- a/scripts/install +++ b/scripts/install @@ -48,21 +48,19 @@ ynh_app_setting_set --app="$app" --key=redis_db --value="$redis_db" #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template="../conf/.env.local.example" --destination="$install_dir/.env.local" +ynh_add_config --template=".env.local.example" --destination="$install_dir/.env.local" chmod 400 "$install_dir/.env.local" chown $app:$app "$install_dir/.env.local" - #================================================= # INSTALL LIBREMDB #================================================= -ynh_script_progression --message="Building the app..." --weight=20 +ynh_script_progression --message="Building $app..." --weight=20 pushd $install_dir ynh_use_nodejs - corepack enable - corepack prepare pnpm@latest --activate + ynh_exec_warn_less npm install pnpm -g ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production pnpm build popd @@ -72,15 +70,9 @@ popd #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -env_path="$PATH" # Create a dedicated systemd config ynh_add_systemd_config -#================================================= -# INTEGRATE SERVICE IN YUNOHOST -#================================================= -ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 - yunohost service add $app --description="IMDb front-end" --log="/var/log/$app/$app.log" #================================================= diff --git a/scripts/remove b/scripts/remove index 1ca4948..defa8a8 100755 --- a/scripts/remove +++ b/scripts/remove @@ -22,34 +22,14 @@ then yunohost service remove $app fi -#================================================= -# STOP AND REMOVE SERVICE -#================================================= -ynh_script_progression --message="Stopping and removing the systemd service..." --weight=1 - # Remove the dedicated systemd config ynh_remove_systemd_config -#================================================= -# REMOVE NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Removing NGINX web server configuration..." --weight=1 - # Remove the dedicated NGINX config ynh_remove_nginx_config -#================================================= -# REMOVE THE REDIS DATABASE -#================================================= -ynh_script_progression --message="Removing the redis database..." - ynh_redis_remove_db "$redis_db" -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing dependencies..." --weight=1 - # Remove NodeJS ynh_remove_nodejs diff --git a/scripts/restore b/scripts/restore index c3c7fdd..ee5f671 100755 --- a/scripts/restore +++ b/scripts/restore @@ -33,39 +33,22 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version #================================================= # RESTORE THE NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1 +ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1 ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" -#================================================= -# RESTORE SYSTEMD -#================================================= -ynh_script_progression --message="Restoring the systemd configuration..." --weight=1 - ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable $app.service --quiet -#================================================= -# INTEGRATE SERVICE IN YUNOHOST -#================================================= -ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 - yunohost service add $app --description="IMDb front-end" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=1 +ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1 ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" -#================================================= -# GENERIC FINALIZATION -#================================================= -# RELOAD NGINX AND PHP-FPM -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=1 - ynh_systemd_action --service_name=nginx --action=reload #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index fedd54b..7cacdd6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -35,6 +35,14 @@ if [ -z "$redis_db" ]; then ynh_app_setting_set --app="$app" --key=redis_db --value="$redis_db" fi +#================================================= +# UPGRADE DEPENDENCIES +#================================================= +ynh_script_progression --message="Upgrading dependencies..." --weight=1 + +# Install Nodejs +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= @@ -45,25 +53,25 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" + chmod -R o-rwx "$install_dir" + chown -R $app:www-data "$install_dir" + pushd $install_dir + ynh_use_nodejs + ynh_exec_warn_less npm install pnpm -g + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production pnpm build + popd fi chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" -#================================================= -# UPGRADE DEPENDENCIES -#================================================= -ynh_script_progression --message="Upgrading dependencies..." --weight=1 - -# Install Nodejs -ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version - #================================================= # ADD A CONFIGURATION #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template="../conf/.env.local.example" --destination="$install_dir/.env.local" +ynh_add_config --template=".env.local.example" --destination="$install_dir/.env.local" chmod 400 "$install_dir/.env.local" chown $app:$app "$install_dir/.env.local" @@ -81,7 +89,6 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 -env_path="$PATH" # Create a dedicated systemd config ynh_add_systemd_config