immers-space / guppe

Federated social groups with ActivityPub, NodeJS, Express, and Mongodb
https://a.gup.pe
GNU Affero General Public License v3.0
195 stars 15 forks source link

Single direct install without docker #94

Open sysadminpower2019 opened 1 year ago

sysadminpower2019 commented 1 year ago

Hello,

is there a way to host this project without using docker, as a single group instance?

wmurphyrd commented 1 year ago

Without docker, it can be deployed like any MEVN stack node app, with or without a reverse proxy.

To be single-group, we'd need a way to disable the automatic group creation feature. That's not currently available, but not very hard to do.