mirror of
https://github.com/Luzifer/preserve.git
synced 2024-11-08 14:20:05 +00:00
Add base64 description to README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
262d5798c9
commit
b49f0047cd
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ This also works with parameters:
|
|||
|
||||
`http://localhost:3000/https://pbs.twimg.com/media/somemediaid?format=jpg&name=4096x4096`
|
||||
|
||||
If you do have some service (like Discord) screwing up these URLs you can apply base64 URL-Encoding to them (do NOT omit the padding):
|
||||
|
||||
`http://localhost:3000/b64:aHR0cHM6Ly9wYnMudHdpbWcuY29tL21lZGlhL3NvbWVtZWRpYWlkP2Zvcm1hdD1qcGcmbmFtZT00MDk2eDQwOTY=`
|
||||
|
||||
### Select Storage Provider
|
||||
|
||||
**Local files**
|
||||
|
|
Loading…
Reference in a new issue