A Closer look at Vikunja - Email Notifications - Enable or Disable Registrations - Allow Attachments

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

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

  • @selfhosted
    @selfhosted  3 года назад +6

    Do you use Vikunja? If not, what other apps like this do you recommend?

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

    3 years later and still incredibly useful info, thank you.

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

      @@senor_guapo Thanks for the kind words! I’m glad it’s still helping people. 😊

  • @vikunjaio
    @vikunjaio 3 года назад +6

    The pronunciation is on point this time!

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

    Not only did I get details on installing Vikunja, but there's an amazing stash of self-hosting expertise in your channel. Thanks!

  • @scrapmonsta
    @scrapmonsta 3 года назад +2

    Mate you're a legend cheers

  • @RaviBoth
    @RaviBoth 2 года назад +2

    thank you for explaining the config stuff. TBH I don't think they're clear enough about that in the docs for beginners.

  • @fragoulisnaval
    @fragoulisnaval 3 года назад +2

    Thank you very much for the video. If I want to use NginxProxyManager, is the Nginx necessary in the docker compose file? Can it be installed without it? Will it be usable? Because there is no port exposed anywhere else, only on the Nginx part of docker compose...

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

      In this case, nginx is used as the web server, not as the reverse proxy. It can be confusing sometimes but this will not work without it. You can change the port in the compose file from 8085:80 as an example.

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

    I haven't used docker-compose down command - typically I just use docker-compose up -d ---force-recreate. How much of an impact would this make? Would it depend on the container functions?