-
Unraid 7.2.4 - Intel Arc A380 Using i915 Driver, Would Like to Use XE Driver
I found that I needed to also update Plex. I was using the :latest tag. This doesn't have support for the XE driver, whereas the :plexpass tag does have support. Once I updated, Plex is now using my A380 (with XE driver) GPU to transcode instead of the CPU.
-
[Support] Collectathon - Karakeep
Karakeep isn't connecting to Browserless. If you haven't set a token in the Browserless config, try removing '?token=' and everything after in the Browserless Address variable.
-
[Support] Collectathon - Karakeep
I've added information about using browserless-v2 to the main post and updated the template to specify Browserless-v2 in the description.
-
[Support] Collectathon - Plant-it
It looks like Plant-it is unable to connect to MariaDB. Can you check that the database details are correct. It doesn't seem to be the username/pass but the db details.
-
[Support] Collectathon - Plant-it
I assume this is a message from the webUI. Could you please share the container logs when this occurs? It may also be helpful to share your current Unraid template.
-
[Support] Collectathon - Karakeep
I assume 192.168.0.18 is your Unraid IP. I can see that they are both on the same custom network which I assume is a custom bridge network. With that info, you are currently trying to connect to Browserless via 192.168.0.18:3000 when the port for Browserless has actually been changed to :3012 Either of these addresses should work to get Karakeep connected to Browserless: 192.168.0.18:3012 browserless:3000
-
[Support] Collectathon - Karakeep
Could you please share your Unraid template? Karakeep's database is in the data dir under called db.db. Optimally, you should back up the entire data dir as it contains all the assets (thumbnails, archives, etc). By default, the template sets this location to /mnt/user/appdata/karakeep. You can make a copy of this, remove the container, recreate the container, then add the database back.
-
[Support] Collectathon - Karakeep
I'm not sure why that is the case. I'm using the docker name as well in a custom network and it works as expected.
-
[Support] Collectathon - HabitTrove
I am not affiliated with the project, I'm just a community member who maintains the template independently. Any feature requests or bug reports should go to project site. https://github.com/dohsimpson/habittrove
-
[Support] Collectathon - HabitTrove
The auth_secret variable protects the database, this is different to the password for your user login.
-
[Support] Collectathon - HabitTrove
Could you please share the logs from the container?
-
[Support] Collectathon - Karakeep
Can you please share logs from Karakeep container?
-
[Support] Collectathon - Plant-it
Although you should be able to breakdown the connection string to the individual parameters, it does look like there is no way to passthrough a database variable. If that is something you need, you can make a feature request it on the GitHub project. As a workaround, you could disable the cache by adding the following variable. This will disable the redis cache altogether: CACHE_TYPE=none
-
[Support] Collectathon - Plant-it
There's an field named 'Flora Codex Key' in the template already. You can paste your key there and you're good to go.
-
Collectathon started following [Support] Collectathon - Plant-it
-
[Support] Collectathon - Plant-it
Application Name: Plant-it Application Website: https://docs.plant-it.org/latest Docker Hub: https://hub.docker.com/r/msdeluise/plant-it-server GitHub: https://github.com/MDeLuise/plant-it Plant-it is a gardening companion app that helps you take care of your plants. It does not recommend you about which action to take, instead it is designed to log the activity you are doing. This is on purpose, I strongly believe that the only one in charge of knowing when to water your plants, when to fertilize them, etc. is you (with the help of multiple online sources). Plant-it helps you remember the last time you did a treatment of your plants, which plants you have, collects photos of your plants, and notifies you about the time passed since the last action on them. Documentation: https://docs.plant-it.org/latest Support thread for Plant-it docker image.