ecko
ecko copied to clipboard
Community-driven fork of Mastodon's federated social network software
Continuing branding tasks, new logo looks good only on dark themes, it should look OK regardless.
Ecko's README file is really vague. It does not explain well what Ecko **is** , what it **does** and **how is it different** (see #328 ) There should be a...
If you want to add someone to a toot or reply, you'd typically type @ then their name. Then the web UI will provide suggestions by searching its account database,...
Themes fairly compact as far as file stucture goes and the changes that need to be made to add to the codebase, but adding a theme still requires a PR...
For accessibility it's important that media come with captions, but Ecko's compose UI doesn't prioritize or warn about captioning when posting media. Proposed solution: Add warning which is reportedly implemented...
The issue of highlighting undescribed media is really orthogonal to choice of theme, but currently it's only implemented in two of Ecko's themes. Proposed solution: Add checkbox for programmatic addition...
As an instance admin, I might want to upload a new logo that would help my community better identify and enjoy using the instance, but that is currently quite hard...
Postgres 9.6 is used in our docker-compose deployment but it has reached end-of-life. Proposed solution: Update per https://github.com/mastodon/mastodon/pull/16947 and link that upgrade process to our documentation.
To find the point at which the docker image became unusable I went looking to download particular images from hub.docker.com to do a binary search for where it started failing....
While troubleshooting #370, it had been 12 days since I last put a docker image in production. I was surprised when that one failed since none of the docker builds...