tycrek / ass

The simple self-hosted ShareX server
ISC License
655 stars 53 forks source link

[FEATURE] Allow embeds to be customised server-side #173

Closed wdhdev closed 1 year ago

wdhdev commented 1 year ago

Description

Allow embeds for images to be created server-side instead of client-side.

Something like this:

File named embed.json with customisable options, so when a file is uploaded it would have an embed when pasted in Discord or somewhere without having to add the headers in ShareX.

Example:

{
    "color": "#123456",
    "title": "title here",
    "description": "description here"
}
tycrek commented 1 year ago

added/adding in 0.14.0