REDACTED

  • minnix
    link
    fedilink
    English
    26 months ago

    What are you using for the web server? There should be logs somewhere

      • minnix
        link
        fedilink
        English
        36 months ago

        I guess I don’t understand what is supposed to be serving the webapp to your client (browser) then without something like nginx or apache. I run searxng as well but I wouldn’t be able to access it, even on localhost, without a web server.

    • @atzanteol
      link
      English
      16 months ago

      It’s a flask app. It will run an embedded server.

      • minnix
        link
        fedilink
        English
        16 months ago

        That’s interesting. So you would need to install flask as well I presume, right? Or does the script pull that in?

        • @atzanteol
          link
          English
          16 months ago

          It’s embedded. The python app will serve http.

          • minnix
            link
            fedilink
            English
            16 months ago

            I will have to try out some flask apps. I like the ease of use they seem to have

  • @[email protected]
    link
    fedilink
    English
    2
    edit-2
    6 months ago

    You are running a specific module of a project locally - not the whole project. The web server is an integral part - leaving it out makes you do a bit of the leg work: you’d need to figure out how the websites get built and deployed and then reverse engineer that for your android environment.

    Personally I’m fascinated by that attempt and it could be an awesome learning opportunity. To be honest I don’t have the motivation to follow your path down this rabbit hole though.

    If you decide to follow up I’d appreciate you giving updates from time to time about your insights! ♥

  • @atzanteol
    link
    English
    16 months ago

    Just the “about” page has issues? The rest is fine? No messages on the console where you ran python?