I spun up a docker container to self host, but when visiting the site, either locally by port or externally via nginx, I don’t have the option to “install” the web app.

Using the official wefwef.app, I can install it just fine. I’m using Chrome on Android 12. Anybody else? This is using the premade docker image.

EDIT: So I had setup my nginx proxy to secure my self hosted version of wefwef by using basic http auth. I disabled it, and that fixed my issue for anyone who does the same.

  • ninjan@lemmy.mildgrim.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I self host on docker and have had no issues once I reconfigured the compose file to fit my environment. I’m also a bit confused on exactly what you mean. Can you elaborate a bit more on what isn’t working?

    • brainedviking@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      So when you go to wefwef.app, which is the official instance, you can have your browser install the web app version onto your phone.

      When I’m hosting my own instance, for some reason I don’t have that option to install the web app.

      I’m using the same browser, same phone, same internet, same everything. The only difference is I can’t “install” my selfhosted version of wefwef.

      This is all I see on my self hosted wefwef.

    • brainedviking@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      So I had setup my nginx proxy to secure my self hosted version of wefwef by using basic http auth. I disabled it, and that fixed my issue.