Flame Dashboard in Docker

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 39

  • @RandyHanley
    @RandyHanley 3 роки тому +2

    Your mic sounds way better. Great videos as always.

    • @DBTechYT
      @DBTechYT  3 роки тому

      Good to know! Thanks!

  • @sosaj3
    @sosaj3 3 роки тому +3

    I've been able to get my docker based rpi server set up nicely with help of your videos. Im trying to complete setup of my mosquitto broker docker container. It is set up and running, I'm struggling with the Nginx & mosquitto configuration for DNS and SSL so I don't have to make connections with IP #'s. Do you have any experience with MQTT & docker? Maybe you can consider making a video if you're familiar with the protocol. Keep up the good content!

    • @DBTechYT
      @DBTechYT  3 роки тому

      I've been meaning to look into MQTT but haven't done it yet.

  • @justacasualdeveloper
    @justacasualdeveloper 3 роки тому +1

    The last greeting message was like Good Night a-hole. And I have been laughing ever since because that would be my default message if it were me 😂😂

    • @DBTechYT
      @DBTechYT  3 роки тому +2

      Well spotted!! I just wanted to see something different thoughout the day and it seemed to fit my mood :)

  • @abhijithekv
    @abhijithekv 3 роки тому +2

    Will this work on my RPi 4 server that I set up following your videos? Use Flame instead of Heimdall?

    • @DBTechYT
      @DBTechYT  3 роки тому +1

      I answer your first question in the video at 11:18. Your second question I answered in another comment on this video: I guess it depends on your use-case needs. Heimdall is great because it allows you to get realtime data from different apps and show it in the dashboard. If you want/need realtime data, then I would definitely go with Heimdall. If you want something more basic, then I would definitely give Flame a look. I'm actually using Flame in conjunction with Organizr (which is its own beast to tackle at first) and I'm happy with my setup.

    • @abhijithekv
      @abhijithekv 3 роки тому +1

      @@DBTechYT Thanks for the reply. It makes sense.
      You have a great day, kind sir.

  • @donglobal
    @donglobal 2 роки тому +1

    I love the dashboard and did an extensive setup; however, on a recent refresh, I love everything. i saw in the video that you had mapped a drive where you put the background picture. Can I do a similar thing in the docker-compose file because I could not find where Flames puts its config files?

    • @DBTechYT
      @DBTechYT  2 роки тому

      I actually mapped that background image in CSS that you can see at about the 9:21 mark in the video near the top of the CSS

    • @donglobal
      @donglobal 2 роки тому

      @@DBTechYT Thanks I'll give it a try. I do not want to set up everything again without some form of backup of the config files.

    • @donglobal
      @donglobal 2 роки тому

      @@DBTechYT I still couldn't see where the files are stored. For example, in Portainer I have all the usual apps hosted. I have mapped two volumes for each container as follows; /home/user/storage/appdata/config/App-name:/config; and /home/user/storage/data:/data . This shows up as container and host in the Portainer Volumes tab. I can see the config files for each container, but not for flame.

    • @DBTechYT
      @DBTechYT  2 роки тому

      It's in the docker-compose volumes section of the file:
      volumes:
      - /path/to/host/data:/app/data

    • @donglobal
      @donglobal 2 роки тому

      @@DBTechYT Yes, that is where I put the mapping but I still see nothing in the flame folder.

  • @BraydenWall
    @BraydenWall Рік тому

    Why did you deploy this in a stack by itself? Trying to figure out if I should use a stack or not

    • @DBTechYT
      @DBTechYT  Рік тому

      You can deploy it any number of different ways. This is just one way to do it.

  • @wcmedic69
    @wcmedic69 3 роки тому

    Love your videos, have a topic request..could you do a mail server that runs on docker?

    • @DBTechYT
      @DBTechYT  3 роки тому

      Thanks for the comment. I've already addressed this here: ua-cam.com/video/minBgbUi9Vo/v-deo.html

  • @GarethBeard
    @GarethBeard 3 роки тому

    Im struggling to get the Docker part working. Added the label to a container and re-deployed but is not showing in flame. Any ideas?

    • @DBTechYT
      @DBTechYT  3 роки тому

      I added a docker-compose that uses the docker-socket to do the integration. I can't believe I forgot to add it originally: dbt3ch.com/books/flame-dashboard/page/integrate-with-docker

  • @bilalmhz
    @bilalmhz 2 роки тому

    Great video, thanks! I have managed to run it, however I keep getting error message:
    [2022-03-22 11:11:35.989 UTC+0] [ERROR] Can't connect to the Docker API on 192.168.2.225
    [2022-03-22 11:37:21.273 UTC+0] [ERROR] Can't connect to the Docker API on 192.168.2.225
    I have added the docker socker line in the docker-compose file and still getting this errors.
    any ideas how to solve it?
    Thanks

  • @ronm6585
    @ronm6585 3 роки тому +1

    Very cool. Thank you.

  • @MrAvalanches
    @MrAvalanches 2 роки тому

    Please link the wallpapers! They look really good!

    • @DBTechYT
      @DBTechYT  2 роки тому

      Honestly I just found images I liked, uploaded them to the container and modified the case to use them

  • @Awesome_MN
    @Awesome_MN 3 роки тому +1

    Can you hide the application URLS for a cleaner look?

    • @DBTechYT
      @DBTechYT  3 роки тому +3

      Add this to the CSS in the settings and you should be good to go:
      a div>span {display:none !important}

    • @Awesome_MN
      @Awesome_MN 3 роки тому

      @@DBTechYT Looks much better! Thanks!

  • @ChadE1020
    @ChadE1020 2 роки тому

    needed to change the compose image to : image: pawelmalak/flame:multiarch2.2.0 code you had on bookshelf had flame:2.0.0

  • @darnov01
    @darnov01 3 роки тому

    Have you checked out Authentik before for SSO?

    • @DBTechYT
      @DBTechYT  3 роки тому +1

      I have not looked into Authentik, but I might

  • @Hecbertgg
    @Hecbertgg 2 роки тому

    Is there a way to change favicon?

  • @moisthoagie1992
    @moisthoagie1992 3 роки тому

    How would you say this compares to Heimdall?

    • @DBTechYT
      @DBTechYT  3 роки тому +2

      I guess it depends on your use-case needs. Heimdall is great because it allows you to get realtime data from different apps and show it in the dashboard. If you want/need realtime data, then I would definitely go with Heimdall. If you want something more basic, then I would definitely give Flame a look. I'm actually using Flame in conjunction with Organizr (which is its own beast to tackle at first) and I'm happy with my setup.