renegadespork

joined 2 months ago
[–] [email protected] 3 points 1 month ago

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.

[–] [email protected] 13 points 1 month ago (2 children)

I always thought that is funny, but I think they do that to ensure blank pages aren’t skipped by the printer.

[–] [email protected] 7 points 1 month ago

Microsoft is probably drooling at the prospect. They’ve been trying to get that IE monopoly back since this happened to them.

[–] [email protected] 4 points 2 months ago

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.