mirror of
https://github.com/YunoHost-Apps/spftoolbox_ynh.git
synced 2024-09-03 20:26:21 +02:00
commit
25b9b7b099
4 changed files with 4 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
SPF Toolbox was created to be an easy, free open source way for people to get information about their domain.
|
SPF Toolbox was created to be an easy, free open source way for people to get information about their domain.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.1.1~ynh4
|
**Shipped version:** 2.1.1~ynh5
|
||||||
|
|
||||||
**Demo:** http://spftoolbox.com/
|
**Demo:** http://spftoolbox.com/
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
SPF Toolbox a été créé pour être un moyen open source simple et gratuit permettant aux utilisateurs d'obtenir des informations sur leur domaine.
|
SPF Toolbox a été créé pour être un moyen open source simple et gratuit permettant aux utilisateurs d'obtenir des informations sur leur domaine.
|
||||||
|
|
||||||
**Version incluse :** 2.1.1~ynh4
|
**Version incluse :** 2.1.1~ynh5
|
||||||
|
|
||||||
**Démo :** http://spftoolbox.com/
|
**Démo :** http://spftoolbox.com/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "SPFtoolbox"
|
||||||
description.en = "Look up DNS records such as SPF, MX, Whois"
|
description.en = "Look up DNS records such as SPF, MX, Whois"
|
||||||
description.fr = "Recherchez des enregistrements DNS tels que SPF, MX, Whois"
|
description.fr = "Recherchez des enregistrements DNS tels que SPF, MX, Whois"
|
||||||
|
|
||||||
version = "2.1.1~ynh4"
|
version = "2.1.1~ynh5"
|
||||||
|
|
||||||
maintainers = ["frju365"]
|
maintainers = ["frju365"]
|
||||||
|
|
||||||
|
@ -54,4 +54,4 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "whois, php7.4-fpm"
|
packages = "whois, php8.2-fpm"
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue