Hollo's avatar

Hollo

@[email protected] · 176 following · 209 followers

A federated single-user microblogging software.

WebsiteGitHubFedify

https://hollo.social/

https://github.com/dahlia/hollo

https://fedify.dev/

Hollo's avatar
Hollo

@[email protected]

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

Hollo's avatar
Hollo

@[email protected] · Reply to Dmitri | 🇺🇦's post

@dmitri We use ngrok or fedify tunnel for local development!

Hollo's avatar
Hollo

@[email protected] · Reply to Dmitri | 🇺🇦's post

@dmitri We recommend @phanpy!

Esurio

@[email protected] · Reply to Esurio's post

MinIO使わずに外部のオブジェクトストレージ使えばRAM512MBとかで動くと思う

Esurio

@[email protected]

Hollo、Misskeyのメモリ使用量の1/3くらいでいいね

Esurio

@[email protected]

何か書いた

https://blog.esurio1673.net/posts/hollo/

Hollo's avatar
Hollo

@[email protected]

You can now see in (but you can't leave emoji reactions yet). We've implemented the FEP-c0e0 spec and tested it on , , and .

Hollo's avatar
Hollo

@[email protected] · Reply to silverpill's post

@silverpill As it turns out, this was a bug on @fedify's end. It's been fixed in the Fedify 1.0.2 release, and has also been applied to Hollo!

Hollo's avatar
Hollo

@[email protected]

Fixed a bug that caused attached to posts on to be treated as regular links in and other !

Fedify: an ActivityPub server framework's avatar
Fedify: an ActivityPub server framework

@[email protected]

Fedify, an ActivityPub framework, has finally released its first stable version, 1.0.0! Here are key changes:

Deprecation of the term handle

From this version, the term handle across Fedify will only be used to refer to fediverse handles (e.g., @[email protected]). An actor's internal unique ID (e.g., b379dbdc-3b4f-4ef4-88c2-fc25632d1c22) is referred to as an identifier, and the WebFinger name (e.g., hongminhee) is referred to as a username.

The term handle in the API will be maintained for a while for backward compatibility, but deprecation warnings will be logged, and it is planned to be removed in the future.

For more details, please refer to the related documentation.

Linked Data Signatures

Linked Data Signatures is an outdated standard, but it's still relied upon by major fediverse implementations such as Mastodon.

In addition to HTTP Signatures and Object Integrity Proofs, Fedify now supports Linked Data Signatures from this version, thus supporting all types of signature methods used in the fediverse. This makes Fedify an ActivityPub implementation with the best interoperability.

However, Fedify users don't need to do anything special to use Linked Data Signatures. If an incoming activity has Linked Data Signatures, it automatically verifies the signature, and all outgoing activities will have signatures in three formats: HTTP Signatures, Linked Data Signatures, and Object Integrity Proofs.

For more details, please refer to the related documentation.

Activity forwarding

From this version, you can forward activities received in the inbox to other actors using the InboxContext.forwardActivity() method.

At first glance, you might think that you could just resend an activity received in the inbox using the Context.sendActivity() method. However, if you do this, the original signature is removed before the activity is delivered to the inbox, and when sending it, the signature of the forwarding actor is attached instead, causing the receiving side of the forwarded activity to not trust it.

On the other hand, when using the InboxContext.forwardActivity() method, the activity is forwarded with the original signature preserved, avoiding this problem. (Of course, the original activity itself must be signed with Linked Data Signatures or Object Integrity Proofs.)

For more details, please refer to the related documentation.

Sending Delete(Application) on fedify inbox termination

From this version, fedify inbox will send a Delete(Application) activity to all peer servers it encountered when terminated. This is typically an activity sent when deleting an account, which will help prevent residual data related to temporary actors from remaining on other servers.

PostgreSQL drivers

The @fedify/postgres package, which implements PostgreSQL drivers for the KvStore and MessageQueue interfaces, has been released alongside this version.

The PostgreSQL driver is a backend that can be sufficiently used in production, especially recommended for projects already using PostgreSQL.

Additionally, an option to select the PostgreSQL driver has been added to the fedify init command.

Celebrating Fedify 1.0.0

With the release of version 1.0.0, Fedify will now maintain API backward compatibility as much as possible. (Of course, in the long term, there may be a 2.0.0 that breaks backward compatibility.) This should be good news for those who have been hesitant to use Fedify because there hasn't been a stable version until now!

So, hoping that more services will support ActivityPub in the future, I conclude this post!

Hollo's avatar
Hollo

@[email protected] · Reply to Hollo's post

@gekidasa Oh, you also need to remove the Redis service!

Hollo's avatar
Hollo

@[email protected] · Reply to Mura 💜💚's post

@gekidasa You can apply the new default configuration by redeploying the Hollo service and removing REDIS_URL from the environment variables!

Hollo's avatar
Hollo

@[email protected] · Reply to Hollo's post

now uses PostgreSQL for caching and message queue by default (unless the REDIS_URL environment variable is present)! It's quite performant and scalable when it's compared to Redis, so we've decided to make it the default configuration.

Hollo's avatar
Hollo

@[email protected]

now can work without . It uses Redis as a cache and queue backend if the REDIS_URL environment variable is provided, but if not given, it caches in memory and works without a queue. This is an option to consider if you have a few following/followers.

Hollo's avatar
Hollo

@[email protected]

now implements FEP-e232 as well for incoming and outgoing activities!

https://hollo.social/@hollo/0191d68a-3ba7-7f2f-9836-fe8664fb51b0

Hollo's avatar
Hollo

@[email protected]

finally has /-style quotes! It's easy to use. Just paste the link to the post you want to quote into your post! It will automatically recognize a link to an ActivityPub post (supports Article, Note, and Question) and turn it into a quote.

FYI, if you're using , you can use the Quote button that appears when you press the boost icon!

https://hollo.social/@fedify/0191d67c-a300-786e-8395-2020ac47ebc7

The menu that appears when you press the boost icon in Phanpy. The menu items are Boost and Quote.
The menu that appears when you press the boost icon in Phanpy. The menu items are Boost and Quote.
Hollo's avatar
Hollo

@[email protected]

now has its own website with docs.

https://docs.hollo.social/

洪 民憙(ホン・ミンヒ)'s avatar
洪 民憙(ホン・ミンヒ)

@[email protected]

HolloについにMisskey/Threads風の引用機能が追加されました!使い方は簡単です。引用する投稿のリンクを投稿内容に貼り付けてください!ActivityPubの投稿(Article、Note、そしてQuestionに対応)のリンクを自動で認識して引用に変えてくれます。

ちなみに、Phanpyを使う場合は、ブーストアイコンを押すと出てくるQuoteボタンを使ってください。


QT: hollo.social/@hollo/0191d68a-3
[参照]

Hollo's avatar
Hollo

@[email protected]

finally has /-style quotes! It's easy to use. Just paste the link to the post you want to quote into your post! It will automatically recognize a link to an ActivityPub post (supports Article, Note, and Question) and turn it into a quote.

FYI, if you're using , you can use the Quote button that appears when you press the boost icon!

https://hollo.social/@fedify/0191d67c-a300-786e-8395-2020ac47ebc7

The menu that appears when you press the boost icon in Phanpy. The menu items are Boost and Quote.
The menu that appears when you press the boost icon in Phanpy. The menu items are Boost and Quote.
aliceif's avatar
aliceif

@[email protected]

one more niche software better than mastodon whee 🎉

RE:
https://hollo.social/@hollo/0191d68a-3ba7-7f2f-9836-fe8664fb51b0

Hollo's avatar
Hollo

@[email protected]

finally has /-style quotes! It's easy to use. Just paste the link to the post you want to quote into your post! It will automatically recognize a link to an ActivityPub post (supports Article, Note, and Question) and turn it into a quote.

FYI, if you're using , you can use the Quote button that appears when you press the boost icon!

https://hollo.social/@fedify/0191d67c-a300-786e-8395-2020ac47ebc7

The menu that appears when you press the boost icon in Phanpy. The menu items are Boost and Quote.
The menu that appears when you press the boost icon in Phanpy. The menu items are Boost and Quote.
Hollo's avatar
Hollo

@[email protected]

finally has /-style quotes! It's easy to use. Just paste the link to the post you want to quote into your post! It will automatically recognize a link to an ActivityPub post (supports Article, Note, and Question) and turn it into a quote.

FYI, if you're using , you can use the Quote button that appears when you press the boost icon!

https://hollo.social/@fedify/0191d67c-a300-786e-8395-2020ac47ebc7

The menu that appears when you press the boost icon in Phanpy. The menu items are Boost and Quote.
The menu that appears when you press the boost icon in Phanpy. The menu items are Boost and Quote.
Hollo's avatar
Hollo

@[email protected] · Reply to Mura 💜💚's post

@gekidasa Yes, redeploy to update!

Hollo's avatar
Hollo

@[email protected]

Upgraded @fedify, free bug fixes!

ひや(フッサー)@チョメチョメ's avatar
ひや(フッサー)@チョメチョメ

@[email protected]

Hollo って TypeScript なのか!Bun 使うっていうし!
試してみたい!

Pierre's avatar
Pierre

@[email protected]

Always good to see progress! Only a handful of features left on the roadmap. Hollo is an activitypub powered federated microblog app. Docker image was made available with the latest release

Always good to see progress! Only a handful of features left on the roadmap. Hollo is an activitypub powered federated microblog app. Docker image was made available with the latest release
Always good to see progress! Only a handful of features left on the roadmap. Hollo is an activitypub powered federated microblog app. Docker image was made available with the latest release
Hollo's avatar
Hollo

@[email protected]

Since no more depends on , you can run your Hollo server in more cost-efficient way by getting rid of the Meilisearch service!

If you deployed your Hollo server using , here's instructions to remove it:

  1. Sign in to your Railway dashboard.
  2. In the Hollo service → Variables, remove MEILI_URL and MEILI_MASTER_KEY environment variables.
  3. Redeploy the Hollo service (see also the attached screenshot).
  4. Delete the service by pressing the red button in the Meilisearch service → SettingsDelete Service.

That's all!

How to redeploy the Hollo service in the Railway dashboard.
How to redeploy the Hollo service in the Railway dashboard.
Hollo's avatar
Hollo

@[email protected]

Today, held an offline in , and received several improvement patches:

Thanks again to our contributors!

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@[email protected]

If you'd like to support the development of or , you can sponsor me on GitHub!

github.com/sponsors/dahlia

Hollo's avatar
Hollo

@[email protected] · Reply to Mura 💜💚's post

@gekidasa You have to configure values as like below:

  • S3_ENDPOINT_URL: https://us-east-1.amazonaws.com
  • S3_URL_BASE: https://gekidasa.s3.us-east-1.amazonaws.com

Please make sure that both values start with https://!

Hollo's avatar
Hollo

@[email protected] · Reply to Mura 💜💚's post

@gekidasa Usually S3_ENDPOINT_URL is shorter than S3_URL_BASE, because S3_URL_BASE contains a bucket name. The actual values depend on your settings though.

Hollo's avatar
Hollo

@[email protected] · Reply to 未熟's post

@mijuku Markdownで書いたとしても、ActivityPub上で送信される時はHTMLに変換されるので、相手側がMarkdownを対応していなくてもよく見えます!

Hollo's avatar
Hollo

@[email protected] · Reply to 🪼nan1sa🦇's post

@nan1sa 注目ハッシュタグ機能、対応しています!

Hollo's avatar
Hollo

@[email protected]

For your information, currently the most compatible client with is @phanpy. Check it out!

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@[email protected]

どうして三つの表記が全て同率になるんだろう?😂

hollo.social/@hollo/01918cc7-c

「Hollo」の適切なカタカナ表記は?

• ホロ	6 (33%)
• ホロー	6 (33%)
• ホーロ	6 (33%)
• ホーロー 0 (0%)
「Hollo」の適切なカタカナ表記は? • ホロ 6 (33%) • ホロー 6 (33%) • ホーロ 6 (33%) • ホーロー 0 (0%)
Hollo's avatar
Hollo

@[email protected] · Reply to Mura 💜💚's post

@gekidasa You should choose your domain before you make your first account. For your information, in Railway, you can set up the domain in HolloSettingsNetworkingPublic NetworkingCustom Domain.

Hollo's avatar
Hollo

@[email protected] · Reply to Mura 💜💚's post

@gekidasa Could you DM me your logs?

Hollo's avatar
Hollo

@[email protected]

「Hollo」の適切なカタカナ表記は?

OptionVoters
ホロ6 (33%)
ホロー6 (33%)
ホーロ6 (33%)
ホーロー0 (0%)
DeFrisselle ☑️'s avatar
DeFrisselle ☑️

@[email protected] · Reply to Hollo's post

Hollo is a federated single-user microblogging software powered by Fedify. Although it is for single-user, it is designed to be federated through ActivityPub, which means that you can follow and be followed by other users from other instances, even from other software that supports ActivityPub like Mastodon, Misskey, and so on.

Hollo does not have its own web interface. Instead, it implements Mastodon-compatible APIs so that you can integrate it with the most of the existing Mastodon clients.

Hollo's avatar
Hollo

@[email protected] · Reply to Mura 💜💚's post

@gekidasa Yes, of course!

Hollo's avatar
Hollo

@[email protected] · Reply to 희준 aka 와페's post

@galadbran 현재 4096자까지 쓸 수 있고, 앞으로 이보다 더 늘어날 수도 있습니다!

Hollo's avatar
Hollo

@[email protected]

Hollo를 소개합니다!

Hollo는 개인을 위한 연합형 마이크로블로그 소프트웨어입니다. FedifyBun으로 만들어졌으며, 프로토콜을 통해 다른 인스턴스 및 서비스와 교류할 수 있습니다.

Hollo의 특징은 한 사용자를 위해 설계된 전용 인스턴스라는 점입니다. 이를 통해 사용자는 자신만의 공간을 가지면서도 , 및 기타 ActivityPub 지원 서비스의 사용자들과 소통할 수 있습니다.

독자적인 웹 인터페이스는 없지만, Mastodon API와 호환되어 기존의 많은 Mastodon 클라이언트 앱을 사용하여 Hollo에 접근할 수 있습니다. 이로 인해 익숙한 인터페이스로 Hollo를 이용할 수 있습니다.

주요 기능으로는 게시물 작성·편집·삭제, 답글, 미디어 첨부, 투표, 좋아요, 북마크, 고정 등이 있습니다. 또한 프로필 편집, 팔로우/팔로워 관리, 리스트 생성 등도 가능합니다. 더불어 Markdown을 지원하여 게시물이나 프로필의 서식 설정을 쉽게 할 수 있습니다.

Hollo는 현재 개발 초기 단계에 있으며, 지속적으로 기능 추가와 개선이 이루어지고 있습니다. Bun을 사용함으로써 빠른 성능과 효율적인 개발이 이뤄지고 있답니다. 오픈 소스 프로젝트로 GitHub에 공개되어 있으며, 커뮤니티의 기여를 환영합니다.

개인 블로그와 소셜 미디어의 장점을 결합한 Hollo는 프라이버시를 중시하면서도 더 넓은 커뮤니티와의 연결을 원하는 사람들에게 적합한 플랫폼으로 거듭나고 있습니다.

https://github.com/dahlia/hollo

Hollo's avatar
Hollo

@[email protected]

Holloを紹介します!

Holloは、個人向けの連合型マイクロブログソフトウェアです。FedifyBunを基盤に構築され、ActivityPubプロトコルを通じて他のインスタンスやサービスと連携することができます。

Holloの特徴は、一人のユーザーのために設計された専用のインスタンスという点です。これにより、ユーザーは自分だけのスペースを持ちながら、Mastodon、Misskey、その他のActivityPub対応サービスのユーザーとも交流できます。

独自のウェブインターフェースを持たない代わりに、MastodonのAPIと互換性があるため、既存の多くのMastodonクライアントアプリを使用してHolloにアクセスできます。これにより、使い慣れたインターフェースでHolloを利用することができます。

主な機能には、投稿の作成・編集・削除、返信、メディア添付、投票、お気に入り、ブックマーク、ピン留めなどがあります。また、プロフィール編集、フォロー/フォロワー管理、リスト作成なども可能です。さらに、Markdownをサポートしているため、投稿やプロフィールの書式設定が容易に行えます。

Holloは現在開発の初期段階にあり、継続的に機能の追加や改善が行われています。Bunを使用することで、高速なパフォーマンスと効率的な開発が実現されています。オープンソースプロジェクトとして、GitHubで公開されており、コミュニティからの貢献を歓迎しています。

個人のブログとソーシャルメディアの利点を組み合わせたHolloは、プライバシーを重視しながら、より広いコミュニティとのつながりを求める人々に適したプラットフォームとなっています。

https://github.com/dahlia/hollo

Hollo's avatar
Hollo

@[email protected]

The name is a Korean word 홀로, which means alone or solitary. It is named so because it is designed to be a single-user software.

Hollo's avatar
Hollo

@[email protected] · Reply to Shrutarshi Basu's post

@basus Both are decent JavaScript runtimes, but Hollo itself depends on Bun!

Hollo's avatar
Hollo

@[email protected] · Reply to Emelia 👸🏻's post

@thisismissem Thank you for letting us know! We'll update our endpoints soon!

fedicat's avatar
fedicat

@[email protected]

enabled instance v2 view on

an instance summary view

Detected text:

12:24< Backhollo.socialhollo.socialloginA Hollo instance at hollo.socialRegistrationSoftwareHollo0.1.0-dev.58https://github.com/dahlia/holloPrimary languagesEnglish KoreanSummaryLimits
an instance summary view Detected text: 12:24< Backhollo.socialhollo.socialloginA Hollo instance at hollo.socialRegistrationSoftwareHollo0.1.0-dev.58https://github.com/dahlia/holloPrimary languagesEnglish KoreanSummaryLimits
an instance limits and media support view
an instance limits and media support view
wakest ⁂'s avatar
wakest ⁂

@[email protected] · Reply to wakest ⁂'s post

Added , , , , and icons to at fediverse.wake.st

Screenshot of Sublinks, Buttondown, ActivityPods, Hollo, Smilodon and Patchwork icons
Screenshot of Sublinks, Buttondown, ActivityPods, Hollo, Smilodon and Patchwork icons
Hollo's avatar
Hollo

@[email protected]

finally has ! Polls can have up to 10 options. 😎

OptionVoters
Just now?1 (5%)
Finally!4 (20%)
Awesome!15 (75%)
Hollo's avatar
Hollo

@[email protected]

now supports lists!

Augusto Campos's avatar
Augusto Campos

@[email protected]

A galera que gosta de self-host, ter sua própria instância etc. com alternativas exóticas pode ficar atenta ao : github.com/dahlia/hollo

hollo.social/@hollo/01904586-7

Hollo's avatar
Hollo

@[email protected]

The latest (@phanpy) now shows the preview of a permalink to a post!

https://github.com/cheeaun/phanpy/commit/a72400febf62e34e0aaaeef86ae64ed6e373d492

Hollo's avatar
Hollo

@[email protected]

To users: please update your to 0.1.0-dev.46, a patch which addresses @fedify's CVE-2024-39687, as soon as possible!

https://hollo.social/@fedify/019080c7-c784-755d-a6f2-d1f91f2c5709

Fedify: an ActivityPub server framework's avatar
Fedify: an ActivityPub server framework

@[email protected]

CVE-2024-39687, a vulnerability that could potentially allow a Server Side Request Forgery (SSRF) attack, was discovered in and a security patch has been applied to fix it. The patched versions are 0.9.2, 0.10.1, and 0.11.1, respectively. If you are using an earlier version, please update as soon as possible.

Thanks to @thisismissem for reporting the vulnerability!

Hollo's avatar
Hollo

@[email protected]

is using this @fedify/redis package for caching and queuing. Battle tested!

https://hollo.social/@fedify/01905e6b-deec-785a-9bda-b72883031f8f

Ayo :webtools:'s avatar
Ayo :webtools:

@[email protected]

@hollo looks interesting!

Hollo's avatar
Hollo

@[email protected]

Good news: finally supports featured tags!

Bad news: There is no client app that supports featured tags.

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@[email protected]

development is often motivation to add features to , for example, most of the commits I added to Fedify today were for Hollo.

Hollo's avatar
Hollo

@[email protected]

now lets you pin your posts to the top of your profile!

BeAware :fediverse:'s avatar
BeAware :fediverse:

@[email protected]

Interesting new ActivityPub project called @hollo for a single user instance!

It still has to build features that are required for mass adopting (blocking and muting aren't implemented yet) but I'm really interested in single user instance software that's somewhat minimalistic so whenever it's fully released, I might try it out!

Hollo's avatar
Hollo

@[email protected] · Reply to BeAware :fediverse:'s post

@BeAware Once those features are implemented, it will be the first release! Stay tuned!

Yogthos's avatar
Yogthos

@[email protected]

Hollo is a federated single-user microblogging software.

github.com/dahlia/hollo

Hollo's avatar
Hollo

@[email protected] · Reply to Julio J. 🀲's post

@j3j5 Thanks!

Julio J. 🀲's avatar
Julio J. 🀲

@[email protected] · Reply to Hollo's post

@hollo congrats! The more AP servers, the better. I think low resources single user servers is a space where fedi can grow and can greatly improve the diversity, especially for big users.

Hollo's avatar
Hollo

@[email protected] · Reply to Blort™ 🐀Ⓥ🥋☣️'s post

@Blort Yes, you're right!

Hollo's avatar
Hollo

@[email protected] · Reply to Hollo's post

You can get started with your own Hollo in just a few clicks with the official template for :

https://railway.app/template/eopPyH?referralCode=qeEK5G

Hollo's avatar
Hollo

@[email protected]

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

Hollo's avatar
Hollo

@[email protected] · Reply to Hollo's post

's search is implemented internally using .

Hollo's architectural blueprint. Hollo relies on PostgreSQL, Redis, and Meilisearch.
Hollo's architectural blueprint. Hollo relies on PostgreSQL, Redis, and Meilisearch.
Hollo's avatar
Hollo

@[email protected]

finally has a search feature!

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@[email protected]

Trying out to implement search in @hollo. So far so good.

meilisearch.com/

Hollo's avatar
Hollo

@[email protected] · Reply to Hollo's post

The official template for is finally available! With this template, you can get started with your own Hollo in just a few clicks.

https://railway.app/template/eopPyH?referralCode=qeEK5G

Hollo's avatar
Hollo

@[email protected]

's compatibility with is much improved now! Not only with Threads, its compatibility with any instances that enabled secure mode (i.e., requires authorized fetch) is improved too.

Hollo's avatar
Hollo

@[email protected]

The name is a Korean word 홀로, which means alone or solitary. It is named so because it is designed to be a single-user software.

Hollo's avatar
Hollo

@[email protected] · Reply to Hollo's post

@aliceif Now it must be fixed!

Hollo's avatar
Hollo

@[email protected]

Improved compatibility with in ! Fixed issues where post contents were invisible and hashtags were rendered as regular links.

Hollo's avatar
Hollo

@[email protected] · Reply to aliceif's post

@aliceif We will take a look!

technicat's avatar
technicat

@[email protected]

planning ahead, adding support in for

screenshot of a Hollow instance description 

Detected text:

11:57< Backhollo.socialhollo.socialloginA Hollo instance at hollo.socialActivityTimelineRegistrationRegistrations unavailableInvites not enabledSoftwareHollo0.1.0-dev.11Primary languagesEnglishContactHolloSummaryLimitsNodeInfo
screenshot of a Hollow instance description Detected text: 11:57< Backhollo.socialhollo.socialloginA Hollo instance at hollo.socialActivityTimelineRegistrationRegistrations unavailableInvites not enabledSoftwareHollo0.1.0-dev.11Primary languagesEnglishContactHolloSummaryLimitsNodeInfo
Pierre's avatar
Pierre

@[email protected]

Federated single user microblogging software through activitypub that is also compatible with mitra

Interact with users on Mastodon, Pixelfed, Misskey, etc

Github repo here: github.com/dahlia/hollo

Federated single user microblogging software through activitypub that is also compatible with mitra

Interact with users on Mastodon, Pixelfed, Misskey, etc

Github repo here: https://github.com/dahlia/hollo
Federated single user microblogging software through activitypub that is also compatible with mitra Interact with users on Mastodon, Pixelfed, Misskey, etc Github repo here: https://github.com/dahlia/hollo
Hollo's avatar
Hollo

@[email protected]

Although is a single-user microblogging software, you can manage multiple accounts with a single sign-on. Create and run multiple accounts for different topics!

洪 民憙 (Hong Minhee) 🤏🏼's avatar
洪 民憙 (Hong Minhee) 🤏🏼

@[email protected]

@hollo is a testbed for the bleeding edge of . 😂

Hollo's avatar
Hollo

@[email protected]

accounts now have Ed25519 keys besides RSA keys. These are used for signing Object Integrity Proofs (FEP-8b32).

Also, compatibility with @mitra is much improved!

Hollo's avatar
Hollo

@[email protected] · Reply to Hollo's post

In addition, we've added how to deploy docs too!

https://github.com/dahlia/hollo?tab=readme-ov-file#how-to-deploy

Hollo's avatar
Hollo

@[email protected] · Reply to Hollo's post

The official template for is finally available! With this template, you can get started with your own Hollo in just a few clicks.

https://railway.app/template/eopPyH?referralCode=qeEK5G

Hollo's avatar
Hollo

@[email protected]

now supports image attachments!

Hollo logo
Hollo logo
洪 民憙 (Hong Minhee) 🤏🏼's avatar
洪 民憙 (Hong Minhee) 🤏🏼

@[email protected]

now supports sharing posts (reblogs)!

Hollo's avatar
Hollo

@[email protected]

Currently, hollo.social is deployed on . After we have some operational experience, we will publish the official template for Railway!

Hollo's avatar
Hollo

@[email protected]

Can anyone design a logo for Hollo? 😅

Hollo's avatar
Hollo

@[email protected]

Hollo, fediverse!