2023-08-17 21:45:58 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
2023-08-22 02:02:34 +02:00
|
|
|
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"
|
|
|
|
|
2023-08-22 02:02:34 +02:00
|
|
|
maintainers = ["limaanto"]
|
2023-08-17 21:45:58 +02:00
|
|
|
|
|
|
|
[upstream]
|
2023-08-22 02:02:34 +02:00
|
|
|
license = "GPLv3"
|
|
|
|
website = "https://crab.fit"
|
|
|
|
demo = "https://crab.fit"
|
2024-03-09 23:56:08 +01:00
|
|
|
admindoc = "https://github.com/GRA0007/crab.fit"
|
|
|
|
userdoc = "https://github.com/GRA0007/crab.fit"
|
2023-08-22 02:02:34 +02:00
|
|
|
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
|
2023-08-22 02:02:34 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "500M"
|
2024-03-03 00:11:04 +01:00
|
|
|
ram.build = "500M"
|
2023-08-22 02:02:34 +02:00
|
|
|
ram.runtime = "100M"
|
2023-08-17 21:45:58 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
2023-08-22 02:02:34 +02:00
|
|
|
# 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]
|
2023-08-22 02:02:34 +02:00
|
|
|
main.default = 3000
|
|
|
|
api.default = 3001
|
2023-08-17 21:45:58 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
2024-03-03 00:11:04 +01:00
|
|
|
packages = "postgresql pkg-config libssl-dev"
|
2023-08-17 21:45:58 +02:00
|
|
|
|
|
|
|
[resources.database]
|
2023-08-22 02:02:34 +02:00
|
|
|
type = "postgresql"
|