1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/X-prober_ynh.git synced 2024-09-03 20:36:04 +02:00

Merge pull request #15 from YunoHost-Apps/ci-auto-update-8.18

Ci auto update 8.18
This commit is contained in:
eric_G 2024-07-29 17:18:24 +02:00 committed by GitHub
commit 8dd4696496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1 additions and 13 deletions

View file

@ -30,7 +30,6 @@ This is a probe program for PHP environment. It can show your server information
## Documentation and resources
- Official app website: <https://prober.inn-studio.com/>
- Official user documentation: <https://github.com/kmvan/x-prober>
- Upstream app code repository: <https://github.com/kmvan/x-prober>
- YunoHost Store: <https://apps.yunohost.org/app/x-prober>
- Report a bug: <https://github.com/YunoHost-Apps/x-prober_ynh/issues>

View file

@ -30,7 +30,6 @@ This is a probe program for PHP environment. It can show your server information
## Documentaciones y recursos
- Sitio web oficial: <https://prober.inn-studio.com/>
- Documentación usuario oficial: <https://github.com/kmvan/x-prober>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/kmvan/x-prober>
- Catálogo YunoHost: <https://apps.yunohost.org/app/x-prober>
- Reportar un error: <https://github.com/YunoHost-Apps/x-prober_ynh/issues>

View file

@ -30,7 +30,6 @@ This is a probe program for PHP environment. It can show your server information
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://prober.inn-studio.com/>
- Erabiltzaileen dokumentazio ofiziala: <https://github.com/kmvan/x-prober>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/kmvan/x-prober>
- YunoHost Denda: <https://apps.yunohost.org/app/x-prober>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/x-prober_ynh/issues>

View file

@ -30,7 +30,6 @@ Il s'agit d'un programme de sonde pour l'environnement PHP. Il peut afficher les
## Documentations et ressources
- Site officiel de lapp: <https://prober.inn-studio.com/>
- Documentation officielle utilisateur: <https://github.com/kmvan/x-prober>
- Dépôt de code officiel de lapp: <https://github.com/kmvan/x-prober>
- YunoHost Store: <https://apps.yunohost.org/app/x-prober>
- Signaler un bug: <https://github.com/YunoHost-Apps/x-prober_ynh/issues>

View file

@ -30,7 +30,6 @@ This is a probe program for PHP environment. It can show your server information
## Documentación e recursos
- Web oficial da app: <https://prober.inn-studio.com/>
- Documentación oficial para usuarias: <https://github.com/kmvan/x-prober>
- Repositorio de orixe do código: <https://github.com/kmvan/x-prober>
- Tenda YunoHost: <https://apps.yunohost.org/app/x-prober>
- Informar dun problema: <https://github.com/YunoHost-Apps/x-prober_ynh/issues>

View file

@ -30,7 +30,6 @@ This is a probe program for PHP environment. It can show your server information
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://prober.inn-studio.com/>
- Dokumentasi pengguna resmi: <https://github.com/kmvan/x-prober>
- Depot kode aplikasi hulu: <https://github.com/kmvan/x-prober>
- Gudang YunoHost: <https://apps.yunohost.org/app/x-prober>
- Laporkan bug: <https://github.com/YunoHost-Apps/x-prober_ynh/issues>

View file

@ -30,7 +30,6 @@ This is a probe program for PHP environment. It can show your server information
## 文档与资源
- 官方应用网站: <https://prober.inn-studio.com/>
- 官方用户文档: <https://github.com/kmvan/x-prober>
- 上游应用代码库: <https://github.com/kmvan/x-prober>
- YunoHost 商店: <https://apps.yunohost.org/app/x-prober>
- 报告 bug <https://github.com/YunoHost-Apps/x-prober_ynh/issues>

View file

@ -13,7 +13,6 @@ maintainers = ["jarod5001"]
license = "GPL-3.0"
website = "https://prober.inn-studio.com/"
demo = "https://prober.inn-studio.com/"
userdoc = "https://github.com/kmvan/x-prober"
code = "https://github.com/kmvan/x-prober"
[integration]

View file

@ -21,15 +21,11 @@ ynh_print_info --message="Declaring files to be backed up..."
ynh_backup --src_path="$install_dir"
#=================================================
# BACKUP THE NGINX CONFIGURATION
# SYSTEM CONFIGURATION
#=================================================
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# BACKUP THE PHP-FPM CONFIGURATION
#=================================================
ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
#=================================================