LemmyUser1290a@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-28 months agoREDACTEDlemmy.worldimagemessage-square10fedilinkarrow-up124arrow-down15file-text
arrow-up119arrow-down1imageREDACTEDlemmy.worldLemmyUser1290a@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-28 months agomessage-square10fedilinkfile-text
minus-squareminnix@lemux.minnix.devlinkfedilinkEnglisharrow-up2·10 months agoWhat are you using for the web server? There should be logs somewhere
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up1·10 months agoIt’s a flask app. It will run an embedded server.
minus-squareminnix@lemux.minnix.devlinkfedilinkEnglisharrow-up1·10 months agoThat’s interesting. So you would need to install flask as well I presume, right? Or does the script pull that in?
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up1·10 months agoIt’s embedded. The python app will serve http.
minus-squareminnix@lemux.minnix.devlinkfedilinkEnglisharrow-up1·10 months agoI will have to try out some flask apps. I like the ease of use they seem to have
minus-squareLemmyUser1290a@lemmy.worldOPlinkfedilinkEnglisharrow-up2arrow-down1·edit-28 months agodeleted by creator
minus-squareminnix@lemux.minnix.devlinkfedilinkEnglisharrow-up3·10 months 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.
minus-squareLemmyUser1290a@lemmy.worldOPlinkfedilinkEnglisharrow-up1arrow-down1·edit-28 months agodeleted by creator
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