Anchor cms package getting timezone from manifest.json

Hello,
I have started to package anchor cms (my first attempt at a package)
it is still very new, so please don’t use on a live system!
https://github.com/xpd259/anchorcms-yunohost

I’m having trouble setting the timezone, in the “scripts/install” file lines 23 and 78 do the magic “with manifest.json” holding the data on line 60.
But rather than getting e.g. “Europe/Paris” I’m getting “3” in the config file /var/www/anchor/anchor/config/app.php

currently, the GitHub code is set to always use “Europe\London” till I fix this

unfortunately, there is no LDAP support yet so the I’ve set a default password of “password123” for the moment, till I get around to fixing that.

1 Like