Another hat for my collection! #kepi #AmericanCivilWar #Histodons
#kepi #americancivilwar #histodons
KEPI GHOULIE w/ Dog Party & Mean Jeans - DANCE TO THE RADIO - July 12, 2013
#kepi #kepighoulie #dogparty #meanjeans #dancetotheradio #groovieghoulies #livemusic #pdx #pdxmusic
#pdxmusic #pdx #livemusic #groovieghoulies #dancetotheradio #meanjeans #dogparty #kepighoulie #kepi
#kepi 0.7 "shine" released. The major visible change is that users and statuses have HTML representations as well as ActivityPub.
This release overran because life got in the way. Next release will have a demo server.
Source: https://gitlab.com/marnanel/chapeau/-/releases/eb4ec809bb
Pypi: https://pypi.org/project/kepi/0.7/
kepi 0.4.5 "archer" released
#kepi is a #Mastodon-like server in Django. It implements the Mastodon and ActivityPub protocols.
This release has no web interface, but is somewhat usable with an app.
You can install it with "pip install kepi."
PyPi: https://pypi.org/project/kepi/0.4.5/
Code: https://gitlab.com/marnanel/kepi
New #kepi docs: an overview of the structure
https://gitlab.com/marnanel/chapeau/-/blob/main/docs/modules.md
New #kepi docs: why the name?
https://gitlab.com/marnanel/chapeau/-/blob/main/docs/name.md
New #kepi docs: an overview of the structure
https://gitlab.com/marnanel/chapeau/-/blob/main/docs/modules.md
Here's my #hackathon session for #apconf2020 :
https://socialhub.activitypub.rocks/t/hackathon-wheres-kepi-going-next/988
Thank you to all who encouraged this!
#hackathon #apconf2020 #mastodon #kepi
update on #kepi (my Django-based Mastodon-like server):
it supports the Mastodon and ActivityPub protocols fairly well.
I would make a pre-alpha release except that local events (e.g. status creation) aren't properly propagated to remote users. I should fix that first.
Anyone want to play?
Some debugging help, please?
marnanel.org is running a pre-alpha instance of kepi. When I look up the user @marnanel@marnanel.org from a Mastodon server, it gives an error.
I don't see an error at https://marnanel.org/users/marnanel .
Does it work for you? RT if you would.
#Kepi is a Mastodon-like server in Django. It's almost stable enough to play with reliably.
Next, I am going to be improving the documentation.
If anyone else would like to have a look before I make a release, let me know.
#ActivityPub question:
How can you verify a request from a remote user to delete themselves?
1) remote user deletes their account
2) their server sends us a "delete" activity
3) we attempt to verify this activity
4) we look up the user's public key
5) the remote server very reasonably says "410 Gone"
6) verification fails
7) we ignore the request
This is #kepi issue 30: https://gitlab.com/marnanel/kepi/issues/30
#activitypub #kepi #help #fediverse