Sytone

Results 117 comments of Sytone

Updated to 0.15.9, not sure what happened with the PR. Was showing empty. Also added comments on the container auto updating.

I am only running it on a x64 based OS, I do not have a Pi around at the moment to test a ARM version on, I am not even...

If you want to make a pull request we should be able to get both published. I am not using a arm platform at the moment so have not needed...

You can, this is based off the linuxserver images. TZ is an environment variable you can set. Did you try this via the CLI or compose and were there issues?

Just ran the docker command with TZ=Asia/Calcutta and checked the running container and saw it was in IST. `docker run --rm -it -e TZ=Asia/Calcutta -e PUID=1000 -e PGID=1000 -v D:/ob/vaults:/vaults...

Just made a new build, v0.0.4 which will push date information to the log when the container starts. I am guessing it is a Time Zone issues with daylight savings.

ok, I am not sure why the image is not switching time zones to DST for your area. Did Madrid make any changes to the dates that DST start and...

Happy to wait. Let me know if the time is correct when it switches over.

Adding reconfigure to the initial config script to force it as per comment by @benglim. ``` echo "Running dpkg-reconfigure -f noninteractive tzdata" echo "${TZ}" >/etc/timezone dpkg-reconfigure -f noninteractive tzdata ```

Thanks for this, updated the documentation with this information.