Add files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-24 21:37:42 -05:00
parent 2b33845cb0
commit 3478074c3b
15 changed files with 226 additions and 0 deletions

6
content/_index.md Normal file
View File

@ -0,0 +1,6 @@
Full list of the services hosted by boba.best:
- [PeerTube](https://peertube.boba.best)
- [Pleroma](https://pleroma.boba.best)
See the navigation bar on top for more information about each service.

3
content/blog/_index.md Normal file
View File

@ -0,0 +1,3 @@
+++
title = "Blog"
+++

36
content/peertube.md Normal file
View File

@ -0,0 +1,36 @@
+++
title = "PeerTube"
menu = "main"
+++
## What is PeerTube?
From JoinPeerTube[^1]
> PeerTube aspires to be a **decentralized and free/libre alternative** to
> video broadcasting services.
>
> Our aim is not to replace them, but rather to simultaneously offer something
> else, with different values.
> PeerTube uses [**ActivityPub**](https://activitypub.rocks/), a federating
> protocol that **allows you to interact with other software**, provided they
> also use this protocol. For example, PeerTube and Mastodon -a Twitter
> alternative- are connected: **you can follow a PeerTube user from Mastodon**
> (the latest videos from the PeerTube account you follow will appear in your
> feed), **and even comment on a PeerTube-hosted video directly from your
> Mastodon's account**.
> With PeerTube, choose **your hosting company and the rules you believe in**.
> Direct contact with a human-scale hoster allows for two things: you no longer
> are the client of a huge tech company, and **you can nurture a special
> relationship with your hoster, who distributes your data**.
> The PeerTube software can, whenever necessary, use a peer-to-peer protocol
> (P2P) to broadcast viral videos, **lowering the load of their hosts**.
## peertube.boba.best
Instance URL: https://peertube.boba.best
[^1]: https://joinpeertube.org/

27
content/pleroma.md Normal file
View File

@ -0,0 +1,27 @@
+++
title = "Pleroma"
menu = "main"
+++
## 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]
## pleroma.boba.best
Instance URL: https://pleroma.boba.best
[^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/)