Everything posted by scolcipitato
-
[Plugin] FolderView
Sorry about that but I thought it was easier to say just type something instead of open the console, type commands and send me the output
-
[Plugin] FolderView
Have you reordered the docker inside the folder or the containers in the docker tab?
-
[Plugin] FolderView
On the docker screen, just type debug and a download will start, then post the file here or DM it to me.
-
[Plugin] FolderView
I think not, simply because the number of icon shown depends on the size of the screen, if you go and inspect the preview you will find that all the container are in the preview, so if you are good at CSS you can try to fix it, then send me the code or make a PR on GitHub. I'll work on it with the update option, yesterday I haven't done anything, but today I will work on it, so maybe by the end of the day I finish it.
-
[Plugin] FolderView
I need the debug to help you, so you need to DM me with it or post it here.
-
[Plugin] FolderView
Your unraid order is wrong, to fix it just reorder a container then refresh.
-
[Plugin] Docker Folder
I will do it, I just need to figure out how to do it. Anyway, we have a new thread for the new plugin, i think is better to post there.
-
[Plugin] FolderView
Fixed, now it should work, if you have the old plugin, I would wait until this become available on the CA. Just a possibility, you can put the image directly in the without downloading anything.
-
[Plugin] Docker Folder
This is the link to the new support thread, I'm moving everything to a new GitHub repo and then I will try and put this on the CA.
-
[Plugin] FolderView
FolderView lets you create folders for grouping Dockers and VMs together to help with organization. Especially useful if you're using docker-compose. Getting Started: A new button named "Add Folder" will appear at the bottom of the docker and VM tab(s) next to "Add Container". GitHub AUTOSTART With this plugin installed, you have to keep in mind that the order of the containers/vm might not be the actual order of the container, this is an issue with containers that are set to autostart. The plugin checks what you see and the unraid order and shows if the order is the same with this icon . If this icon is green like here means that the order you see is the same of unraid, if the icon is red this means that the unraid order is different. To fix that you can simply reorder a folder or a container and then refresh the page, you will see that the icon is turned green. DEBUG MODE To enable the debug mode you have to type 'debug' and you should see a download starting. If you have a problem you will likely be asked to submit that file, the file is specific to the tab that you are on. If nothing happens, open the browser console and send a screenshot of that. CUSTOM CSS/SCRIPT Using custom CSS/scripts is easy, just download the files and import it with the button in the settings. Here is a list of repository with custom CSS: hernandito Mattaton For the ones brave enough to make custom CSS or scripts, on GitHub you will find a README with all the instruction, if you have question you can DM me or ask it here. TRANSLATIONS If you want to translate this plugin, you can find the files here, but before read below. The "locale" field and the name of the file should be an ISO 639-1 language code. If you translate, don't edit any HTML tags you see, only edit text. In the translation file, you might encounter the symbol $ followed by a number, you can't remove them, but you can move them around as much as you want. DOCKER LABELS You can add docker containers to folders by adding the label "folder.view", the value of the label is the name of the folder. FAQ BEFORE asking, please search if any other user asked the same thing, you might find your solution. Q: How can I sort the content of a folder? A: In the edit page, you can drag and drop the containers/VM just like the normal docker page. Q: How can I sort the folder themselves? A: In the docker page since 6.12 there is a padlock green icon in the toolbar, click that, and you can just drag and drop the folder like normal containers/VM.
-
[Plugin] Docker Folder
I'll do it now then
-
[Plugin] Docker Folder
sounds really good to me.
-
[Plugin] Docker Folder
Made a new update: Fixed an issue where folder were offsetting index on the grabbing A little CSS work UX on the folder creation/edit page debug mode ability to set the folder icon from a docker container or VM The debug mode is the interesting one, it dumps all the important data to replicate bugs and download a file. I'm still thinking about a name...
-
[Plugin] Docker Folder
I think I have a name. Does 'UnFolders' sound good?
-
[Plugin] Docker Folder
Is the old plugin messing up the order, to fix, simply move one container and refresh.
-
[Plugin] Docker Folder
Yes, but from top to bottom of the userprefs, not what you see. What I said can happen if a folder is created and never enter the userprefs, when this happens the containers remain in the original position and so start according to that.
-
[Plugin] Docker Folder
This is my bad, i kind of forgot about unraid themes, and set the table to be dark, there are headers and labels for the containers, the text is black for you, and black on black is not exactly visible. I like Unraid Stacks, I don't know if I can use the word unraid. This can be a problem with my plugin, my plugin won't change the order of your containers until you reorder, so if you set autostart on a folder which is not in the unraid 'vanilla' order, unraid will start containers based on what he sees. TLDR; reorder the folder if you need the autostart to work correctly.
-
[Plugin] Docker Folder
For now, the plan is to keep the plugin up to date. This is the plan, but as you said I want to rename it to something different, I just don't have any ideas for a new name (I don't think 'Folders' is not a good name).
-
[Plugin] Docker Folder
You used the right link.
-
[Plugin] Docker Folder
Just check for update
-
[Plugin] Docker Folder
Maybe I have resolved it, update and see how it goes.
-
[Plugin] Docker Folder
For me, it seems to work just fine. I found Vm folders are not working in the dashboard, this will be fixed on the next update. For your case, you can run in the browser console: await $.get('/plugins/docker.folder/server/read.php?type=vm').promise(); and await $.get('/plugins/docker.folder/server/read_order.php?type=vm').promise(); Then send me the output.
-
[Plugin] Docker Folder
It should be fixed, I haven't tested much, but the code is similar to the one for the docker. Edit: Thought I said that the VM are done, I didn't, so... The VMs are done!
-
[Plugin] Docker Folder
Sadly, yes, I didn't want to mess too much with the preview.
-
[Plugin] Docker Folder
This is the old one. I don't think you need to reboot, just uninstall and reinstall.