louislam / uptime-kuma

A fancy self-hosted monitoring tool

Home Page:https://uptime.kuma.pet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't set timezone Europe/Kyiv

mmospanenko opened this issue Β· comments

πŸ“‘ I have found these related issues/pull requests

In current release

πŸ›‘οΈ Security Policy

Description

Trying to sret timezone - getting an error
image

πŸ‘Ÿ Reproduction steps

  1. go to /settings/general
  2. set TZ:
image 3. Save

πŸ‘€ Expected behavior

Should be saved as expected

πŸ˜“ Actual Behavior

Error message accured

🐻 Uptime-Kuma Version

1.23.13-alpine

πŸ’» Operating System and Arch

Docker, Ubuntu, ARM64

🌐 Browser

Chrome latest

πŸ–₯️ Deployment Environment

  • Runtime: docker
  • Database: none
  • Filesystem used to store the database on: ext
  • number of monitors: 0

πŸ“ Relevant log output

nothing

That is a known bug of the -alpine variant of images and one of the reasons we deprecated them.
Please use the regular images instead.
Support for -alpine can only dropped in v2.0 as by semver. Please see #4500 for further detais on said release.

  • 1-23.13-alpine

    image

  • 1-23.13

    image

I don't think investing time from our side why this is happening is worth it and think that the merged changes resolve this
=> closing as resolved

If you/somebody wants to debug this further and see why alpine is such a weird duck for some things that would be appreciated. (we accept bugfixes for v1, but at least my motivation to debug this dropped feature is not enough)
Our contribution guide is here: https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md