Darren Sisson
Darren Sisson
@RobertoGD can you paste the container labels
@RobertoGD i see you mention you have multiple servers, how is your ghost domain being directed to your server is it being proxied through your first server or directly using...
@RobertoGD it makes both incase you want to switch, you can set it to not make traefik labels if you require can you post your caddy logs, i am not...
@jb0gie looking at: https://github.com/coollabsio/coolify/blob/f28eefe603fab5becabd8821746304fa622b5802/bootstrap/helpers/docker.php#L395-L397 as well as the errors above, its clear that ```{$loop}_redir-ghost-{$uuid}``` is not a valid caddy directive i think the code should be just ```php $labels->push("caddy_{$loop}.handle_path.rewrite.regexp=^{$path}/(.*)"); $labels->push("caddy_{$loop}.handle_path.rewrite.replacement=/$1");...
Neither command above is correct Its a partial compose you so need to add both parts with -f When running docker pull if you don't specify the registry it will...
the data is stored in unixtime, but it looks like the js, just always converts it to utc in the browser https://github.com/coollabsio/coolify/blob/a528f4c3d1256cc6d007e0aa093deb0deba6b947/resources/views/livewire/project/shared/metrics.blade.php#L230-L230 so im guessing just altering the js code...
nixpacks build args are fixed in latest version (they are no longer empty), so this should be resolved in v452