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. Could you please share screenshots of both your Hoarder and Meilsearch configs?
  2. mini-dashboard isn't in the Meilisearch package. It's a separate container you would have to run to visualise your data.
  3. Generally that error is caused by a misconfigured variable, although I cant see anything at first glance. Are you able to ping the Ollama instance from inside the Hoarder container?
  4. The reason for this is that there are frequently breaking changes between version which require manual migration. You are welcome to update Meilisearch but the search functionality may break if you have data and don't perform this migration (or delete the database and regenerate). Due to this I would not recommend the :latest tag. As for the master key, it seems that it doesn't like symbols, I'll add this to the template.
  5. As of 0.16.0, Redis was removed as a dependency. Related variables were removed from the updated template but wouldn't impact existing installations.
  6. I actually run Bar Assistant on my server as well. It was such a pain to set up for use externally that I didn't share the template. As for Meilisearch, I use the same instance. I'm not sure which is preferred but I use a single instance.
  7. The data for Hoarder is saved to the location specified by the Appdata. Inside the data folder is the assets folder and a db.db file. By default, this saves to a folder in your appdata. If you want to split this up, you can add another path for /data/assets and map it wherever you want.
  8. That's frustrating. I'm glad it's working correctly now.
  9. I can't say that I have experienced this error, and I am unable to reproduce it. It is likely you would receive better support directly from the developer there. I have this same template and I know others are using it without issue as well. https://discord.gg/hJybMWE8Wd
  10. This is better. It indicates that you have not added http:// to the meilisearch address variable in the Hoarder template e.g. http://192.168.1.100:7700
  11. I fail to see what further information needs to be provided outside of official documentation. The logs you show say that Meilisearch is starting fine and is working correctly. The server listening on will always say 0.0.0.0:7700. There are three variables for meilisearch Port - don't have to change it Appdata - wherever you app data is Master Key - whatever you want In Hoarder, you use two variables relating to Meilisearch. Master Key - same thing you setup before Address - this completely depends on which network you are using Hoarder. If you are using both in Host it should just be localhost:7700 or unraid_device_ip:7700 assuming you have changed any default values. If your in br0 then it will be the ip of the meilisearch docker container.
  12. It's up to personal preference. I prefer the native templates over Docker Compose Manager. With the Unraid template I can use my existing dependencies which is a bit easier to backup. I wouldn't recommend pulling a docker-compose file every release. It would take a similar amount of maintenance with either method if there are breaking changes to the project.
  13. This is how to update from the hoarder-web and hoarder-worker containers to the unified hoarder container. Version < 0.16.0 will continue to work, however, it is highly recommended to update to this new unified image. Easy Stop the existing Hoarder containers Install the new Hoarder template from Apps and copy the existing variable values to their matching keys Start the new container, ensure that no data is missing Remove both old Hoarder containers Advanced Use the instructions provided in the 0.16.0 discussion page on GitHub to modify your existing hoarder-web container template
  14. In your Unraid terminal, type `docker logs meilisearch` and then paste the logs. That will give us more an idea of what is going on.
  15. Thanks. Fixed. Updated from :latest as there are frequent breaking changes that require manual migration.
  16. There are two different versions of browserless. The token you need is passed through as an env variable to the browserless container. If you are using browserless v1, you may not have/need a token. Both versions are available in CA. Browserless-v1 - Token optional - Example: ws://browserless:3000 Browserless-v2 - Token required - Example: ws://browserless:3000?token=my-token
  17. You're welcome! I'm glad that you got it up and running.
  18. That's awesome! Thanks for the update.
  19. I believe I have found the issue. Normally Docker does not allow Docker containers to directly access the same subnet as the one used by the host. You can allow this under Settings → Docker by changing Host access to custom networks from disabled to enabled. The other option is to also move your Redis container to your br0 network.
  20. Thanks for that. Are you able to connect to Redis if it is in Bridge mode instead of Host? Also, change the Redis Host address to just the IP address without the 'http://'.
  21. Hoarder can't reach Redis. Can you please send a screenshot of your Hoarder config.
  22. I haven't used LocalAI before but in theory, you can add/modify the variables below as it should be a drop-in replacement for OpenAI. Other who have actually used it may be able to provide more support. OPENAI_BASE_URL = http://localhost:8080 OPENAI_API_KEY = sk-XXXXXXXXXXXXXXXXXXXX INFERENCE_TEXT_MODEL = gpt-4
  23. From amp-dockerized GitHub readme: A lack of commits & releases does not mean this project is dead. The image is configured by default to auto-update AMP on startup, meaning that new image releases are often not necessary.
  24. There will be an AIO template if the developer creates an AIO docker image. From what I can tell, this is on the roadmap, but it's not a priority. Yes, Hoarder supports importing bookmarks from Chrome. https://docs.hoarder.app/import/ You can run both simultaneously to try it out. I'm not trying to convince you to switch, I just like the software so I made a template.
  25. They access the same database and communicate through redis. The data dir of the worker needs to be the same as the web container.

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.