I ended up accomplishing what I needed with discourse containerized on a web server. Thank you.
Problems I have since encountered:
unique_index_categories_on_slug which stems from the migrations but a second uncategorized slug in the categories was the actual culprit - solved by renaming slug
custom avatars not showing - solved by rake uploads:regenerate_missing_optimized
I am currently stalled trying to properly configure app.yml for plugins:
Absolutely followed the official installation instructions for the web server. I can enter the app and clone repositories into the plugins folder but cannot get app.yml to pull the plugins using ./launcher rebuild app.
I believe that was with a different markdown engine, and that’s no longer a legal way to do it. I think you’ll need to convert it to markdown only, which might be a bit tricky. Maybe Rafael has an idea.
For the sake of testing and clarification, in addition to quotes you’re saying the images now also require both a height and a width attribute to effectively change the size? See the examples below for confusion about that:
Also, I’ve noticed after rake posts:rebake that larger images are no longer clickable and can’t be opened in the lightbox gallery which are in quite a few posts. Suggestions?