HanSolo97

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

HanSolo97's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I just discovered the label "net.unraid.docker.managed=dockerman" by looking at a existing container, that i pulled from community applications. Also as far as i know, templates are located in /boot/config/plugins/dockerMan/templates-user/ and are named "my-<container-name>.xml" So i tried setting this label, and also creating an xml file with the correct name. But it still doesnt connect to the template. Not that easy But slowly getting more and more knowledge about how this actually works in the background
  2. Needed to change it to work, removed the deploy section and just set: labels: - "net.unraid.docker.icon=...." Now icons being pulled, even without restart of unraid Is it also possible to link a Template XML that way?
  3. Added this to my docker-compose.yml: deploy: labels: net.unraid.docker.icon: https://example.org/example.png Is that how you meant it? Doesnt seem to work so far.
  4. Hmm, i guess thats not working for me. I got a Master Container (with template) but this one only spawns 2 other Containers via Docker Compose and then deletes itself. If it was e.g. just connected by the container name, i could include a script to the Master Container, which puts an Template xml to the spawned containers. Thats why i try to understand how the actual running container is connected to the template.
  5. I'd like to understand, how exactly are the Template XMLs connected with the actual running containers. (e.g. for providing the Icon) I want to know it, because i want to link a Template XML (e.g. by script) to an existing container, that has been spawned by docker-compose. Is that possible? I know its not really how CA is meant to be used, but this is a very special use case
  6. Hey @Squid, i got a question regarding my Template Error: The Problem here is, that the Container Port is 80, but this one is used for most users by the reverse Proxy, so i changed the Host Port to 8123. Thats why the WebUI should point to 8123 instead of 80, to have an ip + port that can be adressed by reverse proxy then. Is there a way to make CA ignore this Issue, and not making the automatic correction?