mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-26 15:35:51 +03:00
[GH-ISSUE #163] Embed support #128
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DrSGlass on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/163
Would support for embeddable sites such as discord be able be added, where you can paste the link and it embeds the image/video?
@geek-at commented on GitHub (Mar 26, 2025):
What do you mean? Pictshare just gives you a link to the image/videos. You can post them anywhere you like? Or what does it take to be embedded on discord?
@DrSGlass commented on GitHub (Mar 30, 2025):
Something like this, for example
https://github.com/notpoiu/imagehost
Edit: I should add, I already tried updating my traefik security headers to allow connections for it but either the app itself doesn't support it, or discord is blocking something that I haven't seen
@geek-at commented on GitHub (Mar 30, 2025):
Still not sure what you mean. I tested it by uploading a image to pictshare.net and sending the link in discord, it embeds it and shows in feed
@DrSGlass commented on GitHub (Mar 30, 2025):
Weird. Are you using any special traefik headers? It doesn't work like that for me, just sends the link and never embeds.
@geek-at commented on GitHub (Mar 30, 2025):
Are you sending images or videos?
I didn't use any special settings, just the normal nginx stuff of the docker container and a reverse proxy for ssl
@DrSGlass commented on GitHub (Mar 30, 2025):
Images. I believe that I've found the issue though, for some reason even though "ALWAYS_WEBP" is set to false, everything it uploads is formatted in .webp and displays a 404 error if any other format is substituted for it.