James Tufarelli

Results 75 comments of James Tufarelli

I haven't seen this error before. Let's see what's going on. Are you able to share your Docker configuration as well as set the LOG_LEVEL to `TRACE` and share the...

Got it. So the error is only when you have the log level on `trace`? The log levels are supposed to be uppercase, but I should probably just convert it...

Hey, yeah I've thought about this a little before. There are a few things to consider: - Nautical allows you to customize your backup folder format, so this may make...

Hey @StanMar-bit, I saw you created a fork and are working on the retention. How is that going? I'd love to get it incorporated it's working well. Do you need...

Noticing this as well. It also seems to happen with the clock widget, it resizes itself randomly.

You certainly can mount the volume as a source, like this ```yaml version: '3' services: nautical-backup: image: minituff/nautical-backup:2 container_name: nautical-backup volumes: - /var/run/docker.sock:/var/run/docker.sock - /config:/config - /var/lib/docker/volumes:/app/source # I am...

@rourke Yeah, totally understand. I can update the readme to make that more clear. When I started developing this app for myself all my containers were using bind mounts so...

> In the meantime, a quick workaround is to replace the special variable with an IP address." What IP address would I use when trying to access localhost? 127.0.0.1?

The fix for me was to actually remove the `extra_hosts` field completely. ```yaml extra_hosts: - "host.docker.internal:host-gateway" #

Hi @r3mi, I don't think there is currently, but I like this idea. I think that shouldn't be too hard to add.