waschinski / photo-stream

Self-hosted, super simple photo stream
https://github.com/waschinski/photo-stream
MIT License
448 stars 68 forks source link

Add support for Mastodon and Pixelfed profile links #82

Open waschinski opened 11 months ago

waschinski commented 11 months ago

Discussed in https://github.com/waschinski/photo-stream/discussions/80

Similar to how Twitter and Instagram are already implemented but probably with a complete URL to the profile as an env setting.

SebStange commented 8 months ago

Due to recent changes in the social network sphere, a more general approach to add external links might be more future proof (BlueSky, GitLab, Photo Communities...).

waschinski commented 3 months ago

I am currently playing with an alternative configuration option which is using a JSON string and Simple Icons. Set up would most likely look like so:

AUTHOR_LINKS='["github":"https://github.com/maxvoltar","x":"https://twitter.com/maxvoltar","instagram":"https://www.instagram.com/maxvoltar"]'