Hollo :hollo:'s avatar

Hollo :hollo:

@hollo@hollo.social

199 following871 followers

:hollo: A federated single-user microblogging software.

Pinned

@hollo@hollo.social

Introducing . Hollo is an -enabled single-user microblogging software. Although it's for a single user, it also supports creating and running multiple accounts for different topics.

It's headless, meaning you can use existing client apps instead, with its Mastodon-compatible APIs. It has most feature parity with Mastodon. Two big differences with Mastodon is that you can use in the content of your posts and you can quote another post.

Oh, and Hollo is built using and .

https://github.com/dahlia/hollo

@maybeanerd@bumscode.com

Now that I started using @hollo on the side ( @maybeanerd@hollo.cluster.diluz.io ) to see how well it runs on my selfhosted k3s cluster, I can appreciate all the multi-account work done in @moshidon

Seeing a post on an account and then liking it from the other - that's so unnecessarily cool

Screenshot of moshidon app.
A post by hollo@hollo.social is open in the background.
In the foreground, a sheet which reads:
"Favorite with other account "

Below, a list of accounts the user is also logged in to, which is the account maybeanerd@hollo.cluster.diluz.io
ALT text

Screenshot of moshidon app. A post by hollo@hollo.social is open in the background. In the foreground, a sheet which reads: "Favorite with other account " Below, a list of accounts the user is also logged in to, which is the account maybeanerd@hollo.cluster.diluz.io

@hollo@hollo.social

Thanks to @thisismissem, Hollo 0.2.0 will support reporting remote users and posts! As it implements Mastodon-compatible API, any Mastodon clients that implement reporting could work with Hollo 0.2.0.

If you want to try it in advance, please give ghcr.io/dahlia/hollo:0.2.0-dev.185 a try (or just canary)!

https://hachyderm.io/@thisismissem/113352412470749770

@thisismissem@hachyderm.io

Was really quite fun implementing Reporting & Flag activities in @hollo today, and not particularly hard.. I think touching Drizzle ORM was the most painful part (and figuring out how to test out what I was building)

Would be kinda nice to have a basic CLI client to Hollo to use during development or something. Maybe there's a Mastodon CLI client?

@thisismissem@hachyderm.io

Got bored today so hacked up basic support for the Mastodon Report API for @hollogithub.com/dahlia/hollo/pull/4

It only supports reporting remote posts/actors, although does keep a record of sent reports (even though you could technically do fire-and-forget, it's not a great practice)

That's my little gift to @hongminhee for all the fantastic work they're doing

@hollo@hollo.social

Finally, Hollo 0.1.0 released! is a single-user federated microblogging software which is -enabled and powered by .

Hollo has the most of features that Mastodon has except for moderation tools, and also include:

  • CommonMark (a.k.a. Markdown) and up to 4,096 characters per post
  • Misskey-style quotes (compatible with Misskey, Akkoma, Fedibird, etc)
  • Misskey-style emoji reactions (both Unicode emojis and custom emojis are supported; compatible with Misskey, Akkoma, kmyblue, etc)
  • Generally much relaxed limitations (more poll options, more attachments, and so on)
  • … and many more!

If you're interested in Hollo, please give it a try! There are several ways to install it: using Railway, using Docker (and Docker Compose), or manually.

If you're already using Hollo, please upgrade it to v0.1.0:

@hollo@hollo.social

Finally, Hollo 0.1.0 released! is a single-user federated microblogging software which is -enabled and powered by .

Hollo has the most of features that Mastodon has except for moderation tools, and also include:

  • CommonMark (a.k.a. Markdown) and up to 4,096 characters per post
  • Misskey-style quotes (compatible with Misskey, Akkoma, Fedibird, etc)
  • Misskey-style emoji reactions (both Unicode emojis and custom emojis are supported; compatible with Misskey, Akkoma, kmyblue, etc)
  • Generally much relaxed limitations (more poll options, more attachments, and so on)
  • … and many more!

If you're interested in Hollo, please give it a try! There are several ways to install it: using Railway, using Docker (and Docker Compose), or manually.

If you're already using Hollo, please upgrade it to v0.1.0:

@hollo@hollo.social · Reply to Hollo :hollo:

Hollo 是一款无头微博软件,它实现了 Mastodon API。 这意味着您可以使用任何与 Mastodon 兼容的客户端与其进行交互。 然而,实际上,由于 Mastodon API 的实现方式不同, 某些客户端可能无法按预期工作。 以下是一些经过 Hollo 测试的客户端。

https://docs.hollo.social/zh-cn/clients/

@hollo@hollo.social · Reply to Hollo :hollo:

HolloはMastodon APIを実装したヘッドレスマイクロブログソフトウェアです。 これは理論的にはHolloと相互作用できるMastodon互換クライアントであれば何でも使用できることを意味します。 しかし、実際にはMastodon APIを実装する方法の違いにより、一部のクライアントが予想どおりに動作しないことがあります。Holloでテストされたクライアントをここに列挙します。

https://docs.hollo.social/ja/clients/

@hollo@hollo.social · Reply to Hollo :hollo:

Hollo는 Mastodon API를 구현한 헤들리스 마이크로블로깅 소프트웨어입니다. 이는 이론적으로는 Hollo와 상호작용할 수 있는 Mastodon 호환 클라이언트라면 무엇이든 사용할 수 있다는 것을 의미합니다. 그러나 실제로는 Mastodon API를 구현하는 방식의 차이로 인해 일부 클라이언트가 예상대로 작동하지 않을 수 있습니다. Hollo에서 테스트된 클라이언트를 여기에 나열합니다.

https://docs.hollo.social/ko/clients/

@hollo@hollo.social

is a headless microblogging software that implements the Mastodon API. This means that you can use any Mastodon-compatible client to interact with it. However, in practice, some clients may not work as expected due to differences in the way they implement the Mastodon API. Here are some of the clients that have been tested with Hollo:

https://docs.hollo.social/clients/

@hollo@hollo.social

The most common pitfall for first-time users is deploying Hollo behind a reverse proxy and forgetting to set BEHIND_PROXY=true, which causes federation issues and wasted time trying to resolve them.

To help users avoid this common pitfall, we've introduced a warning on Hollo's setup page when Hollo is behind a reverse proxy and the BEHIND_PROXY is off.

The warning message seen on Hollo's setup page.
ALT text

The warning message seen on Hollo's setup page.

@guiltyone@buttersc.one

나중에 한 번 hollo 설치해보면서 비개발자 친화적인 가이드도 한 번 써 봐야겠어요
지금의 hollo docs 페이지도 설명이 잘 되어있긴 하지만 어디까지나 개발에 어느 정도 관심이 있다는 전제 하인 것 같아서

@sunwoo1524@pointless.chat · Reply to 맹꽁이

빠르게 기능들이 이것저것 추가되고 있으니 기대해볼 만 한 프로젝트인 것 같음

@hollo@hollo.social

finally lets you move your old account to new one! (FEP-7628 compliant.) It's bidirectional, which is basically equivalent to and interoperable with Mastodon's account move:

  • You can prepare to move your old account to Hollo by adding aliases (setting alsoKnownAs).
  • You can start to move your Hollo account to new one by setting movedTo property and sending Move activities to the followers.

It enables your new account to have the same existing followers after you've moved your account.

Hollo's new migration panel.
ALT text

Hollo's new migration panel.