@julian Well, there are object types that Mastodon couldn't even handle if it wanted to. For example, it doesn't have anything to handle an Event-type object with. I don't think Gargron would build an event calendar into Mastodon just for Event-type objects, not unless enough people pester him to do just that.#FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Mastodon
@julian @thisismissem @silverpill which is to say: audience is what decides which objects you are even *aware* of, before you even get around to grouping them logically.in a centralized system you would query for all objects in the database where the context was what you wanted, and where the audience included you.in a decentralized system you work off of what’s in your inbox, and “follow your nose” to the context, which may have its own audience.
FOSDEM offers open source and free software developers a place to meet, share ideas and collaborate. Renowned for being highly developer-oriented, the event brings together some 8000+ geeks from all over the world.
The twenty-fifth edition will take place on Saturday 1st and Sunday 2nd February 2025 at the usual location, ULB Campus Solbosch in Brussels.
So, should NodeBB make an appearance at next year's FOSDEM?
There's apparently a dev room for ActivityPub, which should prove interesting for sure!
I am now using version 1.6.2. Although there are some JavaScript errors, it is still usable for the time being. It might be that the configuration of Debian 12 on the AWS server itself was not set up properly.
[image: uUDYbM3nwrALQCm.png]
@baris I appreciate that, and quick fix. Thank you again.
Aside from that. I am actually really enjoying nodebb. I am running it alongside plesk, with 4 other websites which run php, no interferenance with anything and runs a dream.
Definitely way easier to use and understand then mybb
It is already in plugin.json https://github.com/svandecappelle/nodebb-plugin-charts/blob/master/plugin.json#L11-L13 so it should be bundled into nodebb.min.css
Interestingly I asked ChatGPT to check the nginx config and it gave me a new one that seems to have solved both problems. No idea what was wrong, but thank you very much for your help!
@julian @thisismissem which is to say, the following are equivalent within the same scope...@\context: [{toot: http://joinmastodon.org/ns#,Emoji: toot:Emoji},{toot: http://joinmastodon.org/ns#,IdentityProof: toot:IdentityProof}]@\context: [{toot: http://joinmastodon.org/ns#,Emoji: toot:Emoji,IdentityProof: toot:IdentityProof}]
Upgrade MongoDB from 7.014 to 8.X all perfect and faster!
So now I use :
Vultr Cloud Compute
OS FreeBSD 14.1
DataBase MongoDB 8.0
NodeJS v20.10.X NPM last one
PM2
Best proxy SSL server Caddy
GoLang
tech-с: EG328-RIPE
You shouldn't need SMTP for the sendgrid mailer. It uses the sendgrid API to send mail messages, and optionally, allows for an inbound webhook to receive messages. Have you looked at the activity logs in the sendgrid console to verify that your requests are being handled? If needed, you can add a console log to the Emailer.send method in the nodebb-plugin-emailer-sendgrid index.js file if you want to debug the message handling.
Would it be possible to add a line calling that out explicitly in https://docs.nodebb.org/configuring/config to make it obvious to stupid people like me?
@Ben-Stokes oauth2-multiple is just newer and doesn't require the dev to fork the plugin.
You just install it and configure the information inside the ACP settings page.
Give that a shot instead?