Find a file
Will Murphy 5942140f98 1.0.2
2022-04-27 20:23:19 -05:00
public/files replace nunjucks profile rendering with vue, start listing of recent posts on profiel page, support full IRI object ids in object GET route so that remote origin objects can be fetched from local cache for display in Vue pages 2019-10-12 13:30:33 -05:00
test add postman request library 2019-09-30 20:55:54 -05:00
web gup.pe -> a.gup.pe 2021-12-30 14:31:38 +01:00
.dockerignore add docker deployment 2021-11-01 18:05:14 -05:00
.env.defaults add docker deployment 2021-11-01 18:05:14 -05:00
.gitignore add docker deployment 2021-11-01 18:05:14 -05:00
config-template.json generate keys for local users 2019-09-14 21:49:33 -05:00
docker-compose.yml fix restart policy 2022-01-01 16:28:45 -06:00
Dockerfile add docker deployment 2021-11-01 18:05:14 -05:00
index.js udpate deps 2022-02-11 09:43:29 -06:00
LICENSE Create LICENSE 2019-09-21 17:03:29 -05:00
package-lock.json 1.0.2 2022-04-27 20:23:19 -05:00
package.json 1.0.2 2022-04-27 20:23:19 -05:00
README.md bring back the homepage query, update for new data format 2021-11-04 23:02:45 -05:00

Gup.pe

Social groups for the fediverse - making it easy to connect and meet new people based on shared interests without the manipulation of your attention to maximize ad revenue nor the walled garden lock-in of capitalist social media.

This server-2-server ActivityPub implementation adds decentralized, federaded "groups" support across all ActivityPub compliant social media networks. Users join groups by following group-type actors on Guppe servers and contribute to groups by mentioning those same actors in a post. Guppe group actors will automatically forward posts they receive to all group members so that everyone in the group sees any post made to the group. Guppe group actors' profiles (e.g. outboxes) also serve as a group discussion history. Creation of new groups is automatic, users simply search for or mention a new group and it will be created.

Tech stack

Mostly powered by activitypub-express from Immers Space. The gup.pe server app, index.js is 200 lines of code, just adding the auto-create actor, auto-accept follow, and auto-boost from inbox behaviors to the base apex setup.

There's also an HTML front-end using Vue (/web) to display popular groups and provide fallback user profile discovery.

Installation

Dockerfile and docker-compose.yml are provided for easy install

git clone https://github.com/wmurphyrd/guppe.git
cd guppe
cp .env.defaults .env
echo DOMAIN=yourdomain.com >> .env
docker-compose up -d

License

Copyright (c) 2021 William Murphy. Licensed under the AGPL-3