Kermit Alexander II

Results 88 comments of Kermit Alexander II

Board admins can already [inject custom HTML/JS](https://github.com/DangerOnTheRanger/maniwani/blob/master/doc/deploying.md#configuring-maniwani) into the front page of their Maniwani deployment, so if they want a Patreon widget or something else similar, they can do that...

Video support is a matter of whether or not `ffmpeg` can render the format in question; Maniwani's attachment system only cares about whether or not it has a way to...

The way I understand how tools like desuarchive and company work is that they scrape the site either after periodically polling for new content, or upon an API call that...

Something else to keep in mind if we went the route of providing a link to an archive site like archive.fo (which keeps on returning HTTP 500s when I attempt...

You're right, although I don't think that site archives recursively, so people would have to archive attachments manually. I don't think that's a showstopper, but it's something to keep in...

Yes, I've been meaning to work on saving everything in the form in the case of incorrect CAPTCHA/etc. - definitely something that needs to get added. I'll work on this...

Maybe I don't quite understand, but Maniwani has support at the (S)CSS level for themes, as that's how the theme selector at the corner of the page works (by switching...

Got it, then it sounds like the architecture of the in-progress React port is a lot closer to what you want - let me see if I can expand on...

Which port redis is using (as well as its hostname) is dependent on how you've set up redis via `docker-compose` (or an alternative orchestration tool) - when using the `docker-compose.yml`...

The connection being refused could be caused by the Maniwani container reaching the point where it tries to connect to redis before the redis container can be set up, but...