picosh / pico

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

Enable uploading webfinger files #113

Closed weiji14 closed 6 months ago

weiji14 commented 6 months ago

Hi there,

Been trying out pgs.sh and it's been great so far! I'm wondering if it's possible to add webfinger to the allow-list at https://pico.sh/pgs#what-file-types-are-supported? I'd like to upload a .well-known/webfinger file to enable some basic ActivityPub integration (see e.g. https://docs.joinmastodon.org/spec/webfinger/#example).

Thanks

neurosnap commented 6 months ago

Hi! This was a bug in our file uploading validation logic. I deployed a fix, could you please try it again and let me know if it's fixed? Thanks!

weiji14 commented 6 months ago

Perfect! Yes, uploading a .well-known/webfinger file works now :smile: Thanks for the quick fix!