You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this project through mastadon and I've been poking around the last few days. I have a few ideas that might help streamline getting other developers up and running that I've prototyped on my local branch. I'd be happy to submit a PR if you're interested. Specifically I've played with and considered
Feel free to open a PR for this one, I have no objections. Mongo is used because it's used by activitypub-express, which powers this server, so I tapped into it for stored each feeds' seen alert IDs. Personally, I'm not a big fan on MongoDB and have opted for MySQL/Sequelize on other projects.
Will push an update with this soon. I agree it's a little silly, I ended up doing all my testing via ngrok.
My understanding of the ActivityPub spec is that this won't work. The DOMAIN env var controls what other servers as the hostname for the instance, so localhost would, uh, break some things. This is why, per a guide I found elsewhere, I use ngrok when testing locally, you can just start a session and use the generated URL as the DOMAIN value for its lifetime.
I found this project through mastadon and I've been poking around the last few days. I have a few ideas that might help streamline getting other developers up and running that I've prototyped on my local branch. I'd be happy to submit a PR if you're interested. Specifically I've played with and considered
Let me know if what you think.
The text was updated successfully, but these errors were encountered: