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

71 lines
1.7 KiB
TOML
Raw Normal View History

2023-08-17 21:45:58 +02:00
packaging_format = 2
id = "crabfit"
name = "Crab Fit"
description.en = "Enter your availability to find a time that works for everyone! "
description.fr = "Trouver un temps correspondant à tout le monde en rentrant vos disponibilités"
2023-08-17 21:45:58 +02:00
version = "1.0~ynh1"
maintainers = ["limaanto"]
2023-08-17 21:45:58 +02:00
[upstream]
license = "GPLv3"
website = "https://crab.fit"
demo = "https://crab.fit"
#FIXME: Find where these two values will end up
#admindoc = "https://yunohost.org/packaging_apps"
#userdoc = "https://yunohost.org/apps"
code = "https://github.com/GRA0007/crab.fit"
2023-08-17 21:45:58 +02:00
[integration]
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "500M"
ram.build = "100M"
ram.runtime = "100M"
2023-08-17 21:45:58 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/crab"
2023-08-17 21:45:58 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["fr", "en"]
default = "fr"
[resources]
[resources.sources]
[resources.sources.main]
# No releases currently exist in the repo, looking forward to improving that
url = "https://github.com/GRA0007/crab.fit/archive/628f9eefc300bf1ed3d6cc3323332c2ed9b8a350.zip"
sha256 = "cc87276d26242a90f32f1462319f0cff35c576f6c438cc20e68601f26701b33b"
2023-08-17 21:45:58 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 3000
api.default = 3001
2023-08-17 21:45:58 +02:00
[resources.apt]
packages = "postgresql pkg-config"
2023-08-17 21:45:58 +02:00
[resources.database]
type = "postgresql"