this post was submitted on 11 Jul 2023
47 points (94.3% liked)

Linux

5174 readers
342 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
all 8 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 1 year ago (2 children)

This is a client I've been working on that doesn't require you to have a server. Let me know what you think.

[–] [email protected] 9 points 1 year ago (1 children)

Interesting. Is the source available? And which language is it written in?

[–] [email protected] 1 points 1 year ago

Source is available here (GPLv3): https://github.com/BentonEdmondson/servitor

It is written in Go.

[–] [email protected] 4 points 1 year ago (1 children)

A little light on details :)

https://github.com/BentonEdmondson/servitor

Language: Go (100%)

GPL 3.0

Allows (requires?) configuration to use whatever you want to handle various media types.

Runs locally and connects directly to the desired "resource" (community, account, etc) across anything(?) on ActivityPub rather than via a server or instance. Among other things, this means your subscriptions, follows, etc remain unknown to anyone.

Lurk-only: Not being actually registered on an instance or formally subscribed or following implies read-only access and that is supported by the lack of any mention of how to enter "post" or "response" mode.

This is an unofficial summary based only on the readme. I have neither inspected the code nor even installed and tried the software.

[–] [email protected] 2 points 1 year ago (1 children)

A little light on details :)

Yeah sorry, that's my bad, I meant to link it. This is a very good summary.

The media type handler is preconfigured with a good default that can be optionally overridden.

Runs locally and connects directly to the desired “resource” (community, account, etc) across anything(?) on ActivityPub rather than via a server or instance.

This is correct, I just don't know what you mean by "across anything(?)".

[–] [email protected] 1 points 1 year ago

... I just don't know what you mean by "across anything(?)".

Poorly phrased :)

I was guessing that it could connect to anything that uses ActivityPub, but wasn't sure.