Everything posted by paroxy
-
[Plugin] Custom Tab
BUG FIX NEEDED: Both (See HERE) links are broken in Settings > Custom Tab http://fontawesome.io/cheatsheet/ --> Redirects to their homepage https://lime-technology.com/forums/topic/57109-plugin-custom-tab/ --> Redirects to UNRAID's new homepage.
-
[SUPPORT] wupasscat's Template Repository
What is the default username deluge-exporter uses for Deluge? I'm having trouble getting the webui authentication working. Thanks.
-
[Support] A75G Repo
Sorry to leave you hanging like that! You're close... the path should be pointed to a folder that contains both the conf.yml and the item-icons folder. You have the path pointed to a file right now. This is my template: And this is the dashy appdata folder the path it points to: If your links still aren't showing up... check the owner:group for Dashy's appdata folder and all of it's contents. Should be 99:100: chown -R 99:100 /mnt/user/appdata/dashy I hope this helps.
-
[Support] A75G Repo
Funny, last night I was fighting with the same issues you were having Flex0. First with the port and then with the conf.yml file not loading or saving. Long story short, Dashy was changed upstream and our old docker templates were now wrong. The conf.yml file and icons folders now internally map to /app/user-data, instead of /app/public. https://github.com/Lissy93/dashy/discussions/1529 In the end I had to: 1. Recreate the port mapping so 8080 was the internal port. 2. Remove the old file path mappings and add a single new one: Container Path: /app/user-data/ <-- Host Path: /mnt/user/appdata/dashy/ Should be good after a restart.