@LemmyUser1290a@lemmy.world to Selfhosted@lemmy.worldEnglish • edit-21 year agoREDACTEDlemmy.worldimagemessage-square11fedilinkarrow-up124arrow-down15file-text
arrow-up119arrow-down1imageREDACTEDlemmy.world@LemmyUser1290a@lemmy.world to Selfhosted@lemmy.worldEnglish • edit-21 year agomessage-square11fedilinkfile-text
minus-squareminnixlinkfedilinkEnglish2•1 year agoWhat are you using for the web server? There should be logs somewhere
minus-square@atzanteol@sh.itjust.workslinkfedilinkEnglish1•1 year agoIt’s a flask app. It will run an embedded server.
minus-squareminnixlinkfedilinkEnglish1•1 year agoThat’s interesting. So you would need to install flask as well I presume, right? Or does the script pull that in?
minus-square@atzanteol@sh.itjust.workslinkfedilinkEnglish1•1 year agoIt’s embedded. The python app will serve http.
minus-squareminnixlinkfedilinkEnglish1•1 year agoI will have to try out some flask apps. I like the ease of use they seem to have
minus-squareminnixlinkfedilinkEnglish3•1 year agoI 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.
What are you using for the web server? There should be logs somewhere
It’s a flask app. It will run an embedded server.
That’s interesting. So you would need to install flask as well I presume, right? Or does the script pull that in?
It’s embedded. The python app will serve http.
I will have to try out some flask apps. I like the ease of use they seem to have
deleted by creator
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.
deleted by creator