[OUTDATED] Extended Docker configuration page


Recommended Posts

really liked how you have an option on the apps page to go from banner to icon, but will there be any plans to incorporate the same options that are available in banner view, while the apps page is in icon view ie... add, start, stop, and logs.

 

Well, you've changed my mind. This answers your question?

 

nMIYpyp.png

Link to comment
  • Replies 635
  • Created
  • Last Reply

Top Posters In This Topic

really liked how you have an option on the apps page to go from banner to icon, but will there be any plans to incorporate the same options that are available in banner view, while the apps page is in icon view ie... add, start, stop, and logs.

 

Well, you've changed my mind. This answers your question?

 

nMIYpyp.png

 

Wow !!

 

This is really good! +1 on this icon view with options.

Link to comment

[glow=red,2,300]UPDATE: [/glow]

 

Version 2014.09.03:

- Fix some CSS and add icons to context menu;

- Set a default icon for ‘iconless’ containers;

- Remove the template selection while editing;

- Images: show containers which image is used by;

- Fix plexWatch url path;

- Fix banner and icon mismatch when the container’s name is different then the default.

 

Well done ..

 

Link to comment

How do we properly update to your newest version as opposed to the one in beta8?

 

Do we use the install extension option? I saw Tom post we are not supposed to just drop plg files into the plugin folder anymore, and want to make sure I don't break anything.

 

For v6-beta7: https://raw.githubusercontent.com/gfjardim/dockers/dockerMan/dockerMan/dockerMan.plg

For v6-beta8: https://raw.githubusercontent.com/gfjardim/dockers/beta8/dockerMan/dockerMan.plg

 

Thanks, but this doesn't really answer my question. Is there a dockerMan.plg file I just need to replace in a directory, or do I dump this new file and use Install Extension via the GUI to upgrade to this?

 

Sorry if I am not understanding something. It's been a long day. :)

 

Right-click the v6-beta8 link and choose 'save link location'.  Navigate to Extensions, right click in "Install exension".  Click Install.  Once plugin is installed first time you should be able to click 'Update' to update it (if available), except I think there's a bug in that which I have to release beta9 to fix  :'(

 

Thanks Tom.

 

I did that once and see no dockerMan page.  When I do it again I get:

/usr/local/sbin/plugin install https://raw.githubusercontent.com/gfjardim/dockers/beta8/dockerMan/dockerMan.plg 2>&1 2>&1
plugin: installing: https://raw.githubusercontent.com/gfjardim/dockers/beta8/dockerMan/dockerMan.plg
plugin: not reinstalling same version

 

If I remove the plugin from boot/config and try again I get this:

 

/usr/local/sbin/plugin install https://raw.githubusercontent.com/gfjardim/dockers/beta8/dockerMan/dockerMan.plg 2>&1 2>&1
plugin: installing: https://raw.githubusercontent.com/gfjardim/dockers/beta8/dockerMan/dockerMan.plg

Warning: simplexml_load_file(): I/O warning : failed to load external entity "/boot/config/plugins/dockerMan.plg" in /usr/local/emhttp/plugins/plgMan/plugin on line 132
plugin: creating: /boot/config/plugins/dockerMan/dockerMan-2014.09.03.tar.gz - downloading from URL "https://github.com/gfjardim/dockers/archive/beta8.tar.gz"
plugin: running: 'anonymous'

Warning: unlink(/boot/config/plugins/dockerMan.plg): No such file or directory in /usr/local/emhttp/plugins/plgMan/plugin on line 353

 

If my line numbers are right line 353 is in the middle of check for reinstall.

 

There's no evidence of dockerMan old or new on the Extensions page, or on the Docker page.  Reboot>>Same.

Reinstall dockerMan 

/usr/local/sbin/plugin install https://raw.githubusercontent.com/gfjardim/dockers/beta8/dockerMan/dockerMan.plg 2>&1 2>&1
plugin: installing: https://raw.githubusercontent.com/gfjardim/dockers/beta8/dockerMan/dockerMan.plg
plugin: skipping: /boot/config/plugins/dockerMan/dockerMan-2014.09.03.tar.gz already exists
plugin: running: 'anonymous'

 

I'm running out of ideas...

 

Thanks

 

D

 

Link to comment

I decided to re-create my docker.img file as I created one way too large originally. However, I forgot to pull out the my-template files so am reinstalling from scratch, and noticed there is not SAB or Sickbeard templates.

 

Is there any reason for this? Am I missing something? I can go back and pull from Needo directly if needed, but was surprised these were missing, and thought I'd ask before going the manual route.

Link to comment

I decided to re-create my docker.img file as I created one way too large originally. However, I forgot to pull out the my-template files so am reinstalling from scratch, and noticed there is not SAB or Sickbeard templates.

 

Is there any reason for this? Am I missing something? I can go back and pull from Needo directly if needed, but was surprised these were missing, and thought I'd ask before going the manual route.

 

Never mind... I see they are included in the latest version (which looks awesome by the way!).

 

Link to comment

really liked how you have an option on the apps page to go from banner to icon, but will there be any plans to incorporate the same options that are available in banner view, while the apps page is in icon view ie... add, start, stop, and logs.

 

Well, you've changed my mind. This answers your question?

 

nMIYpyp.png

 

Wow !!

 

This is really good! +1 on this icon view with options.

 

Awesome update - it looks awesome as usual - is there a way to add icons to apps with no icon or graphic in banner/icon view?

Link to comment

really liked how you have an option on the apps page to go from banner to icon, but will there be any plans to incorporate the same options that are available in banner view, while the apps page is in icon view ie... add, start, stop, and logs.

 

Well, you've changed my mind. This answers your question?

 

nMIYpyp.png

 

Wow !!

 

This is really good! +1 on this icon view with options.

 

Awesome update - it looks awesome as usual - is there a way to add icons to apps with no icon or graphic in banner/icon view?

 

For now, you have to add the icon/banner into /usr/local/emhttp/plugins/dockerMan/assets/images/[icons|banners]. It must have the default name of the template: e.g. your app is named Couchpotato and the default name on the template is CouchPotato; the icon/banner must be called CouchPotato.png.

 

I'm thinking about adding banner/icon url into the template itself; it should make easier to distribute templates.

 

Do you know a nice image sharing service with no limit cap?

 

Link to comment

 

For now, you have to add the icon/banner into /usr/local/emhttp/plugins/dockerMan/assets/images/[icons|banners]. It must have the default name of the template: e.g. your app is named Couchpotato and the default name on the template is CouchPotato; the icon/banner must be called CouchPotato.png.

 

I'm thinking about adding banner/icon url into the template itself; it should make easier to distribute templates.

 

Do you know a nice image sharing service with no limit cap?

 

ok thanks for the info - are there any specific specs on graphics so that they display correctly ie..... 100x25 resolution and/or file size limits...

I dont know of any img host with no cap limit without subscribing - would github or google code be an option for image hosting?

Link to comment

Banners are 350x70px, transparent png's.

 

I added Couchpotato with the template, I don't get the banner or icon as in your Screenshot??  Edit:  I renamed it to CouchPotato.png and it works.

 

I'm trying to add UniFi.png to the proper location, but it never displays.  I named it the same as the UniFi docker... Any idea?

Link to comment

@gfjardim:  Ok.  But what about my other missing banner.  How can I put them ? Is this hosted on your site or it's on the array somewhere within the Apps plugins?

 

It's located at /usr/local/emhttp/plugins/dockerMan/assets/images/banners .

 

If you have a banner to include, you can post it here; I'll gladly include it on the plugin.

 

My contribution

Soon I will prepare more ...

 

3WcWbVQ.png

transmission.png.1812c16e251de7959cf96a47a72d4e13.png

HTPC-Manager.png.66572615748c19b9d9352e795a6ccc64.png

Link to comment

Can we add PNG for Dockers that are not available as a template ? (ie. : UniFi).  I added UniFi from a docker created by someone not on Unraid (Not maintained or Unsupported here). It work well, but I can't seem to be able to add the icon/banner...

 

Who's docker are you using for unifi?

 

jasonrm/unifi

 

It works well.  Probably don't follow the "rules" for image, etc., but I have plenty of space so I don't care if it use a different image.

Link to comment

Ok, I figured it out.

 

1. I create a "pducharme" folder in "/usr/local/emhttp/plugins/dockerMan/templates/"

2. I copied my own templates "my-UniFi.xml" to "/usr/local/emhttp/plugins/dockerMan/templates/pducharme"

3. I edited them to adjust the WebUI so they launch the GUI for each of them.

4. I copied the PNG where you said (/usr/local/emhttp/plugins/dockerMan/assets/images/banners)

 

They now display the Banners :)  I still miss the Icons.

 

Edit:  I added the XML templates + the Banners. 

package.zip

Link to comment

[glow=red,2,300]UPDATE:[/glow]

 

Version 2014.09.04

- Updated the way icons and banners are stored; now they will be downloaded on demand and stored to /lib/var/docker/images;

- Added 3 new fields to templates : WebUI, Icon and Banner;

- Add Media Browser Server template;

- Add a full form to Create Container; just hit Shift+T on the Docker extension page. This will make template creation much easier, I think.

 

Edit:

Version 2014.09.04-1

- Removed the shortcut; additional fields will be shown if you click on the "Preferences" title in the Create Docker popup.

 

Edit2:

Version 2014.09.04-2

-Add Logitech Media Server template.

 

 

 

Link to comment

Hi,

 

I updated the UniFi.xml with the imgur.com for the banner.  I saw that you create a "Community-templates", I put the UniFi.xml in there.  I don't plan to maintain it, but it works, if you want to add it, it's up to you.

 

Yes, you're right. The /var/lib/docker/community-templates directory will we the default path to community based templates. In a future release, most of the current templates will be removed from the unRAID core. The templates will require a "plg" package to be installed, or be manually moved there. This has two goals: make the core more stable and minimize the need of updates.

 

I'll add your xml as unsupported, ok?

 

Thanks!

Link to comment

gfjardim,

 

version 2014.08.31 has a small bug ...

when you try to update the docker from the docker page (not app page) then the popup is not showing... you get the text are you sure on top of the field with all containers

but nowhere can you confirm.....

 

it works though from the app page .....

 

also when i just did a check update to upgrade to new versions above it said it was up to date ... no new updates ...

 

Just FYI

 

oh yeah forgot to tell in both Chrome and Firefox i had the issue as i first thought it might have been a chrome quirk

Link to comment

Hi,

 

I updated the UniFi.xml with the imgur.com for the banner.  I saw that you create a "Community-templates", I put the UniFi.xml in there.  I don't plan to maintain it, but it works, if you want to add it, it's up to you.

 

Yes, you're right. The /var/lib/docker/community-templates directory will we the default path to community based templates. In a future release, most of the current templates will be removed from the unRAID core. The templates will require a "plg" package to be installed, or be manually moved there. This has two goals: make the core more stable and minimize the need of updates.

 

I'll add your xml as unsupported, ok?

 

Thanks!

 

Yes, that's OK for me.  It's just to easily recreate it with icon/banner.  I tested the docker and it work well here.

Link to comment

I don't know if there is someone maintaining the PlexConnect docker (I know it was on needo github, it's where I took it).  Anyway, I edited the XML to add the banner & icon.  I putted it in Community too, but It might need to go in needo (if he want to get it under his name).

 

You can just use the imgur.com link and modify the existing one if it exists, or use the XML completely.

PlexConnect.xml.txt

Link to comment

gfjardim,

 

version 2014.08.31 has a small bug ...

when you try to update the docker from the docker page (not app page) then the popup is not showing... you get the text are you sure on top of the field with all containers

but nowhere can you confirm.....

 

it works though from the app page .....

 

also when i just did a check update to upgrade to new versions above it said it was up to date ... no new updates ...

 

Just FYI

 

oh yeah forgot to tell in both Chrome and Firefox i had the issue as i first thought it might have been a chrome quirk

 

Please, update to the last version please. I modified so many things that's impossible to keep track them.

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.