Coder Social home page Coder Social logo

edustack / gourami Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexwennerberg/gourami

0.0 2.0 0.0 460 KB

An intentionally small, lightweight ActivityPub microblogging service

License: GNU Affero General Public License v3.0

TSQL 3.02% Rust 83.30% CSS 2.61% HTML 10.99% Shell 0.07%

gourami's Introduction

🐟gourami

Build and Test

An intentionally small, ultra-lightweight ActivityPub social network. See a live public demo at https://dev.gourami.social/ and reach out to me if you want an invite so you can try it out.

image

Philosophy and Design

Gourami differs from existing social networks in a number of ways:

  • Intentionally small -- designed to support 50-100 active users. I'm sure it could support more, but things could quickly become a mess. Gourami was hugely and directly inspired by the fantastic essay on runyourown.social. Gourami is designed to support relatively small communities, maybe tied to a specific interest, community, or physical location.
  • Decentralized -- Gourami uses ActivityPub to connect separate servers, but with an implementation that differs from existing ActivityPub servers such as Mastodon. Instances federate at the server level, rather than the user level, which means all users on the server share the same "neighborhood".
  • Invite-only and closed -- a community curated by the server admin, rather than open to all. You can choose to make posts on your instance public, but they are private by default.
  • Free and open source -- I find very concerning the way that the very space for building community and networking with our friends is controlled by corporations with potentially different values and goals than their users. Large, for-profit social networks have economic incentives that distorts the content and the kind of communities that can develop on them. Gourami is 100% free and open source, licensed under AGPL v3.
  • A social network with physical context -- Gourami should be easy to deploy in a physical space (such as a home, apartment building, coffee shop or wireless mesh network) or among people in a specific physical community, such as a university or town. In How to Do Nothing, Jenny Odell discusses the lack of a context, specifically physical and temporal context, in social media, and calls for social networks that are tied to physical space. While Gourami does not force you to tie a deployment to a place, it is designed in such a way that such a deployment would be relatively easy.
  • Extremely lightweight & fast -- very little Javascript, plain text, small page sizes. Should run on extremely lightweight/cheap hardware and low-bandwidth networks.
  • Old-school and Brutalist -- Stark and minimal, the design and interface should emphasize, rather than hide, the underlying building blocks of the web that comprise it. This will give Gourami a feel similar to 90s or 2000s web forums, or Twitter circa 2009.
  • Simple and feature-averse -- A simpler Gourami is much easier for me to develop, support and maintain. I want Gourami to be reliable software that people can build communities on top of, and severely limiting the feature set makes that much easier. Once I get Gourami to a certain core feature set, my work will be dedicated to maintenance and care, rather than feature additions. This will allow people to develop long-term, stable social networks, and also develop forks without worrying about losing upstream changes.

Features that aren't implemented yet:

  • Mastodon/other AP server interop -- Gourami manages identities in a somewhat different way than Mastodon and other ActivityPub microblogging services. I have experimented with Mastodon interop and it works to some degree, but I don't want to officially support it until it's more stable. It's currently disabled.

Local Installation

Make sure you have the following dependencies:

  • sqlite3
  • libsqlite3-dev
  • openssl

Install Rustup or Cargo.

Clone this repository with git clone https://github.com/alexwennerberg/gourami

Run cargo install --path .

Configuration is done via dotenv. For development and testing, the sample_env file is good to get started -- copy it to .env in the same directory that you're running gourami.

Setup the database with diesel cli -- cargo install diesel_cli and diesel setup, or just run all of the up.sql scripts in the migrations/ folder.

Run the local server with gourami_social run

To create a user account:

  • Run the sql command insert into registration_keys values ("123")
  • Go to http://localhost:3030/register?key=123
  • Create an account and log in

Deployment

Gourami is in alpha / development stage.

I would love if you gave Gourami a shot, but be aware that issues may arise. If you would like to follow or join my server, please reach out to me! I'm also happy to help anyone set up their instance. More information on setting up a server is available in the admin guide.

References

Many projects inspired my work here, and I want to mention them.

Logo from https://twemoji.twitter.com/

gourami's People

Contributors

alexwennerberg avatar dependabot-preview[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.