mirror of
https://github.com/YunoHost-Apps/crabfit_ynh.git
synced 2024-09-03 18:16:21 +02:00
cleaning
This commit is contained in:
parent
a6628075bb
commit
0c322b5c20
2 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
Crab Fit helps you fit your event around everyone's schedules.
|
||||
Simply create an event above and send the link to everyone that is participating.
|
||||
Results update live and you will be able to see a heat-map of when everyone is free.
|
||||
|
|
|
@ -2,7 +2,7 @@ packaging_format = 2
|
|||
|
||||
id = "crabfit"
|
||||
name = "Crab Fit"
|
||||
description.en = "Enter your availability to find a time that works for everyone! "
|
||||
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"
|
||||
|
||||
version = "1.0~ynh1"
|
||||
|
@ -18,7 +18,7 @@ userdoc = "https://github.com/GRA0007/crab.fit"
|
|||
code = "https://github.com/GRA0007/crab.fit"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -43,16 +43,22 @@ ram.runtime = "100M"
|
|||
sha256 = "cc87276d26242a90f32f1462319f0cff35c576f6c438cc20e68601f26701b33b"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.allowed = "visitors"
|
||||
api.auth_header = false
|
||||
api.show_tile = false
|
||||
|
||||
[resources.ports]
|
||||
main.default = 3000
|
||||
api.default = 3001
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql pkg-config libssl-dev"
|
||||
packages = "postgresql, pkg-config, libssl-dev"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue