Flame Dashboard in Docker

Поделиться
HTML-код
  • Опубликовано: 31 дек 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 :)

  • @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.

  • @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.

  • @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: ruclips.net/video/minBgbUi9Vo/видео.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

  • @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

  • @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

  • @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!

  • @Hecbertgg
    @Hecbertgg 2 года назад

    Is there a way to change favicon?

  • @darnov01
    @darnov01 3 года назад

    Have you checked out Authentik before for SSO?

    • @DBTechYT
      @DBTechYT  3 года назад +1

      I have not looked into Authentik, but I might

  • @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.

  • @ronm6585
    @ronm6585 3 года назад +1

    Very cool. Thank you.

  • @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.

  • @ChadE1020
    @ChadE1020 3 года назад

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