Self-hosting: Plausible Analytics

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

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

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

    this is what i was looking for. Thanks a lot Bro, you are the best !! pls Keep posting more videos like this

  • @stefanthyberg4866
    @stefanthyberg4866 2 года назад +1

    Not something I'm interested in currently but if I did need analytics, I would definitely much prefer a self-hosted solution. Great instructions!

  • @bostonmike6912
    @bostonmike6912 Год назад

    can you scale plausible horizontally and load balance multiple instances? For high availability?

    • @underjord
      @underjord  Год назад

      I don't see why you couldn't. Haven't tried but I bet they do it in their hosted version..

  • @tomazbracic6568
    @tomazbracic6568 8 месяцев назад

    Great video Lars. Thank you for this.

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

    Have you had any issues where if you clicked on a page to see the referrers ... the number in the referrers(if you add them up) doesn't add up to the total number of page views ?

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

      No, but I don't use analytics at all for my site.

  • @MoravecMarek
    @MoravecMarek Год назад

    Great video, thank you!
    After registering your account you should consider disabling registration of new users by changing the plausible-conf.env file. Add `DISABLE_REGISTRATION=true` at the end and safe the file. Then restart the docker container by `docker compose up -d` and noone else should be able to register a new account anymore.

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

    @Underjord should the site and plausible analytics code reside on the same server?

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

      They don't have to be there is less risk of your code getting blocked if they are on the same exact domain. There are many ways to do that aside from putting them on the same machine.

  • @hobbyrider2
    @hobbyrider2 Год назад

    best video on the topic. helped me a lot. thanks

  • @DannyCatacora
    @DannyCatacora Год назад

    Exactly what I needed, thanks!

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

    Can you share the ngnix config file.

    • @underjord
      @underjord  2 года назад +1

      Sure, think this is all:
      gist.github.com/lawik/839a4d0611108a6b2df044cdd9ade2d2

  • @karlacosta2782
    @karlacosta2782 8 месяцев назад

    Awesome video

  • @erickhj95
    @erickhj95 Год назад

    Hello @Underjord great video, I did everything as you but I cannot get the locations part to work at all, yours seems to work out the box i did some digging and I had to signup for MaxMind account to get API keys but still work work any insight as to how you got your running? Thanks keep up the great videos

    • @underjord
      @underjord  Год назад

      No idea unfortunately :/