kdrobnyh

Results 9 comments of kdrobnyh

@cdubz, just an idea: why not to store everything as UTC in the database and convert from/to for every data that it stored/retrieved?

Now [Babybuddy Docker image from LinuxServer](https://github.com/linuxserver/docker-babybuddy/pull/13) should be able to support MySQL/MariaDB as well. Check it out.

@cdubz, what else is needed? I use MariaDB in my own setup and everything seems to work well.

I use (with and without Docker) [mysqlclient](https://pypi.org/project/mysqlclient/). According to the different [sources](https://stackoverflow.com/questions/43102442/whats-the-difference-between-mysqldb-mysqlclient-and-mysql-connector-python), it's much faster than [pymysql](https://pypi.org/project/PyMySQL/) you mentioned. The drawback is it required an additional library installed in the...

@cdubz, what else is needed to close the issue?

The way I see it is having a separate subsection, since it requires a separate database setup. For Docker I use the following: 1. Create a new user and group...

Oh, small comment: `/run/mysqld/mysqld.sock` might be in a different place, depending on your system. I believe that the only package needed is `py3-mysqlclient`, package name is also system-specific.

Some of the images have `org.opencontainers.image.version` in their `.Entry.Manifest.Labels` map, even if you use `latest`. Is there any way to access manifest of installed images from Diun? That way it'd...

@crazy-max, is there a way to access manifest of installed images from Diun (to report the current version of images)?