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

@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 · Reply to 염산하

@ysh 맞습니다. 업로드 시점의 미디어 파일의 URL이 데이터베이스가 들어가게 되어 있습니다. 새로 업로드하는 미디어 파일부터 새로운 설정이 적용됩니다.

@fedicat@pc.cafe

working on support

screenshot of a home feed with just a few test posts

Detected text:

9:50Homeo introvert (public, not in timelines)Phil Chutechnicattest introPhil ChutechnicattestingPhil Chutechnicattesthollo.fedifolio.com6:03 PM6:03 PM12:59 AM
ALT text

screenshot of a home feed with just a few test posts Detected text: 9:50Homeo introvert (public, not in timelines)Phil Chutechnicattest introPhil ChutechnicattestingPhil Chutechnicattesthollo.fedifolio.com6:03 PM6:03 PM12:59 AM

@hongminhee@fedibird.com

色んなバグを修正してFedifyを最新バージョンであるv1.2.7にアップデートしたHollo v0.2.3がリリースされました。Dockerイメージを使ってる方は0.2.3タグでアップロードしてください。

github.com/dahlia/hollo/pkgs/c
QT: hollo.social/@hollo/0193533c-c
[参照]

@micah@ilbery.family

I tried out @hollo and it looks like a promising project. It was relatively easy to get up and running with docker on my own server, but I don’t think I can make the switch to it yet. I’d want a bit more control over my profile and server before that. I’m perfectly fine with not having a web interface to browse the timeline, but I want more controls for the backend stuffs. Also a bit more documentation for setup and troubleshooting.

@ivory@tapbots.social · Reply to Andy Todd

@andy47 The next major update may or may not support it unofficially. You'll have to try it out when it is released. We should finally be able to read accounts that use alphanumeric post ID’s, but it really depends on each ActivityPub service.

@andy47@aus.social

Hey @ivory do you have any plans to support other Fediverse servers like @hollo ? It would be a big winner for me as I explore self hosting my own server.

@hollo@hollo.social

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

The key changes of this release include:

  1. Thanks to @thisismissem, now you can report remote accounts and posts.

  2. Added two-factor authentication support.

  3. Thanks again to @thisismissem, Hollo improved alignment on Mastodon API changes about OAuth and apps.

  4. Thanks again to @thisismissem, RFC 8414 for OAuth Authorization Server metadata endpoint. It will improve interoperability between Hollo and Mastodon-compatible client apps.

  5. Renamed the Data menu from the administration dashboard to Federation, and:

    • Now posts also can be force-refreshed.
    • Now the number of messages in the task queue is shown.
  6. Custom emojis now can be deleted from the administration dashboard.

  7. Thanks to @helge, PORT and ALLOW_PRIVATE_ADDRESS environment variables are introduced.

  8. Added a favicon.

  9. Dropped support for Redis, which was an optional dependency.

You can upgrade to Hollo 0.2.0 using the following ways:

5-a. Now posts also can be force-refreshed.
ALT text

5-a. Now posts also can be force-refreshed.

5-b. Now the number of messages in the task queue is shown.
ALT text

5-b. Now the number of messages in the task queue is shown.

6. Custom emojis now can be deleted from the administration dashboard.
ALT text

6. Custom emojis now can be deleted from the administration dashboard.

2. Added two-factor authentication support.
ALT text

2. Added two-factor authentication support.

@esurio1673@c.koliosky.com · Reply to Esurio
DockerのDBのバージョン上げメモ

docker compose exec postgres pg_dumpall --clean --username [compose.yamlに書いたユーザー名] > backup.sql

docker compose stop
sudo docker compose rm -v postgres
sudo docker volume ls
sudo docker volume remove [HolloのDBのvolume]
sudo docker compose up -d postgres
sudo docker compose exec -T postgres psql -U user -d database < backup.sql

@hollo@hollo.social

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

The key changes of this release include:

  1. Thanks to @thisismissem, now you can report remote accounts and posts.

  2. Added two-factor authentication support.

  3. Thanks again to @thisismissem, Hollo improved alignment on Mastodon API changes about OAuth and apps.

  4. Thanks again to @thisismissem, RFC 8414 for OAuth Authorization Server metadata endpoint. It will improve interoperability between Hollo and Mastodon-compatible client apps.

  5. Renamed the Data menu from the administration dashboard to Federation, and:

    • Now posts also can be force-refreshed.
    • Now the number of messages in the task queue is shown.
  6. Custom emojis now can be deleted from the administration dashboard.

  7. Thanks to @helge, PORT and ALLOW_PRIVATE_ADDRESS environment variables are introduced.

  8. Added a favicon.

  9. Dropped support for Redis, which was an optional dependency.

You can upgrade to Hollo 0.2.0 using the following ways:

5-a. Now posts also can be force-refreshed.
ALT text

5-a. Now posts also can be force-refreshed.

5-b. Now the number of messages in the task queue is shown.
ALT text

5-b. Now the number of messages in the task queue is shown.

6. Custom emojis now can be deleted from the administration dashboard.
ALT text

6. Custom emojis now can be deleted from the administration dashboard.

2. Added two-factor authentication support.
ALT text

2. Added two-factor authentication support.

@hollo@hollo.social

In the next version of , you'll see the number of messages stacked in your task queue in the administration dashboard. This gives you an idea of how busy your instance is.

The number of messages in the task queue as seen in Hollo's administration dashboard.
ALT text

The number of messages in the task queue as seen in Hollo's administration dashboard.

@hollo@hollo.social

The next version of 's administration dashboard will have a Federation menu instead of a Data menu, and will allow you to force refresh posts as well as accounts.

The administration dashboard in the next version of Hollo. There is a Federation menu instead of a Data menu.
ALT text

The administration dashboard in the next version of Hollo. There is a Federation menu instead of a Data menu.

@andy47@social.halfcooked.com

Is this thing on? I’m attempting to use my own fedi-server thanks to the lovely people @hollo