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

Merge pull request #23 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-07-22 22:07:18 +02:00 committed by GitHub
commit ba981c9722
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 59 additions and 14 deletions

View file

@ -5,4 +5,5 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
**Shipped version:** 11.6.2~ynh1
**Shipped version:** 11.6.2~ynh2
## Screenshots

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
**Versión actual:** 11.6.2~ynh1
**Versión actual:** 11.6.2~ynh2
## Capturas

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
**Paketatutako bertsioa:** 11.6.2~ynh1
**Paketatutako bertsioa:** 11.6.2~ynh2
## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
**Version incluse:** 11.6.2~ynh1
**Version incluse:** 11.6.2~ynh2
## Captures décran

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
**Versión proporcionada:** 11.6.2~ynh1
**Versión proporcionada:** 11.6.2~ynh2
## Capturas de pantalla

48
README_id.md Normal file
View file

@ -0,0 +1,48 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# Emoncms untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/emoncms.svg)](https://ci-apps.yunohost.org/ci/apps/emoncms/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/emoncms.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/emoncms.maintain.svg)
[![Pasang Emoncms dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=emoncms)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang Emoncms secara cepat dan mudah pada server YunoHost.*
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
## Ringkasan
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
**Versi terkirim:** 11.6.2~ynh2
## Tangkapan Layar
![Tangkapan Layar pada Emoncms](./doc/screenshots/emoncms_graphic.png)
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://emoncms.org/>
- Dokumentasi admin resmi: <https://guide.openenergymonitor.org/>
- Repositori kode aplikasi hulu: <https://github.com/emoncms/emoncms>
- Gudang YunoHost: <https://apps.yunohost.org/app/emoncms>
- Laporkan bug: <https://github.com/YunoHost-Apps/emoncms_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing --debug
atau
sudo yunohost app upgrade emoncms -u https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>

View file

@ -19,7 +19,7 @@
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
**分发版本:** 11.6.2~ynh1
**分发版本:** 11.6.2~ynh2
## 截图

View file

@ -7,7 +7,7 @@ name = "Emoncms"
description.en = "Processing, logging and visualising energy, temperature and other environmental data"
description.fr = "Traitement enregistrement et la visualisation de l'énergie, de la température et d'autres données environnementales"
version = "11.6.2~ynh1"
version = "11.6.2~ynh2"
maintainers = []
@ -69,9 +69,9 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"mariadb-server",
"php8.0-fpm",
"php8.0-redis",
"php8.0-mysql",
"php8.2-fpm",
"php8.2-redis",
"php8.2-mysql",
]
[resources.database]

View file

@ -32,10 +32,6 @@ ynh_backup --src_path="$data_dir" --is_big
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"
#=================================================