GuildDarts

Members
  • Posts

    209
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GuildDarts's Achievements

Explorer

Explorer (4/14)

60

Reputation

  1. If you enable advanced view you should get 2 options “Start expanded on Docker/VM page” and “Start expanded on Dashboard”
  2. Dang i had fixed that but guess i forgot to include the fix *facepalm currently not able to push a fix as im not at a pc, will be in a few days Just tired this on an ipad and see the same thing. Will fix it when i get to a pc
  3. Just pushed an update with the fix, if you wanna give it a go
  4. Did you enable the option "Only animate icon on hover" i found that it can cause folders not to load if you use it with an icon from a url. i have a fix for it just have the pushed it yet. If thats not the issue then could you open the browser console and check what errors you might be getting? That is indeed very strange, all the plugins does is really just some javascript i cant see how that would have an effect on containers being able to communicate. Just tried on my own system putting 2 containers in separate folders but i could still ping from on to the other
  5. The reason why i went with dockerFolder.folderId is that technically 2 folders can have the same name as it only checks if another folder has the same id. Think i will add a dockerFolder.folderName which will just pick the first match, so as long as you dont have 2 folders with the same name (which i doubt anyone actually has) it will just work The reason why i added the regex option was for pterodactyl as it creates a container for every game server with a random name. And i did not want to manually select the containers every time i created a new server. Think its the example shown if you open the regex help text
  6. 70 When you hover over the text for the options your mouse pointer should change to a question mark thing and when you then click it will show a little blue help box. But yeah there are a few that dont have it like Container/VM preview, if thats what you mean? The add button also has a little question mark in the top left that will show some help info but that only seams to work for the webui option (will fix that). The Docker Action option will run docker start/stop/etc for all your containers in the folder. The Docker Sub Menu will show the menu for the selected docker in a sub menu (picture below shows). Finally, the bash option with run what ever you put in the cmd option e.g. could be the path to some script or just "cd /some/dir; docker-compose up -d" Oh and the divider option just adds the small grey lines between the buttons to help things look nicer
  7. Good idea, will see if i cant find a good way to get label data. Would making a label e.g. dockerFolder.folderId = someid and any container with that label gets added to the folder with said id achieve the same result you're after? Think that would be a bit cleaner as you only have to make a folder then add the label to the folder
  8. Ah, that menu shows a selection of icons for the currently selected containers/vms Maybe i could expand that menu to have one page for the currently selected containers/vms, another for all your uploaded icons and one showing the icons for the icon collection
  9. You can press the upload button and upload for that one folder, there is no way to view all your uploaded folder icons.
  10. Was a really dumb mistake on my part but should be fixed now i hope
  11. either 'cat /boot/config/plugins/dockerMan/userprefs.cfg' to just echo it in terminal or 'nano /boot/config/plugins/dockerMan/userprefs.cfg' to edit the file
  12. Dont think you can using Krusader dont know why tho, i have /boot mounted as a smb share for easy accesses, but you could use the terminal. Whats interesting is that in your screenshots the folders themselves have the same sort order but its the containers inside that is messed up. Do you use the "Start expanded on Dashboard" and "Start expanded on Docker/VM page" or did you do it manually for the screenshot? PS: nice screenshot made it really easy to see the issue
  13. Could you check if if /boot/config/plugins/dockerMan/userprefs.cfg matches the sort order of the docker page or the dashboard? Also are all you containers in folders or are there some that are not maybe a screenshot of your dashboard might help me Sorry about the confusing edit of my last post thought i had reproduced the issue but after a refresh of the page it was fixed
  14. Just played around a bit to try and reproduce the bug, got it to mess up a bit if i removed a container but was fixed for me when i reset sort order so maybe not the same bug. The thing is i cant think of anything different in how the containers are loaded on the dashboard compared to the docker page very weird if you open the file /boot/config/plugins/dockerMan/userprefs.cfg does that match the sort order of the docker page or the dashboard? edit: t̶h̶i̶n̶k̶ ̶i̶ ̶m̶a̶y̶b̶e̶ ̶f̶o̶u̶n̶d̶ ̶i̶t̶,̶ ̶d̶o̶ ̶y̶o̶u̶ ̶h̶a̶p̶p̶e̶n̶ ̶t̶o̶ ̶h̶a̶v̶e̶ ̶a̶ ̶f̶o̶l̶d̶e̶r̶ ̶t̶h̶a̶t̶ ̶u̶s̶e̶s̶ ̶t̶h̶e̶ ̶r̶e̶g̶e̶x̶ ̶o̶p̶t̶i̶o̶n̶ ̶j̶u̶s̶t̶ ̶t̶i̶r̶e̶d̶ ̶t̶h̶a̶t̶ ̶a̶n̶d̶ ̶g̶o̶t̶ ̶a̶ ̶r̶e̶s̶u̶l̶t̶ ̶t̶h̶a̶t̶ ̶m̶a̶t̶c̶h̶ ̶w̶h̶a̶t̶ ̶y̶o̶u̶'̶r̶e̶ ̶d̶e̶s̶c̶r̶i̶b̶i̶n̶g̶.̶ I was wrong after i refreshed the page it when back to normal *sigh
  15. Odd that its not the same on both pages, could you try and reset sort order on the docker page maybe that might help