1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefish_ynh.git synced 2024-09-03 18:36:06 +02:00

Merge branch 'testing' into pr/17

This commit is contained in:
Éric Gaspar 2024-06-06 13:55:55 +02:00
commit 5802b61c47
7 changed files with 15 additions and 15 deletions

View file

@ -32,7 +32,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
**Shipped version:** 1.0.5rc~ynh1
**Demo:** <https://info.firefish.dev/@firefish>
**Demo:** <https://info.firefish.dev>
## Screenshots
@ -40,7 +40,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
## Documentation and resources
- Official app website: <https://firefish.dev/>
- Official app website: <https://joinfirefish.org>
- Upstream app code repository: <https://firefish.dev/firefish/firefish>
- YunoHost Store: <https://apps.yunohost.org/app/firefish>
- Report a bug: <https://github.com/YunoHost-Apps/firefish_ynh/issues>

View file

@ -32,7 +32,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
**Versión actual:** 1.0.5rc~ynh1
**Demo:** <https://info.firefish.dev/@firefish>
**Demo:** <https://info.firefish.dev>
## Capturas
@ -40,7 +40,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
## Documentaciones y recursos
- Sitio web oficial: <https://firefish.dev/>
- Sitio web oficial: <https://joinfirefish.org>
- Repositorio del código fuente oficial de la aplicación : <https://firefish.dev/firefish/firefish>
- Catálogo YunoHost: <https://apps.yunohost.org/app/firefish>
- Reportar un error: <https://github.com/YunoHost-Apps/firefish_ynh/issues>

View file

@ -32,7 +32,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
**Paketatutako bertsioa:** 1.0.5rc~ynh1
**Demoa:** <https://info.firefish.dev/@firefish>
**Demoa:** <https://info.firefish.dev>
## Pantaila-argazkiak
@ -40,7 +40,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://firefish.dev/>
- Aplikazioaren webgune ofiziala: <https://joinfirefish.org>
- Jatorrizko aplikazioaren kode-gordailua: <https://firefish.dev/firefish/firefish>
- YunoHost Denda: <https://apps.yunohost.org/app/firefish>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/firefish_ynh/issues>

View file

@ -31,7 +31,7 @@ Je vous conseille d'attendre la sortie de _Bookworm_ Debian 12.
**Version incluse:** 1.0.5rc~ynh1
**Démo:** <https://info.firefish.dev/@firefish>
**Démo:** <https://info.firefish.dev>
## Captures décran
@ -39,7 +39,7 @@ Je vous conseille d'attendre la sortie de _Bookworm_ Debian 12.
## Documentations et ressources
- Site officiel de lapp: <https://firefish.dev/>
- Site officiel de lapp: <https://joinfirefish.org>
- Dépôt de code officiel de lapp: <https://firefish.dev/firefish/firefish>
- YunoHost Store: <https://apps.yunohost.org/app/firefish>
- Signaler un bug: <https://github.com/YunoHost-Apps/firefish_ynh/issues>

View file

@ -32,7 +32,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
**Versión proporcionada:** 1.0.5rc~ynh1
**Demo:** <https://info.firefish.dev/@firefish>
**Demo:** <https://info.firefish.dev>
## Capturas de pantalla
@ -40,7 +40,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
## Documentación e recursos
- Web oficial da app: <https://firefish.dev/>
- Web oficial da app: <https://joinfirefish.org>
- Repositorio de orixe do código: <https://firefish.dev/firefish/firefish>
- Tenda YunoHost: <https://apps.yunohost.org/app/firefish>
- Informar dun problema: <https://github.com/YunoHost-Apps/firefish_ynh/issues>

View file

@ -32,7 +32,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
**分发版本:** 1.0.5rc~ynh1
**演示:** <https://info.firefish.dev/@firefish>
**演示:** <https://info.firefish.dev>
## 截图
@ -40,7 +40,7 @@ I advise you to wait for the release of _Bookworm_ Debian 12.
## 文档与资源
- 官方应用网站: <https://firefish.dev/>
- 官方应用网站: <https://joinfirefish.org>
- 上游应用代码库: <https://firefish.dev/firefish/firefish>
- YunoHost 商店: <https://apps.yunohost.org/app/firefish>
- 报告 bug <https://github.com/YunoHost-Apps/firefish_ynh/issues>

View file

@ -24,11 +24,11 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir"
#=================================================
# RESTORE THE MYSQL DATABASE
# RESTORE THE POSTGRESQL DATABASE
#=================================================
ynh_script_progression --message="Restoring the MySQL database..." --weight=1
ynh_script_progression --message="Restoring the PostgreSQL database..." --weight=1
ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < ./db.sql
ynh_psql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < ./db.sql
#=================================================
# REINSTALL PNPM