luckylinux

Results 65 comments of luckylinux

It's also generating this error during certificate creation ``` 20C02385FFFF0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:../crypto/evp/evp_fetch.c:373:Global default library context, Algorithm (nodes : 0), Properties () 20C02385FFFF0000:error:03000086:digital envelope routines:do_sigver_init:initialization error:../crypto/evp/m_sigver.c:253: ``` And server.crt is empty...

Actually the issue might be related to the "-nodes" option I used here (in some cases it's required, otherwise the prompt `Enter the PEM Passphrase` appears). Updated to this generates...

Now it works but I do not know why ... I regenerated all certificates, keys and CA ... Then from **outside** the container I did ``` chown -R $user:$user "${basefolder}"...

Adding an `external: true` directive in the `network` section seems to be a workaround for the issue. That still doesn't explain why the behavior is different between hosts though ......

Adding an `external: true` directive in the `network` section seems to be a workaround for the issue. That still doesn't explain why the behavior is different between hosts though ......

@Expaso I just discovered this very interesting project :+1:. I was about to convert my SQLITE Database to PostgreSQL, but then I thought ... Maybe I should just convert it...

@Expaso Thank you for your reply. But since it's a "addon" I guess it's not really applicable to my case, where I am running `homeassistant` myself under Podman (Docker). I'm...

@Expaso Is there some difference by actually running the container standalone (e.g. docker pull husselhans/hassos-addon-timescaledb-amd64:latest) compared to what I'm doing (e.g. docker pull timescale/timescaledb-ha:pg16-all), besides the fact that I will...

@Expaso That's quite clear, thanks :+1: . So, if I understand correctly, your "addon" is not so much an "addon" (at least not for me if I run it as...

I finally managed to get my migration script kinda working now ... Some very tricky to diagnose DNS Name Resolution of Podman made me lose a few days :upside_down_face:. I...