• 0 Posts
  • 4 Comments
Joined 1 month ago
cake
Cake day: November 1st, 2024

help-circle
  • This app looks cool in theory, but after about 2 hours acquiring API keys from 3rd party platforms and messing around with the docker-compose.yml, the application cannot connect to the mariadb container–it keeps claiming romm is unauthenticated despite checking the credentials several times.

    Judging by my experience and the many stale bugs on this project, it doesn’t look like this is ready.




  • I have this issue too, and I figured out a workaround. Deleting the files manually via rm frees up space. Deleting files via qBittorrent via UI or automatically does not.

    Turns out the files were just being moved to a “.Trash-UID” (where UID is the UID of the container) folder in the /downloads directory (or wherever that folder is mapped to on your host). Clearing that out freed up the space.

    I suspect this is a bug where the “Delete files permanently” setting is not being respected. You might want to set up a cron job to delete that folder periodically in the meantime.