Noah Groß
Noah Groß
Same here. The cloned site loads correctly but there is no reaction from trape whatsoever...
> @binarious this workaround (move to position 0 the primary display) fixed my issues. > > Before: > > ``` > hyprctl monitors ✘ INT 11:30:27 > Monitor DP-2...
Coolify uses the regex `^https?://([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}$` to validate FQDNs https://github.com/coollabsio/coolify/blob/2e3c815e53a4b6dff8f422c0a0c62d84c4f5dad4/apps/ui/src/routes/applications/%5Bid%5D/index.svelte#L676 While a FQDN technically has a `.` as the rightmost character (between top-level and root-level), I'd suggest coolify should still require...
> Indeed `^https?://([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z0-9]{1,}$` could do the tricks but I didn't understand why should coolify prevent user from using canonical FQDN like `^https?://([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z0-9]{1,}\.?$` Adding `\.?` would make `.` optional. Theoretically, you're...
> shouldn't this be easily doable by adding a connection with 'podman system connection add ...' and then just aliasing all the podman commands with 'podman -r' ? The problem...
> Normally, the .env file keeps default values, while .env.local and OS environments should override them. It's a common practice. It is definitely not: >It is added to each project...
I am in the same boat as @TsunayoshiSawada. Portainer seemed like a good solution for all projects until 30 minutes ago. Since portainer claims it can deploy stacks to agents,...
> Just to mention, it's not possible to use exported SVG files in Microsoft Office products. Nor in LibreOffice.
> Not sure if this issue is with Librespot or snapserver When running librespot in snapserver conf source = librespot:///usr/bin/librespot?name=Spotify&devicename=Keuken &autoplay=true &volume=75 &bitrate=320 &sampleformat=44100:16:2 &codec=flac (I tried a lot of...
> Please try with native librespot. We don't support raspotify or its own librespot fork - issues specific to that should be filed there. This issue is still valid as...