diff --git a/conf/systemd.service b/conf/systemd.service index 2badc5c..7c0c215 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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__ diff --git a/manifest.toml b/manifest.toml index 5fbe088..b169147 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"