diff --git a/config.toml b/config.toml index 0eb9c3e..a2e8a60 100644 --- a/config.toml +++ b/config.toml @@ -50,14 +50,6 @@ ignoreErrors = ["error-disable-taxonomy"] # 8601](https://en.wikipedia.org/wiki/ISO_8601) format: # dateFormat = "2006-01-02" -#[menu] -# -# [[menu.main]] -# identifier = "pleroma" -# name = "Pleroma" -# url = "/pleroma/" -# weight = 0 - [menu] [[menu.main]] identifier = "status-page" diff --git a/content/_index.md b/content/_index.md index d8fc473..0b5631c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,8 +11,6 @@ Links to all the services (and the software they're using) hosted on boba.best: - [bobatube](https://peertube.boba.best) - [PeerTube](https://joinpeertube.org) - [bobavault](https://vault.boba.best) - [Vaultwarden](https://github.com/dani-garcia/vaultwarden) (aka bitwarden_rs) -- [pleroma.boba.best](https://pleroma.boba.best) - - [Pleroma](https://pleroma.social) See the [Services category]({{< relref "services/" >}}) for more information about each service. diff --git a/content/services/pleroma.boba.best.md b/content/services/pleroma.boba.best.md deleted file mode 100644 index 12bccc2..0000000 --- a/content/services/pleroma.boba.best.md +++ /dev/null @@ -1,35 +0,0 @@ -+++ -title = "pleroma.boba.best" -aliases = ["/pleroma"] - -description = """ -Pleroma is a decentralized and federated microblogging service (similar to -Twitter). See the instance running on https://pleroma.boba.best -""" -+++ - -## Instance URLs - -- HTTPS - - Pleroma UI (default): https://pleroma.boba.best - - Mastodon UI: https://pleroma.boba.best/web -- Gopher: [gopher://pleroma.boba.best](gopher://pleroma.boba.best) - -## What is Pleroma? - -From *What Is Pleroma?*[^1] -> Pleroma is a microblogging server software that can federate (= exchange -> messages with) other servers that support the same federation standards -> (OStatus and ActivityPub). What that means is that you can host a server for -> yourself or your friends and stay in control of your online identity, but -> still exchange messages with people on larger servers. Pleroma will federate -> with all servers that implement either OStatus or ActivityPub, like GNU -> Social, Friendica, Hubzilla and Mastodon. - -Since it all uses ActivityPub in the background, that means that, for example, -you can comment on a video from [PeerTube](https://joinpeertube.org/) using an -existing account on an ActivityPub-compatible service such as -[Pleroma](https://pleroma.social/) or [Mastodon](https://joinmastodon.org/).[^2] - -[^1]: [https://blog.soykaf.com/post/what-is-pleroma/](https://web.archive.org/web/20210409094551/https://blog.soykaf.com/post/what-is-pleroma/) -[^2]: [https://pleroma.social/blog/2021/01/13/the-big-pleroma-and-fediverse-faq/](https://web.archive.org/web/20210321192935/https://pleroma.social/blog/2021/01/13/the-big-pleroma-and-fediverse-faq/)