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

Update manifest.toml

This commit is contained in:
Thomas 2023-03-03 14:50:39 +01:00 committed by GitHub
parent 93435d66fa
commit 3860d74a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,8 @@ code = "https://github.com/SamR1/FitTrackee"
yunohost = ">= 11.0.9"
architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
ldap = "false"
sso = "false"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
@ -51,7 +51,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.ports]
main.default = 8000
main.default = 5000
[resources.apt]
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev"