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

101 lines
2.2 KiB
TOML
Raw Normal View History

2023-10-04 12:18:39 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "acropolis"
name = "Acropolis"
description.en = "Dynamic fork of diaspora*'s federated social network"
description.fr = "Fourche dynamique du réseau social fédéré de diaspora*"
2024-03-29 11:34:46 +01:00
version = "2022.01.29~ynh2"
2023-10-04 12:18:39 +02:00
maintainers = ["weex"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://magicstone.dev"
code = "https://github.com/magicstone-dev/acropolis"
[integration]
2024-03-29 11:34:46 +01:00
yunohost = ">=11.2"
architectures = "all"
2023-10-04 12:18:39 +02:00
multi_instance = false
2024-05-12 19:38:57 +02:00
2023-10-04 12:18:39 +02:00
ldap = false
2024-05-12 19:38:57 +02:00
2023-10-04 12:18:39 +02:00
sso = false
2024-05-12 19:38:57 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-10-04 12:18:39 +02:00
[install]
[install.domain]
type = "domain"
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "For federation to work, this needs to be true. False is ok if you want to run a private instance."
type = "group"
default = "visitors"
[install.email]
ask.en = "Enter email address for administative notifications."
type = "string"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/magicstone-dev/acropolis/archive/f586f64b4cee0b2a50f45b5cf6de4e1fd749def8.tar.gz"
sha256 = "716d9c5e1e8e7d2694dbe6d2c1b5e48e5a5537a29ec8a8d0a722e6750fffae56"
2024-03-29 12:02:21 +01:00
autoupdate.strategy = "latest_github_commit"
2023-10-04 12:18:39 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
web.default = 3000
[resources.apt]
packages = [
"g++",
2024-03-29 11:34:46 +01:00
# "libjemalloc1|libjemalloc2",
2023-10-04 12:18:39 +02:00
"libjemalloc-dev",
"zlib1g-dev",
"libreadline-dev",
"libpq-dev",
"libssl-dev",
"libyaml-dev",
"libcurl4-dev",
"libapr1-dev",
"libxslt1-dev",
"libidn11-dev",
"libxml2-dev",
"vim",
"imagemagick",
"postgresql",
"postgresql-server-dev-all",
"postgresql-contrib",
"optipng",
"jhead",
"jpegoptim",
"gifsicle",
"brotli",
2024-03-29 11:57:06 +01:00
"nodejs",
2023-10-04 12:18:39 +02:00
"cmake",
"pkg-config"
]
[resources.database]
type = "postgresql"