Insidious Fiddler
Insidious Fiddler
# Changes - Add a .env.example file for the environmental variables we support - Add CLI cmd `inject-config` to return a yaml file with the config containing env vars -...
Adds support for the use of meilisearch for quick indexing and searching of discuit communities. ## Required - [x] Move code for updating a communities index used before the API...
closes #47 Makes use of [https://github.com/wagslane/go-password-validator](https://github.com/wagslane/go-password-validator) with a default minimum entropy of 60. This is mainly to prevent people from using standard weak passwords. However, if [https://github.com/nbutton23/zxcvbn-go](https://github.com/nbutton23/zxcvbn-go) that could probably...
Closes #57. The image height is passed down to the comment, allowing it to calculate the proper scroll position. Only fixes this when the comment is not hidden behind a...
Closes #52
I think having the post-feed select bar be sticky would make it easier to change between. As currently if you scrolled through a bunch, to change it you would have...
Initial post reporting this: https://discuit.net/DiscuitMeta/post/_FbRPTSe Site link: https://www.mobilephonemuseum.com/ Image link: https://mpm-next.code8.link/logo.png (this image returns a 503 from apache, not an image) Message on server when attempting to use URL: `500...
Rather than rebuild the UI every time we update the `config.yaml`, what if we had a path called say `/config.json` that would be updated by the server itself, which then...
Per things discussed in the discuit discord server, some people wish to have the ability to outright disable viewing of downvotes (basically replicate YouTube). Shouldn't be to hard to do...
### Summary Currently, `discuit` relies on a YAML file for configuration. While this works well in many scenarios, Docker and other containerized environments often prefer using environment variables for configuration...