Это видео недоступно.
Сожалеем об этом.

How to build a Raspberry PI Kiosk for your home/homelab

Поделиться
HTML-код
  • Опубликовано: 3 май 2024
  • A short walkthrough of how to make a Kiosk using a Raspberry PI. This technique is documented by the fine folks at Raspberry PI at www.raspberryp...
    Minor adaption here since a few things have changed in the latest 64bit release.

Комментарии • 30

  • @alldisfoolery
    @alldisfoolery 3 месяца назад +1

    Another great video. Been really enjoying your channel as a useful learning resource, thank you Jeff!

  • @alex.bragin
    @alex.bragin 3 месяца назад +2

    I just love your videos, exactly stuff I am building now. Extremely helpful

  • @jackthibo7644
    @jackthibo7644 3 месяца назад +3

    Love your videos! Would look forward to a more detailed video of Your proxmox cluster and the monster computing power you have in actual use.

  • @hanvandewal917
    @hanvandewal917 3 месяца назад +1

    Good to see the use of vi editor which is on all Unix and Linux systems including 5ESS telephone switches. Great video. Greetings from Holland 👍

  • @deedikjepijn
    @deedikjepijn 3 месяца назад +1

    Amazing video, i was already wondering how u did this and now I even know how to make it myself! ❤

  • @artemis1825
    @artemis1825 3 месяца назад +5

    Great stuff!

  • @j.r._7416
    @j.r._7416 3 месяца назад +7

    Do you have a docker container or vm running influxDB that is collecting all of this telemetry about your lab?

    • @downloadXD
      @downloadXD 3 месяца назад

      I believe its influxdb.
      Iirc he's got IoTaWatt power monitoring devices in each of his panels (around 14 of them) and then within IoTaWatt device setup is where he's got his data uploader option set to InfluxDB

  • @daniellordelo8092
    @daniellordelo8092 3 месяца назад

    Is that a skyline behind you?? awesome! One day I want something you have setup on a smaller scale, your videos are awesome thank you for sharing.

  • @johnyrokita
    @johnyrokita 3 месяца назад +1

    Thank you for making the video Jeff! It’s cool to see how you do all these things! Could you possibly post an update at some point on how the HTD Lync audio system is working out for you and if you had an issues hooking it up to home automation? For my build i’m looking to possibly use htd, sonos or building a custom system around dante and some raspberry pi’s for streamers.

  • @jacstrong
    @jacstrong 3 месяца назад +1

    Fun video. You know Grafana has a built in kiosk mode that can switch between dashboards? It would eliminate the need to write the shell script to switch tabs.

  • @ivanbessarabov690
    @ivanbessarabov690 3 месяца назад +2

    What hardware do you use to understand that it is raining now?
    00:40

  • @simonagiusmuscat02
    @simonagiusmuscat02 3 месяца назад

    Unattended upgrades is a good idea for machines like this one, saves you having to manually ssh in and update it.

    • @jeffsponaugle6339
      @jeffsponaugle6339  3 месяца назад

      Yea, that is a good idea, especially for the security related patches.

  • @scopeddyt
    @scopeddyt 3 месяца назад +2

    this is sick, but this immediately led me to think, could this be ran on a touchscreen monitor? allowing you to control / scroll through various things?
    if so, that'd be sick. i might have to do something like this in the future.

    • @jeffsponaugle6339
      @jeffsponaugle6339  3 месяца назад +1

      Yes, if you have a touchscreen with USB output, you could have selectable elements.

    • @deedikjepijn
      @deedikjepijn 3 месяца назад

      You could add home assistant to this system to manage your homelab (or whatever else you would want to manage) with for example mqtt.

  • @sanfordnewvine1087
    @sanfordnewvine1087 2 месяца назад

    How do you "save it out" when you insert [autostart] script in the command prompt? I can hear you clicking a button on your keyboard but I have no idea how to save changes. Thank you for any help with this.

    • @dynism
      @dynism Месяц назад

      thats vi/vim
      at the bottom you should have NORMAL/INSERT/COMMAND, once you're done editing the file press escape and it should set to NORMAL mode
      then just type ":wq" and it should save and exit the file
      I'm no expert and neovim ( which is a highly customizable and more modern-looking vi experience ) helped me a lot with the :Tutor command giving it a guide and some example tasks to edit
      TLDR: hit escape, then type ":wq" and press enter

  • @amirs5839
    @amirs5839 3 месяца назад

    I saw the cursor in the middle of the screen, I assume it's moveable/hideable via another command line? 😅 Thanks for this , geat tutorial !

    • @jeffsponaugle6339
      @jeffsponaugle6339  3 месяца назад +1

      Yes, there are a couple of ways, but there is Wayland plugin so you can disable the cursor in the wayfire.ini file.

  • @rfitzgerald2004
    @rfitzgerald2004 3 месяца назад

    Could you use a Grafana playlist to rotate between dashboards instead of sending the switchtab commands? Would that offer easier administration of dashboards without modifying the script?

  • @MrMarblee
    @MrMarblee 3 месяца назад +2

    Is the title intended to say "How to build..."?

  • @obstaclecourse
    @obstaclecourse 3 месяца назад

    What model is that Eyoyo monitor?

    • @jeffsponaugle6339
      @jeffsponaugle6339  3 месяца назад

      I looked in my Amazon history:
      www.amazon.com/gp/product/B07S8BV7YH/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1

  • @swx6074
    @swx6074 3 месяца назад +1

    Awesome stuff!