That’s exactly what I’m looking for!
I’m gonna go test out Boost. Do you happen to know what API endpoint it hits?
update: It looks like Boost is only available on Android and I don’t have one.
That’s exactly what I’m looking for!
I’m gonna go test out Boost. Do you happen to know what API endpoint it hits?
update: It looks like Boost is only available on Android and I don’t have one.
Can you elaborate on that? I’m not at all familiar with nginx configuration.
That was merged into lemmy-ansible on June 22. The instructions say to run:
curl https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/nginx.conf --output /etc/nginx/sites-enabled/lemmy.conf
# put your actual domain instead of example.com
sed -i -e 's/{{domain}}/example.com/g' /etc/nginx/sites-enabled/lemmy.conf
sed -i -e 's/{{lemmy_port}}/8536/g' /etc/nginx/sites-enabled/lemmy.conf
sed -i -e 's/{{lemmy_ui_port}}/1234/g' /etc/nginx/sites-enabled/lemmy.conf
nginx -s reload
Do you mean that I need to also do something like:
curl https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/nginx_internal.conf
–output /etc/nginx/sites-enabled/lemmy_internal.conf
Happy to share my notes.
Holding off for a bit though. The changes I made seemed to move me forward but I’d like to confirm that my changes at least work for me before I start recommending them to anyone else :)
Thanks. Those look like they’re likes per post or comment rather than per user but it’s pretty close to what I’m looking for. I’m gonna test that out when I get back from my conference!