Florent Poinsaut

Results 27 comments of Florent Poinsaut

Hello, Thank you all for you feedbacks. I removed trailing slash, added traefik v2 Docker label example and homogenized the examples.

Hi! Now yes :-D Ouptput seems identical. If you have some checkpoints, I can send you some print screen.

Hello, Thank you for you answer. But override all the `/etc/bareos` is a bit to much for me. I have set some params inside config files and with this solution...

Yes, this one: https://github.com/lencx/ChatGPT/releases/download/v0.11.0/ChatGPT_0.11.0_linux_x86_64.deb

😅 ``` ~$ ./chat-gpt_0.11.0_amd64.AppImage chat-gpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by chat-gpt) chat-gpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by chat-gpt) chat-gpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by...

Can you tell me where you store the configuration of your packages creation? Maybe I can help you to improve the compatibility with Debian.

> We use the GitHub actions: https://github.com/lencx/ChatGPT/blob/main/.github/workflows/release.yml Now we use `ubuntu-latest` to create our Linux app.Maybe it's wise to add `ubuntu-18.04`(diffrent libssl version for old Linux,older LIBC version), and use...

It's also possible to specify strong dependencies in .deb files (like libssl1 for the package for the "older" Linux distributions and libssl3 for the "newest" Linux distribution) as you can...

Don't worry about it. Thank you for this merge @kesselb

Hello, You can find a working example here: https://github.com/solution-libre/docker-dolibarr Regards,