Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Collectathon

Members
  • Joined

  • Last visited

Everything posted by Collectathon

  1. 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.
  2. 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.
  3. I've added information about using browserless-v2 to the main post and updated the template to specify Browserless-v2 in the description.
  4. 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.
  5. 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.
  6. 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
  7. 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.
  8. 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.
  9. 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
  10. The auth_secret variable protects the database, this is different to the password for your user login.
  11. Could you please share the logs from the container?
  12. Can you please share logs from Karakeep container?
  13. 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
  14. There's an field named 'Flora Codex Key' in the template already. You can paste your key there and you're good to go.
  15. 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.
  16. Due to trademark reasons, Hoarder has been rebranded to Karakeep. The good news is that both the old and new image repositories will continue receiving updates, so you don't have to update your template immediately. However, if you'd like to switch to the new naming scheme, you can update your template by changing the repository line: From: ghcr.io/hoarder-app/hoarder:release To: ghcr.io/karakeep-app/karakeep:release You do not have to change any other instance of the word Hoarder in the config, but you can if you would like to. Alternatively, you can stop your existing Hoarder container, use the new Karakeep template in CA and move your existing configuration to the new template.
  17. Application Name: Chhoto URL Application Website: https://github.com/SinTan1729/chhoto-url Docker Hub: https://hub.docker.com/r/sintan1729/chhoto-url GitHub: https://github.com/SinTan1729/chhoto-url A simple selfhosted URL shortener with no unnecessary features. Simplicity and speed are the main foci of this project. The docker image is ~6 MB (compressed), and it uses <5 MB of RAM under regular use. Documentation: https://github.com/SinTan1729/chhoto-url Support thread for Chhoto URL docker image.
  18. There is setup required to give HabitTrove permission to save data. This is in the description of the template. Did you complete these before starting the container? mkdir /mnt/user/appdata/habittrove chown -R 1001:1001 /mnt/user/appdata/habittrove
  19. Application Name: Flink Application Website: https://gitlab.com/rtraceio/web/flink Registry URL: https://quay.io/repository/rtraceio/flink GitLab: https://gitlab.com/rtraceio/web/flink Flink is a simple, Free, Libre, and Open Source URL Shortener built with love and a ASP.NET Core 8 Web API. Why yet another URL Shortener, you might ask yourself? Well, because Flink has a unique feature set, and demands around scalability, simplicity, security and traceability that no other URL shortener was able to fulfil. Documentation: https://gitlab.com/rtraceio/web/flink Support thread for Flink docker image.
  20. From what I can find, you may need to run the container privileged?
  21. Application Name: HabitTrove Application Website: https://github.com/dohsimpson/habittrove Docker Hub: https://hub.docker.com/r/dohsimpson/habittrove GitHub: https://github.com/dohsimpson/habittrove HabitTrove is a gamified habit tracking application that helps you build and maintain positive habits by rewarding you with coins, which you can use to exchange for rewards. Documentation: https://github.com/dohsimpson/habittrove Support thread for HabitTrove docker image.
  22. Hoarder will work without setting the NextAuth address. It's used for OAuth, as you would set this to your local or public Hoarder address. The only thing you'll notice by not setting this if using local authentication is that when you sign out, you won't be redirected properly.
  23. The API key is the one you set in the Meiliseach config and should have copied to the Hoarder config.
  24. Do you get the same Meilisearch errors as before in the Hoarder logs?
  25. Great, thanks for those. Since you are on the bridge network, change both the Meiliseach and Browserless address from `localhost` to your Unraid machine's local IP address. Leave NextAuth as is.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.