mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
cleaning
This commit is contained in:
parent
9851de8e34
commit
a11472cc70
2 changed files with 8 additions and 4 deletions
|
@ -10,8 +10,8 @@ Environment=NODE_ENV=production
|
|||
Environment=DOTENV_CONFIG_PATH=__INSTALL_DIR__/etc/facilmap.env
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
#ExecStart=__INSTALL_DIR__/bin/facilmap-server
|
||||
ExecStart=/usr/bin/yarn sserve
|
||||
WorkingDirectory=__INSTALL_DIR__
|
||||
WorkingDirectory=__INSTALL_DIR__/server
|
||||
ExecStart=/usr/bin/yarn serve
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=__APP__
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Facilmap"
|
|||
description.en = "Collaborative maps and routing with a straightforward interface"
|
||||
description.fr = "Carte collaborative avec une interface simple et pratique"
|
||||
|
||||
version = "3.4.0~ynh3"
|
||||
version = "4.1.1~ynh1"
|
||||
|
||||
maintainers = ["Squeak"]
|
||||
|
||||
|
@ -23,8 +23,11 @@ code = "https://github.com/FacilMap/facilmap"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -86,6 +89,7 @@ ram.runtime = "50M"
|
|||
[resources.sources.main]
|
||||
url = "https://github.com/FacilMap/facilmap/archive/refs/tags/v4.1.1.tar.gz"
|
||||
sha256 = "72cf9f7fbc6e9d5c73f7c1af02be63d2c5a99d13cf89c96af834db6004c89cf6"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
|
@ -102,6 +106,6 @@ ram.runtime = "50M"
|
|||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
extras.yarn.packages = "yarn"
|
||||
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue