minus-squareMatty_r@programming.devtoSelfhosted@lemmy.world•[Project] 0807 - a self-hosted ephemeral file host with no accounts and a Tor onion servicelinkfedilinkEnglisharrow-up9·1 month agoI was thinking surely it doesn’t just look at the extension and instead uses the mime type at the backend… After looking for a minute (on mobile) I think thats what it does. process.env.BLOCKED_EXT === undefined ? ‘exe,bat,cmd,com,scr,msi,vbs,ps1,sh,jar’ : process.env.BLOCKED_EXT) linkfedilink
minus-squareMatty_r@programming.devtoSelfhosted@lemmy.world•Google has abandoned the Coral TPUlinkfedilinkEnglisharrow-up1·3 months agoThe frigate container comes with the drivers for it. So its probably fine for the time being linkfedilink
I was thinking surely it doesn’t just look at the extension and instead uses the mime type at the backend… After looking for a minute (on mobile) I think thats what it does.