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

Merge pull request #1 from YunoHost-Apps/testing

Update manifest.toml
This commit is contained in:
Éric Gaspar 2023-06-05 18:37:23 +02:00 committed by GitHub
commit 76cdfb9186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 31 deletions

View file

@ -3,15 +3,15 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
It shall NOT be edited by hand.
-->
# Cloudlog for YunoHost
# CloudLog for YunoHost
[![Integration level](https://dash.yunohost.org/integration/cloudlog.svg)](https://dash.yunohost.org/appci/app/cloudlog) ![Working status](https://ci-apps.yunohost.org/ci/badges/cloudlog.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/cloudlog.maintain.svg)
[![Install Cloudlog with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cloudlog)
[![Install CloudLog with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cloudlog)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Cloudlog quickly and simply on a YunoHost server.
> *This package allows you to install CloudLog quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
@ -22,17 +22,13 @@ This is an ideal general-purpose logging application, supporting HF to Microwave
**Shipped version:** 2.4.3~ynh1
**Demo:** https://demo.example.com
## Screenshots
![Screenshot of Cloudlog](./doc/screenshots/screenshot.png)
![Screenshot of CloudLog](./doc/screenshots/screenshot.png)
## Documentation and resources
* Official app website: <https://www.cloudlog.co.uk>
* Official user documentation: <https://yunohost.org/apps>
* Official admin documentation: <https://yunohost.org/packaging_apps>
* Upstream app code repository: <https://github.com/magicbug/Cloudlog>
* YunoHost documentation for this app: <https://yunohost.org/app_cloudlog>
* Report a bug: <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>

View file

@ -3,15 +3,15 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
It shall NOT be edited by hand.
-->
# Cloudlog pour YunoHost
# CloudLog pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/cloudlog.svg)](https://dash.yunohost.org/appci/app/cloudlog) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/cloudlog.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/cloudlog.maintain.svg)
[![Installer Cloudlog avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cloudlog)
[![Installer CloudLog avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cloudlog)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet dinstaller Cloudlog rapidement et simplement sur un serveur YunoHost.
> *Ce package vous permet dinstaller CloudLog rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue densemble
@ -22,17 +22,13 @@ Il s'agit d'une application de journalisation polyvalente idéale, prenant en ch
**Version incluse :** 2.4.3~ynh1
**Démo :** https://demo.example.com
## Captures décran
![Capture décran de Cloudlog](./doc/screenshots/screenshot.png)
![Capture décran de CloudLog](./doc/screenshots/screenshot.png)
## Documentations et ressources
* Site officiel de lapp : <https://www.cloudlog.co.uk>
* Documentation officielle utilisateur : <https://yunohost.org/apps>
* Documentation officielle de ladmin : <https://yunohost.org/packaging_apps>
* Dépôt de code officiel de lapp : <https://github.com/magicbug/Cloudlog>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_cloudlog>
* Signaler un bug : <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>

View file

@ -1,7 +1,7 @@
packaging_format = 2
id = "cloudlog"
name = "Cloudlog"
name = "CloudLog"
description.en = "Web based amateur radio logging application"
description.fr = "Application Web d'enregistrement radioamateur"
@ -12,17 +12,14 @@ maintainers = ["eric_G"]
[upstream]
license = "MIT"
website = "https://www.cloudlog.co.uk"
demo = "https://demo.example.com"
admindoc = "https://yunohost.org/packaging_apps"
userdoc = "https://yunohost.org/apps"
code = "https://github.com/magicbug/Cloudlog"
[integration]
yunohost = ">= 11.1.19"
architectures = "all"
multi_instance = true
ldap = "?"
sso = "?"
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"

View file

@ -33,13 +33,6 @@ ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
#=================================================
# BACKUP FAIL2BAN CONFIGURATION
#=================================================
ynh_backup --src_path="/etc/fail2ban/jail.d/$app.conf"
ynh_backup --src_path="/etc/fail2ban/filter.d/$app.conf"
#=================================================
# SPECIFIC BACKUP
#=================================================
@ -54,8 +47,6 @@ ynh_backup --src_path="/etc/logrotate.d/$app"
ynh_backup --src_path="/etc/cron.d/$app"
ynh_backup --src_path="/etc/$app/"
#=================================================
# BACKUP THE MYSQL DATABASE
#=================================================