Fast, fun, ActivityPub server, powered by Go.
Go to file
f0x52 606ee5c615
Css button tweak (#93)
* css styling tweaks

* bundle

* apply styling to textarea as well

* bundle, whitespace

* generalize .button class styling

* bundle

* give .button a pointer cursor too

* bundle
2021-07-09 10:44:10 +02:00
.github fix lint errors 2021-03-20 19:44:18 +01:00
cmd/gotosocial put version in binary properly (#73) 2021-06-28 12:17:20 +02:00
docs try some doc changes 2021-03-01 11:52:49 +01:00
example Api/v1/accounts (#8) 2021-04-01 20:46:45 +02:00
internal fix up some of the instance patching stuff (#85) 2021-07-08 15:05:19 +02:00
scripts Api/v1/statuses (#11) 2021-04-19 19:42:19 +02:00
testrig clean up some weirdness in the router (#80) 2021-07-07 15:46:42 +02:00
web Css button tweak (#93) 2021-07-09 10:44:10 +02:00
.gitignore new styling for frontpage, update login and authorize templates (#46) 2021-06-21 19:46:10 +02:00
CONTRIBUTING.md put version in binary properly (#73) 2021-06-28 12:17:20 +02:00
Dockerfile put version in binary properly (#73) 2021-06-28 12:17:20 +02:00
GETTINGSTARTED.md put version in binary properly (#73) 2021-06-28 12:17:20 +02:00
LICENSE add docs and a bunch of other stuff 2021-02-28 15:17:18 +01:00
PROGRESS.md readme updating (#92) 2021-07-08 18:51:32 +02:00
README.md readme updating (#92) 2021-07-08 18:51:32 +02:00
build.sh put version in binary properly (#73) 2021-06-28 12:17:20 +02:00
go.mod add web handler to testrig 2021-06-21 20:40:56 +02:00
go.sum new styling for frontpage, update login and authorize templates (#46) 2021-06-21 19:46:10 +02:00
version put version in binary properly (#73) 2021-06-28 12:17:20 +02:00

README.md

GoToSocial

patrons receives

Federated social media software.

Sloth logo made by Freepik from www.flaticon.com

GoToSocial is a Fediverse server project, written in Golang. It provides a lightweight, customizable, and safety-focused alternative to existing projects such as Mastodon, Pleroma, Friendica, PixelFed etc.

One of the key differences between GoToSocial and those other projects is that GoToSocial doesn't include an integrated client front-end (ie., a webapp).

Instead, like the Matrix.org's Synapse project, it provides only a server implementation, some static pages, and a well-documented API. On top of this API, developers are free to build any front-end implementation or mobile application that they wish.

Because the server implementation is as generic and flexible/configurable as possible, GoToSocial provides the basis for many different types of social media experience, whether Tumblr-like, Facebook-like, or Twitter-like.

Features

A grab-bag of things that are already included or will be included in the first release(s) of the project:

  • Mastodon API compatible, which means full support for apps you already know and love like Tusky and Pinafore.
  • Various federation modes:
    • 'Normal' federation
    • Allowlist-only federation
    • Zero federation.
  • Granular post settings:
    • Local-only posts.
    • Rebloggable/boostable toggle.
    • 'Likeable' toggle.
    • 'Replyable' toggle.
  • Easy customizability for admins, without messing around in the source code:
    • Adjustable post length.
    • Media upload size settings.
  • Built-in, automatic LetsEncrypt support (no messing around with Nginx or Certbot).
  • Good performance on lower-powered machines like Raspberry Pi, old laptops and tiny VPSes (the test VPS has 1gb of ram and 1 cpu core).
  • Subscribeable and shareable allow/denylists for federation.
  • Strict privacy enforcement for posts and strict blocking logic.
  • HTTP signature authentication by default (equivalent to Mastodon's Secure Mode being always-on).
  • No external dependencies apart from a database. Binary + static assets only.

Wishlist

These cool things will be implemented if time allows (because we really want them):

  • Groups and group posting!
  • Reputation-based 'slow' federation.
  • User-selectable custom templates for rendering public posts:
    • Twitter-style
    • Blogpost
    • Gallery
    • Etc.

Status

Work began on the project around February 2021, and the project is still in prerelease.

At this point, GoToSocial is already deployable and very useable, and it federates cleanly with other Fediverse servers.

For a detailed view on what's implemented and what's not, and progress made towards a first v0.1.0 (beta) release, see here.

Getting Started

Proper documentation for running and maintaining GoToSocial will be forthcoming in the first release.

For now (if you want to run it pre-alpha, like a beast), check out the quick and dirty getting started guide.

Contact

For questions and comments, you can reach out to tobi on the Fediverse here, mail admin@gotosocial.org, or join our Matrix channel.

For bugs and feature requests, please check to see if there's already an issue, and if not, open one or use one of the above channels to make a request (if you don't have a Github account).

Credits

The following libraries and frameworks are used by GoToSocial, with gratitude 💕

Sponsorship + Funding

Currently, this project is funded using Liberapay, to put bread on the table while work continues on it.

If you want to sponsor this project, you can do so here! <3

Image Attribution

Logo made by Freepik from www.flaticon.com.

License

GoToSocial is licensed under the GNU AGPL v3.