1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00
emailpoubelle_ynh/manifest.toml

63 lines
1.4 KiB
TOML
Raw Normal View History

2023-04-06 13:42:27 +02:00
packaging_format = 2
id = "emailpoubelle"
name = "EmailPoubelle"
description.en = "Create throwable email address redirected to your real one"
description.fr = "Créez des adresses email jetables qui redirigent les mails vers votre adresse réelle"
version = "2022.06.08~ynh1"
maintainers = ["Krakinou"]
[upstream]
license = "Beerware"
website = "https://forge.zici.fr/project/view/6"
demo = "https://poubelle.zici.fr"
code = "https://framagit.org/kepon/emailPoubellePhp"
[integration]
2023-04-06 13:48:27 +02:00
yunohost = ">= 11.1.17"
architectures = "all"
2023-04-06 13:42:27 +02:00
multi_instance = false
2023-04-06 13:48:27 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-04-06 13:42:27 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/poubelle"
[install.init_main_permission]
type = "group"
default = false
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
2023-04-06 13:57:26 +02:00
url = "https://framagit.org/kepon/emailPoubellePhp/-/archive/51a92bf46f4ea9d7ed71e3362db5d2b9ca3def5e/emailPoubellePhp-51a92bf46f4ea9d7ed71e3362db5d2b9ca3def5e.tar.gz"
sha256 = "ba9f0d3e27a6253cf2c4bbc91e8bb1f4adf0a287b253a640fc5506623fc50411"
2023-04-06 13:42:27 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-04-06 13:58:41 +02:00
[resources.apt]
2023-04-06 14:02:53 +02:00
packages = "mariadb-server, php7.4-geoip, php7.4-cli"
2023-04-06 13:48:27 +02:00
2023-04-06 13:42:27 +02:00
[resources.database]
type = "mysql"