that0n3guy

Results 32 comments of that0n3guy

I can verify this is an issue. Its not just for `created_by`, or `updated_by`. Its also for `created_at` and `updated_at` and `nc_order`. That's a lot of system fields that don't...

This is also true for html and docx conversions. Same code as above but using local file in source.

Thanks for the fast response. Thats my bad, I assumed that your stacks were just an extended version of compose. What I'm looking for is the ability to quickly create...

@tanmoysrt that makes sense. That probably leads to my other post then: https://github.com/swiftwave-org/swiftwave/issues/1240 Docs on how to do it might be good enough.

A simple way to do this would be a simple interface for: https://github.com/offen/docker-volume-backup

I've been using offen/docker-volume-backup as well, it just seems to work. But would be nice if we had a simple UI for it.

Ok, I was able to reproduce. Steps to reproduce: - Add a domain to swiftwave that is NOT yet pointed at your swiftwave IP (so obviously DNS verification should fail...

In my testing, adding `-h localhost` to this line: https://github.com/coollabsio/coolify/blob/f28eefe603fab5becabd8821746304fa622b5802/app/Jobs/DatabaseBackupJob.php#L396 and this: https://github.com/coollabsio/coolify/blob/f28eefe603fab5becabd8821746304fa622b5802/app/Jobs/DatabaseBackupJob.php#L398 Seems to solve my backup issues.

Thanks, I'll tested out the url above... that works nicely.

Just a heads up for anyone using VScode on windows AND WSL. When you run /terminal-setup it sets up keybindings in linux (wsl)... you need to get it setup in...