1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wemawema_ynh.git synced 2024-10-01 13:34:56 +02:00

Merge pull request #16 from YunoHost-Apps/testing

cleaning
This commit is contained in:
eric_G 2023-12-10 11:17:43 +01:00 committed by GitHub
commit e751cf6a6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
"WE MAKE PORN" meme generator but it can do more "WE MAKE PORN" meme generator but it can do more
**Shipped version:** 26.1~ynh4 **Shipped version:** 26.1~ynh5
**Demo:** https://framagit.org/luc/wemawema **Demo:** https://framagit.org/luc/wemawema

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Générateur de mème « WE MAKE PORN » mais il peut faire bien plus Générateur de mème « WE MAKE PORN » mais il peut faire bien plus
**Version incluse :** 26.1~ynh4 **Version incluse :** 26.1~ynh5
**Démo :** https://framagit.org/luc/wemawema **Démo :** https://framagit.org/luc/wemawema

View file

@ -5,7 +5,7 @@ name = "WemaWema"
description.en = "\"WE MAKE PORN\" meme generator but it can do more" description.en = "\"WE MAKE PORN\" meme generator but it can do more"
description.fr = "Générateur de mème « WE MAKE PORN » mais il peut faire bien plus" description.fr = "Générateur de mème « WE MAKE PORN » mais il peut faire bien plus"
version = "26.1~ynh4" version = "26.1~ynh5"
maintainers = [] maintainers = []
@ -16,11 +16,14 @@ code = "https://framagit.org/luc/wemawema"
website = "https://framagit.org/luc/wemawema" website = "https://framagit.org/luc/wemawema"
[integration] [integration]
yunohost = ">= 11.1.18" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false
sso = false sso = false
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "50M"
ram.runtime = "50M" ram.runtime = "50M"

View file

@ -20,13 +20,13 @@ ynh_print_info --message="Declaring files to be backed up..."
# BACKUP THE APP MAIN DIR # BACKUP THE APP MAIN DIR
#================================================= #=================================================
ynh_backup "$install_dir" ynh_backup --src_path="$install_dir"
#================================================= #=================================================
# BACKUP THE NGINX CONFIGURATION # BACKUP THE NGINX CONFIGURATION
#================================================= #=================================================
ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf" ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT