Guix channel for federated social media packages.
Go to file
TakeV 8d6355d252
Add nginx to test container
2023-07-24 00:24:12 -07:00
kulupu Add nginx to test container 2023-07-24 00:24:12 -07:00
.dir-locals.el Add dir-locals 2023-07-23 22:45:56 -07:00
.guix-authorizations Fix authorizations 2023-07-23 02:08:48 -07:00
.guix-channel Initial channel creation 2023-04-18 18:07:53 -07:00
README.org Add backend package for GoToSocial. 2023-04-20 15:13:53 -07:00
run-repl.sh Add tests 2023-07-23 17:23:46 -07:00

README.org

About

kulupu mi is a guix channel which packages various federated servers.

To use this channel, add the following entry to your default-channels:

	(channel
	 (name 'kulupu-mi)
	 (url "https://git.solarpunk.moe/TakeV/kulupu-mi.git")
	 (branch "main")
	 (introduction
		(make-channel-introduction
		 "cc9a267ed48680f3cb7319f6c1fa5d6f6800b4b7"
		 (openpgp-fingerprint
			"1086 326D E207 068C 1C02  5129 A64F 4134 5C74 00AF"))))

Packages

GoToSocial

Lightweight ActivityPub server, intended to be used with third party ActivityPub client.

Only includes backend server. No front end files at the moment.