Everything posted by GuildDarts
-
[Plugin] Docker Folder
Very curious why that would happen, but that's for another time i would recommend that you goto import/export then export all your folders. Then try and make a folder with only stopped. If i goes bad then you can just import it. Also if it goes bad could you attach the export to your post so i can try on my end
-
[Plugin] Docker Folder
@sjb217 this has me pulling my hair out. Can't seem to figure out why that would happen. Just made a folder named "stopped" added only stopped dockers and it works I really wanna figure out why this is happening but don't know where to start could you try another reinstall and if it happens again, tell me what you did to cause it
-
[Plugin] Docker Folder
if you do cat /boot/config/plugins/docker.folder/folders.json can you see all your folders or only the one the killed it all What did you name the folder that killed it, in your screenshot the folder has no name
-
[Plugin] Docker Folder
@darki73 wow thanks for the very detailed steps. I really need to learn to format my typing like that @sjb217 glad that its working could you elaborate what you mean by Not quite sure i'm totally getting your question sorry
-
[Plugin] Docker Folder
That's very much not intended If you open browser console and refresh the page do you get any errors? If you goto addFolder then in the top right there is a button called 'import/export' if you click it do you see all your folders there? Do your folders also seem to come and go like @sjb217 or are they just gone Are they missing on both the docker page and dashboard or just one of them? Will also try and see if i can reproduce this
-
[Plugin] Docker Folder
Sorry for the inconvenience and not actually fixing it @sjb217 @darki73 Hope it got it this time, if not will give it another go Will be going to bed so if its not fixed then sorry its gonna be a bit
-
[Plugin] Docker Folder
Dang knew i'd miss something. Should be fixed now
-
[Plugin] Docker Folder
Update Added: VM folder support @vw-kombi took a while but this is now a thing Fixed: Oddly named dockers showing up There might be a few bugs so watch out. In Case you find something check browser console for errors. Also if your folders are gone (not that i am expecting them to vanish ) there is a backup at '/boot/config/plugins/docker.folder/folders.backup.json'
-
[Plugin] Docker Folder
you are correct tho if you make a folder and dont sort a folder/docker after, the displayed order might be lying. you can see the order here "/boot/config/plugins/dockerMan/userprefs.cfg"
-
[Plugin] Docker Folder
That is indeed very odd. Just checked myself and i also have a docker named '0' tho it does not have a image. Also checked squids CA Backup / Restore Appdata plugin, which is where i copy pasted the code that displays the dockers (shhh dont tell ) and its also there Also checked CA Auto Update Applications and that does not have it. Will look at what that might be doing differently and see if i can fix it for docker.folder
-
[Plugin] Docker Folder
Thanks for the positive comment. Yeah my main motivation for making it was when i was running mailcow. 18 containers for one app was just a bit too messy
-
[Plugin] Docker Folder
@darki73 Just pushed an update with you PR (did not use the one liner) Thanks again for the PR
-
[Plugin] Docker Folder
@darki73 so i figured out your original error, look like it happens if the settings object is missing from folders.json. Why i might not have been there i've got no clue For me prefs is an array, i remember it turning into an object in the past for me when there was folders loading issues. You could try Reset sorting or deleting it at "/boot/config/plugins/dockerMan/userprefs.cfg" Will also include your PR as it still works if prefs is an array so win win For now a reinstall the plugin achieves the same goal. But yeah would be nice will do
-
[Plugin] Docker Folder
Should hopefully be fixed now, thanks for including browser console error
-
[Plugin] Docker Folder
There might be away for me to better support themes, will look into that. for now you can use the "Custom styling (advanced)" in theme engine .dockerPreview-no-icon-container { color: #486dba !important; } Hope it helps
-
[Plugin] Docker Folder
Yeah could not sleep so wanted to just give fixing it a quick try Sadly i'm unable to reproduce it this time around. Can't seem to get a combination that makes it break Might this have happened right after you just sort a folder/docker. If you refresh the page then just expand the folders and start/stop a docker does it still happen?
-
[Plugin] Docker Folder
Use the config type "WebUI_new_tab"
-
[Plugin] Docker Folder
if you add http:// to the front so http://Serverip:Port then it should work you can also do http://[IP]:[PORT:8888] that will get your servers ip and use port 8888 in this case. So if you server ever changes ip you wont have to edit all your folders
-
[Plugin] Docker Folder
@GuilhermeFluis Just pushed an update that might fix it, if not will try again. But now im really gonna sleep i would recommend that you also reorder any docker/folder as that will update "userprefs.cfg" which is what stores the sort order
-
[Plugin] Docker Folder
will look into this, had a nagging feeling in the back of my head today that i did not get it totally right Going to bed right now so will be a bit
-
[Plugin] Docker Folder
Glad that you're enjoying the plugin The issue should hopefully be fixed now, thanks for the detailed report made alot of sense Glad that its fixed tho wonder why it happens Just in case anyone is reading this and has this issue, could you check browser console for errors and attach "/boot/config/plugins/docker.folder/folders.json"
-
[Plugin] Docker Folder
Update Fixed: Refactor migration script and fix a few issues Fixed: folder export This should hopefully be fixed now, there was a bug that would covert an object into an array if there were no folders when a migration ran. Stemming from me not reading the docs Don't know if this is what caused your issue @L0rdRaiden, or if i need to fix something for 6.9.0
-
[Plugin] Docker Folder
Yeah might have something to do with running the beta as im not having the issue on stable. I don't really wanna upgrade my own system, as i think you cant just revert back without doing a few things (might be wrong tho) When you try start/stopping a docker could you check if you get any errors in browser console?
-
[Plugin] Docker Folder
Update Added: Global settings Added: Option to prevent docker page shifting @bambi73 This should fix it, the option is under "Global Settings" in the top right when editing/adding a folder. Changed a bit how the fix is a applied, so i hope it still works Added: Preview webui icon This update changes a few things about folders.json incase your folders are gone please report it. And there is a backup at "/boot/config/plugins/docker.folder/folders.backup.json" This should not happen but just in case
-
[Plugin] Docker Folder
Glad that you like it It's definitely possible to do, but it's not something that i would be willing to do right now sorry Might do it in the future as i have been thinking of doing folders for VMs, so i might also do for plugins then cuz why not