picosh / pico

hacker labs - open source and managed web services leveraging SSH
https://pico.sh
MIT License
785 stars 27 forks source link

Unable to scp specific files to prose.sh #131

Closed zaf00130 closed 4 months ago

zaf00130 commented 5 months ago

Attempting to upload _style.css and favicon.ico to prose.sh but files are being rejected due to filetype.

_style.css 100% 115 1.2KB/s 00:00 WARNING: (_style.css) invalid file, format must be (.md,.jpg,.jpeg,.png,.gif,.webp,.svg), skipping

scp favicon.ico prose.sh:/ favicon.ico 100% 9610 88.7KB/s 00:00 ERROR: (favicon.ico) invalid file, format must be (.md,.jpg,.jpeg,.png,.gif,.webp,.svg), skipping

I also tried uploading them as an acceptable filetype and then changing the extension but was also denied that action as well

neurosnap commented 5 months ago

File should be "_styles.css"

I'll look into the ico

neurosnap commented 4 months ago

I deployed a fix to allow .ico file formats to be uploaded to prose.sh -- could you please confirm your issues are fixed?