-
[Support] Dropbox Docker — Reliable Headless Dropbox for Unraid (islamdiaa/dropbox-docker)
Hey there, thank you for putting this out there. I have a persistent issue, where my account won't sync, and then after a restart it won't be logged in. Funny enough, checking /root/appdata/dropbox/.dropbox, I can see that it creates new instances after a restart. I have instance1 and instance2 - this will continue after each restart. Is there something I should try out here? I had the exact same issue with the older image from other-guy. Thank you. docker inspect dropbox.txt
-
ANIMATEK changed their profile photo
-
[Plugin] GUI Search
Please excuse my retardness.
-
[Plugin] GUI Search
Hey so I've noticed that the plugin stopped working when I updated to unraid OS 7. Does this happen only to me or are you guys having the same problem? Thank you.
-
[Plugin] Appdata.Backup
Hello there, This issue happens only sometimes, like once every 10/15 backups. I have a container that is a VPN tunnel, PIA. There are 3 other containers that have Network Type: Custom container:pia The VPN container starts always first. When the other 3 start after the backup, they fail, as they are looking for a container id for their network and this has changed. I have a stupid fix in place in the post-run script that checks if the containers are running or not, and then executes the whole docker run, as it is displayed when starting from the UI. They come up without an issue. if docker ps --filter "name=thelounge" --filter "status=running" | grep -q "thelounge"; then echo -e "Container thelounge is running\n" else echo -e "Container thelounge is not running.\n" /usr/bin/docker remove thelounge /usr/bin/docker run -d --name='thelounge' --net='container:pia' [...]' Since I have this fix in my script I don't have issues anymore, other than the red notifications when it happens. I wanted to bring attention to it. Thank you for the development efforts. The plugin is staple for me. Debug log ID: 4b60e7f5-421c-45b4-abcf-74730e670f60 Issue in Github: https://github.com/Commifreak/unraid-appdata.backup/issues/38
-
Docker UI - Can you set/modify attributes for Project Page, Support?
Just restart the container iirc.
-
[Plugin] CA Application Auto Update
Yeah that's true, I do get irritated when I see update available though. But in that case I could run it with AppData Backup and call it a day. I will see, thanks for the input.
-
UNRAID Server freezes with no real explanation?
Hello there, My server stopped working yesterday and I had to manually reboot it. Today it happened again, but after around 15m not responding, it came back to life. The symptoms were: - WebUI and SSH time out - Dockers not available - Ping works fine I activated the syslog after this last incidence (so for next time), but as the server wasn't rebooted, I took the the diagnostics right after I could log-in again. unraid-diagnostics-20240227-0818.zip The issue happened almost exactly at 8AM, when the Auto Update Apps tries with Docker. I don't know if it's related, but I have deactivated it now, see if it happens tomorrow. Unfortunately I cannot make much sense of the logs, so any help here will be greatly appreciated. Thanks in advance.
-
[Plugin] CA Application Auto Update
Thank you, the cron expression was completely wrong. I want it more like 0 8-15 * * *
-
[Plugin] CA Application Auto Update
I think the theme is putting you off. Those are indeed the settings for Docker (check "Time to wait for graceful stop before killing", which is only in Docker)
-
[Plugin] CA Application Auto Update
I am having trouble figuring out why my containers are not updating. Unfortunately, it is quite hard to search in this huge thread (or I don't know how). I looked around but I don't even know where the logs for the plug-in are. I am clueless. I attached my config but it is so simple I don't know what can be wrong. I also already reinstalled the plug-in. If I go to the Docker page I might see 1 or 2 that say "apply update". If I click search, almost always something comes up (I have a container that gets a new push everyday at around 8AM). The plug-in seems to not be working at all. Can someone give me hand?
-
Containers show update available even when it is up-to-date
So Wachtower is not good for Unraid at all, I am using now the Auto Update plugin (not a Container) and it works way better. As a bonus feature, it can also update other plugins and notify you when a OS update is available. It is dumb considering that Watchtower is the most downloaded Container.
-
Containers show update available even when it is up-to-date
@Squid Hey sir would you mind acknowledging this? I opened the post exactly as you requested in the other thread. It is a consistent issue that it's there all the time, so I would be cool to know if somebody is looking at it. Thank you.
-
ANIMATEK started following Containers show update available even when it is up-to-date
-
Containers show update available even when it is up-to-date
This is kinda re-opening the following thread: I have this problem in 6.12.3 too. It happens with many containers and not just from LSIO. I do have Watchtower installed, I don't know if it matters. Edit: Diagnostics added. unraid-diagnostics-20230717-1053.zip
-
Docker UI - Can you set/modify attributes for Project Page, Support?
Found it /boot/config/plugins/dockerMan/templates-user
-
Docker UI - Can you set/modify attributes for Project Page, Support?
Did you find what you were looking for?