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:
parent
93435d66fa
commit
3860d74a5d
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue