1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/epicyon_ynh.git synced 2024-09-03 18:36:08 +02:00
epicyon_ynh/manifest.toml
2024-05-22 08:30:03 +02:00

80 lines
1.7 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "epicyon"
name = "Epicyon"
description.en = "Federated social network server"
description.fr = "Serveur de réseau social fédéré"
version = "2024.05.22~ynh1"
maintainers = []
[upstream]
license = "AGPL-1.0-or-later"
website = "https://epicyon.net"
code = "https://gitlab.com/bashrc2/epicyon/"
fund = "https://www.patreon.com/freedombone"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://gitlab.com/bashrc2/epicyon/-/archive/c504cd3ab76c62abcfac4f653451d363fe73c641/epicyon-c504cd3ab76c62abcfac4f653451d363fe73c641.tar.gz"
sha256 = "7f45e83eff0ecadc372823b550c0a7c63faa9a0342efe4dc96f9ca9242574c15"
autoupdate.strategy = "latest_gitlab_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.auth_header = false
[resources.ports]
main.default = 8095
[resources.apt]
packages = [
"python3-socks",
"imagemagick",
"python3-setuptools",
"python3-cryptography",
"python3-dateutil",
"python3-idna",
"python3-requests",
"python3-flake8",
"python3-django-timezone-field",
"python3-pyqrcode",
"python3-png",
"python3-bandit",
"libimage-exiftool-perl",
]