2023-12-20 19:03:04 +01:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
2023-12-20 19:08:54 +01:00
|
|
|
|
id = "iceshrimp"
|
|
|
|
|
name = "Iceshrimp"
|
2023-12-20 19:20:08 +01:00
|
|
|
|
description.en = "$app is a decentralized and federated social networking service, implementing the ActivityPub standard."
|
|
|
|
|
description.fr = "$app est un service de réseau social décentralisé et fédéré, implémentant le standard ActivityPub."
|
2023-12-20 19:03:04 +01:00
|
|
|
|
|
2023-12-21 18:59:41 +01:00
|
|
|
|
version = "2023~ynh1"
|
2023-12-20 19:03:04 +01:00
|
|
|
|
|
2023-12-20 19:08:54 +01:00
|
|
|
|
maintainers = ["oufmilo"]
|
2023-12-20 19:03:04 +01:00
|
|
|
|
|
|
|
|
|
[upstream]
|
2023-12-20 19:08:54 +01:00
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
|
website = "https://iceshrimp.dev"
|
|
|
|
|
code = "https://iceshrimp.dev/iceshrimp/iceshrimp"
|
2023-12-20 19:03:04 +01:00
|
|
|
|
|
|
|
|
|
[integration]
|
2023-12-21 17:27:34 +01:00
|
|
|
|
yunohost = ">= 11.2"
|
2023-12-20 19:08:54 +01:00
|
|
|
|
architectures = "all"
|
|
|
|
|
multi_instance = false
|
|
|
|
|
ldap = "not_relevant"
|
|
|
|
|
sso = "not_relevant"
|
|
|
|
|
disk = "50M"
|
|
|
|
|
ram.build = "2G"
|
|
|
|
|
ram.runtime = "2G"
|
2023-12-20 19:03:04 +01:00
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
2023-12-20 19:08:54 +01:00
|
|
|
|
help.en = "If enabled, Firefish will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
|
|
|
|
help.fr = "Si cette case est cochée, Firefish sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
2023-12-20 19:03:04 +01:00
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
|
|
[resources.ports]
|
2023-12-20 19:08:54 +01:00
|
|
|
|
main.default = 3020
|
2023-12-20 19:03:04 +01:00
|
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-12-21 22:25:04 +01:00
|
|
|
|
packages = "ffmpeg, postgresql, build-essential, git, git-lfs"
|
2023-12-20 19:08:54 +01:00
|
|
|
|
|
2023-12-21 19:10:06 +01:00
|
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
|
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
|
|
|
extras.yarn.packages = "yarn"
|
|
|
|
|
|
2023-12-20 19:03:04 +01:00
|
|
|
|
[resources.database]
|
2023-12-20 19:08:54 +01:00
|
|
|
|
type = "postgresql"
|