fedicat
working on #Hollo support
@[email protected] · 195 following · 444 followers
A federated single-user microblogging software.
Website | GitHub | Fedify |
---|---|---|
working on #Hollo support
주말부터 #hollo 를 #nixos 모듈로 작성하고 있는데 어느 정도 마무리가 된 듯하다. 지금은 개발이 빠르게 진행되고 있어서 nixpkgs에 올리는 건 나중에 생각해 보는 걸로..
패키지: https://github.com/honnip/dotfiles/blob/3e52a09afc680ecaff6c0d7dfff414f507af3f8a/pkgs/hollo/default.nix 모듈: https://github.com/honnip/dotfiles/blob/3e52a09afc680ecaff6c0d7dfff414f507af3f8a/modules/nixos/hollo.nix
色んなバグを修正してFedifyを最新バージョンであるv1.2.7にアップデートしたHollo v0.2.3がリリースされました。Dockerイメージを使ってる方は0.2.3タグでアップロードしてください。
https://github.com/dahlia/hollo/pkgs/container/hollo/310331313?tag=0.2.3
QT: https://hollo.social/@hollo/0193533c-cfd3-7191-af92-b9ce5aa65c13 [参照]
The #Hollo v0.2.3 has been released, which fixes a few bugs and brings #Fedify to the latest version, v1.2.7. If you are using the Docker image, you can upgrade by using the ghcr.io/dahlia/hollo:0.2.3
.
Hollo 0.2.3
The #Hollo v0.2.3 has been released, which fixes a few bugs and brings #Fedify to the latest version, v1.2.7. If you are using the Docker image, you can upgrade by using the ghcr.io/dahlia/hollo:0.2.3
.
This might be the best issue title that something I've said has resulted in: https://github.com/dahlia/hollo/issues/67
Star History of #Fedify, #Hollo, and #LogTape:
https://star-history.com/#dahlia/fedify&dahlia/logtape&dahlia/hollo&Date
Yeah the hollo.service
works 👍
All that's left now is to wait for local storage support (because at the moment there's only support for storage on S3).
#Hollo #Fediverse
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.
#selfhost #fediverse
@hongminhee お疲れ様です。HolloとFedifyのチラシが無事届きました〜
KOFなどで配布しますね
@[email protected] · Reply to Andy Todd's post
@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.
Bon j'install une instance Hollo ?
#Holo #Fediverse
@[email protected] · Reply to HACK13's post
@hack13 Thanks!
@[email protected] · Reply to Kazuky Akayashi ฅ^•ﻌ•^ฅ's post
@KazukyAkayashi There are no hard requirements, but usually it takes about 1 GiB RAM.
Hollo is now listed on FediDB!
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
@hongminhee Say hello to hollo!
Hollo 0.2.0 released! #Hollo is a single-user federated microblogging software which is #ActivityPub-enabled and powered by #Fedify.
The key changes of this release include:
Thanks to @thisismissem, now you can report remote accounts and posts.
Added two-factor authentication support.
Thanks again to @thisismissem, Hollo improved alignment on Mastodon API changes about OAuth and apps.
Thanks again to @thisismissem, RFC 8414 for OAuth Authorization Server metadata endpoint. It will improve interoperability between Hollo and Mastodon-compatible client apps.
Renamed the Data menu from the administration dashboard to Federation, and:
Custom emojis now can be deleted from the administration dashboard.
Thanks to @helge, PORT
and ALLOW_PRIVATE_ADDRESS
environment variables are introduced.
Added a favicon.
Dropped support for Redis, which was an optional dependency.
You can upgrade to Hollo 0.2.0 using the following ways:
To Railway users: Just redeploy the Hollo service!
To Docker users: Switch your Hollo image to ghcr.io/dahlia/hollo:0.2.0
or simply latest
!
To manual installers: Fetch the stable
branch and switch over to it!
@[email protected] · Reply to Esurio's post
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
@[email protected] · Reply to Hollo's post
Oh, and the minimum supported version of PostgreSQL has been raised to 16, so please be careful when updating.
Hollo 0.2.0 released! #Hollo is a single-user federated microblogging software which is #ActivityPub-enabled and powered by #Fedify.
The key changes of this release include:
Thanks to @thisismissem, now you can report remote accounts and posts.
Added two-factor authentication support.
Thanks again to @thisismissem, Hollo improved alignment on Mastodon API changes about OAuth and apps.
Thanks again to @thisismissem, RFC 8414 for OAuth Authorization Server metadata endpoint. It will improve interoperability between Hollo and Mastodon-compatible client apps.
Renamed the Data menu from the administration dashboard to Federation, and:
Custom emojis now can be deleted from the administration dashboard.
Thanks to @helge, PORT
and ALLOW_PRIVATE_ADDRESS
environment variables are introduced.
Added a favicon.
Dropped support for Redis, which was an optional dependency.
You can upgrade to Hollo 0.2.0 using the following ways:
To Railway users: Just redeploy the Hollo service!
To Docker users: Switch your Hollo image to ghcr.io/dahlia/hollo:0.2.0
or simply latest
!
To manual installers: Fetch the stable
branch and switch over to it!
In the next version of #Hollo, 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 next version of #Hollo'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.
@[email protected] · Reply to Andy Todd's post
@andy47 Apparently the MinIO settings from it does not work. How about using AWS S3 or Cloudflare R2 instead?
@[email protected] · Reply to 洪 民憙(ホン・ミンヒ)'s post
@[email protected] · Reply to Andy Todd's post
@andy47 How did you configure your object storage?
Is this thing on? I’m attempting to use my own fedi-server thanks to the lovely people @hollo
@[email protected] · Reply to Andy Todd's post
@andy47 What client app do you use? There are some client apps that allow you to set your avatar, e.g., Elk.
10月26日(土)に開催されるOSC 2024 Tokyo/FallにFedify/Hollo合同で出展します!可愛いFedifyのロゴのシールと『自分だけのフェディバースのマイクロブログを作ろう!』日本語版の紙の本を持って行く予定です。よろしくお願いします。
#Hollo's GitHub repository now has 200 stars!
Now that I started using @hollo on the side ( @[email protected] ) 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