diff --git a/conf/systemd.service b/conf/systemd.service index 1a953a1..9985c37 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Eleventy: Simpler site generator +Description=Eleventy: simpler site generator After=network.target [Service] diff --git a/manifest.toml b/manifest.toml index 3f8aac8..32a5702 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ admindoc = "https://www.11ty.dev/docs/" code = "https://github.com/11ty/eleventy/" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index 9195d57..44277c5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=18 +nodejs_version=20 #================================================= # PERSONAL HELPERS