engine
engine copied to clipboard
mirror of https://gitlab.com/minds/engine
Note: The Twilio/SDK v3.13.1 is incompatible with PHP v7.2 because it uses `create_function` in several places. Only their latest v6 supports PHP v7.2 and since v3 has been EOL'd, they...
Documentation: Every user: `GET: /api/v2/search/suggest/user` Response: ```json { "entities": [ "user1", "user2", "user3"... ] } ``` Filtered users by matching the beginning of the usernames: `GET: /api/v2/search/suggest/user?username={searchString}` Response: ```json {...
Implements a basic ActivityPub support for newsfeeds posts. Based upon the W3C ActivityPub spec: https://w3c.github.io/activitypub/#create-activity-outbox NOTE: It was very hard for me to find actual ActivityPub services to actually test...
**The Problem** was that the inherited docker image no longer contains the packages for git and npm. **The Solution** was to edit the relevant Dockerfile and install them via apk....
Fix for https://github.com/Minds/engine/issues/22 End result for me is a completed docker-compose up front-build with exist code 0 https://www.minds.com/noiseunit
Fix for https://github.com/Minds/minds/issues/100
Same as in https://github.com/Minds/minds/pull/77
Should prevent infinite point abuse...
nostr.bitcoiner.social -> offchain.pub note1zpgy9f8tlwdwhhwtzy50vpl72qkunzhmy57p4f5xaf8h57pfvwpschwe74 > Before I deployed the new pay-to-relay server, I ran a public relay under a "nostr" subdomain. I've since renamed my public relay to wss://offchain.pub. Much...