2024-02-04 19:14:24 +01:00
|
|
|
#: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é"
|
|
|
|
|
2024-05-22 08:30:03 +02:00
|
|
|
version = "2024.05.22~ynh1"
|
2024-02-04 19:14:24 +01:00
|
|
|
|
2024-02-04 19:22:30 +01:00
|
|
|
maintainers = []
|
2024-02-04 19:14:24 +01:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-1.0-or-later"
|
|
|
|
website = "https://epicyon.net"
|
|
|
|
code = "https://gitlab.com/bashrc2/epicyon/"
|
|
|
|
fund = "https://www.patreon.com/freedombone"
|
|
|
|
|
|
|
|
[integration]
|
2024-02-04 19:22:30 +01:00
|
|
|
yunohost = ">= 11.2"
|
2024-02-04 19:14:24 +01:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2024-02-04 19:22:30 +01:00
|
|
|
|
2024-02-04 19:14:24 +01:00
|
|
|
ldap = "not_relevant"
|
2024-02-04 19:22:30 +01:00
|
|
|
|
2024-02-04 19:14:24 +01:00
|
|
|
sso = "not_relevant"
|
2024-02-04 19:22:30 +01:00
|
|
|
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2024-02-04 19:14:24 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
2024-02-04 21:49:46 +01:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2024-02-04 19:14:24 +01:00
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-05-22 08:30:03 +02:00
|
|
|
url = "https://gitlab.com/bashrc2/epicyon/-/archive/c504cd3ab76c62abcfac4f653451d363fe73c641/epicyon-c504cd3ab76c62abcfac4f653451d363fe73c641.tar.gz"
|
|
|
|
sha256 = "7f45e83eff0ecadc372823b550c0a7c63faa9a0342efe4dc96f9ca9242574c15"
|
2024-02-04 19:14:24 +01:00
|
|
|
|
|
|
|
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",
|
|
|
|
]
|