Self-Host Your Git Repos on a Raspberry Pi! Gitea self-hosting tutorial

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024

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

  • @renhoeknl
    @renhoeknl 6 месяцев назад +6

    Very clear, saved me a ton of time. Thanks!

  • @deividbotina961
    @deividbotina961 5 месяцев назад +1

    Great video! It worked perfectly for me. Thank you.

  • @deanbell5164
    @deanbell5164 6 месяцев назад +2

    Very good, thank you.

  • @PCBWay
    @PCBWay 6 месяцев назад +1

    That's so GOOD!

  • @piotrkaminski3443
    @piotrkaminski3443 3 дня назад

    Hi, any plans on some video series on the new RPI Pico?

  • @AerialWaviator
    @AerialWaviator 6 месяцев назад

    Thank you, nice clear setup.

  • @NormanNodDunbar
    @NormanNodDunbar 6 месяцев назад

    Might be a good followup video to show how to run regular backup on the server? Even more importantly, to test the recovery of those backups to ensure that they can actually be used in cases of total or partial loss of the server. Especially if the pi is running from an sd card!
    Cheers,
    Norm.

    • @LearnEmbeddedSystems
      @LearnEmbeddedSystems  6 месяцев назад

      Good Idea, Backups are very important. I will definitely bring that up. Maybe as a follow up article that I will link in pinned comments. Thanks!

    • @NormanNodDunbar
      @NormanNodDunbar 6 месяцев назад

      @@LearnEmbeddedSystems I was an Oracle DBA until I retired. Backups are important but not as important as a working restore! Looking forward to your next video.
      Cheers,
      Norm.

  • @akaibukai
    @akaibukai 6 месяцев назад

    It would have been a good thing to mention Forgejo (it was forked from Gitea after it turned for-profit)..

  • @ThantiK
    @ThantiK 6 месяцев назад +1

    Do this, but ditch the pi for something like a CN62 chromebox. It's about 2x faster than a pi, x86 instruction set, and can be had for $30; and typically comes with storage/expandable memory.

    • @cakes.gaming
      @cakes.gaming 6 месяцев назад

      post power consumption

  • @bertieblob3387
    @bertieblob3387 6 месяцев назад

    Erm what is wrong with just using git over SSH? Isn’t this a little over-engineered and thereby inevitably insecure?

  • @cakes.gaming
    @cakes.gaming 6 месяцев назад

    great tutorial! i had some issues getting SSH working properly, but was able to get it working perfectly by using the gitea:latest-rootless along with the rootless instructions in the gitea docs

    • @LearnEmbeddedSystems
      @LearnEmbeddedSystems  6 месяцев назад

      Thanks for your feedback! I'll take a look and maybe put an update on the written tutorial