From 7f6971669cbd474bfc37b33eee6ccadfaf9a482d Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Mon, 27 Jan 2025 23:28:55 +0900 Subject: [PATCH] Moved repo --- .github/workflows/build.yaml | 4 +- CHANGES.md | 44 +++++++++---------- Dockerfile | 2 +- SECURITY.md | 2 +- compose-fs.yaml | 2 +- compose.yaml | 2 +- docs/astro.config.mjs | 2 +- docs/src/content/docs/install/docker.mdx | 4 +- docs/src/content/docs/install/manual.mdx | 4 +- docs/src/content/docs/ja/install/docker.mdx | 4 +- docs/src/content/docs/ja/install/manual.mdx | 4 +- docs/src/content/docs/ko/install/docker.mdx | 4 +- docs/src/content/docs/ko/install/manual.mdx | 4 +- .../src/content/docs/zh-cn/install/docker.mdx | 4 +- .../src/content/docs/zh-cn/install/manual.mdx | 4 +- src/api/v2/instance.ts | 2 +- src/components/DashboardLayout.tsx | 4 +- src/federation/nodeinfo.ts | 2 +- 18 files changed, 49 insertions(+), 49 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index abf216de..fc1f374e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -72,7 +72,7 @@ jobs: org.opencontainers.image.title=Hollo org.opencontainers.image.description=Federated single-user microblogging software org.opencontainers.image.url=https://docs.hollo.social/ - org.opencontainers.image.source=https://github.com/dahlia/hollo + org.opencontainers.image.source=https://github.com/fedify-dev/hollo org.opencontainers.image.revision=${{ github.sha }} org.opencontainers.image.licenses=AGPL-3.0-only org.opencontainers.image.version=${{ steps.version.outputs.value }}-dev.${{ github.run_number }} @@ -98,7 +98,7 @@ jobs: org.opencontainers.image.title=Hollo org.opencontainers.image.description=Federated single-user microblogging software org.opencontainers.image.url=https://docs.hollo.social/ - org.opencontainers.image.source=https://github.com/dahlia/hollo + org.opencontainers.image.source=https://github.com/fedify-dev/hollo org.opencontainers.image.revision=${{ github.sha }} org.opencontainers.image.licenses=AGPL-3.0-only org.opencontainers.image.version=${{ steps.version.outputs.value }} diff --git a/CHANGES.md b/CHANGES.md index c368a747..f2145439 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,7 @@ Version 0.4.4 Released on January 21, 2025. - Upgrade Fedify to 1.3.4, which includes [security - fixes][@dahlia/fedify#200]. [[CVE-2025-23221]] + fixes][@fedify-dev/fedify#200]. [[CVE-2025-23221]] Version 0.4.3 @@ -35,8 +35,8 @@ Released on January 11, 2025. - Fixed a bug where importing follows from CSV generated by Iceshrimp had failed. [[#85]] -[#92]: https://github.com/dahlia/hollo/issues/92 -[#85]: https://github.com/dahlia/hollo/issues/85 +[#92]: https://github.com/fedify-dev/hollo/issues/92 +[#85]: https://github.com/fedify-dev/hollo/issues/85 Version 0.4.2 @@ -97,7 +97,7 @@ Released on December 30, 2024. - For the sake of concision, now log sink for Sentry is removed. [`discoverable`]: https://docs.joinmastodon.org/spec/activitypub/#discoverable -[#65]: https://github.com/dahlia/hollo/issues/65 +[#65]: https://github.com/fedify-dev/hollo/issues/65 Version 0.3.6 @@ -106,10 +106,10 @@ Version 0.3.6 Released on January 21, 2025. - Upgrade Fedify to 1.3.4, which includes [security - fixes][@dahlia/fedify#200]. [[CVE-2025-23221]] + fixes][@fedify-dev/fedify#200]. [[CVE-2025-23221]] -[@dahlia/fedify#200]: https://github.com/dahlia/fedify/discussions/200 -[CVE-2025-23221]: https://github.com/dahlia/fedify/security/advisories/GHSA-c59p-wq67-24wx +[@fedify-dev/fedify#200]: https://github.com/fedify-dev/fedify/discussions/200 +[CVE-2025-23221]: https://github.com/fedify-dev/fedify/security/advisories/GHSA-c59p-wq67-24wx Version 0.3.5 @@ -122,8 +122,8 @@ Released on December 28, 2024. - Documented the `TZ` environment variable. [[#82]] -[#80]: https://github.com/dahlia/hollo/issues/80 -[#82]: https://github.com/dahlia/hollo/issues/82 +[#80]: https://github.com/fedify-dev/hollo/issues/80 +[#82]: https://github.com/fedify-dev/hollo/issues/82 Version 0.3.4 @@ -157,8 +157,8 @@ Released on December 18, 2024. - Upgrade Fedify to 1.3.2. -[#76]: https://github.com/dahlia/hollo/issues/76 -[#78]: https://github.com/dahlia/hollo/issues/78 +[#76]: https://github.com/fedify-dev/hollo/issues/76 +[#78]: https://github.com/fedify-dev/hollo/issues/78 Version 0.3.1 @@ -199,8 +199,8 @@ Released on December 1, 2024. - Upgrade Fedify to 1.3.0. -[#40]: https://github.com/dahlia/hollo/issues/40 -[#59]: https://github.com/dahlia/hollo/pull/59 +[#40]: https://github.com/fedify-dev/hollo/issues/40 +[#59]: https://github.com/fedify-dev/hollo/pull/59 Version 0.2.4 @@ -231,7 +231,7 @@ Released on November 22, 2024. - Upgrade Fedify to 1.2.7. -[#71]: https://github.com/dahlia/hollo/issues/71 +[#71]: https://github.com/fedify-dev/hollo/issues/71 Version 0.2.2 @@ -242,7 +242,7 @@ Released on November 7, 2024. - Fixed a bug where replies without mention had not shown up in the notifications. [[#62]] -[#62]: https://github.com/dahlia/hollo/issues/62 +[#62]: https://github.com/fedify-dev/hollo/issues/62 Version 0.2.1 @@ -296,11 +296,11 @@ Released on November 3, 2024. - Added `PORT` and `ALLOW_PRIVATE_ADDRESS` environment variables. [[#53] by Helge Krueger] -[#38]: https://github.com/dahlia/hollo/issues/38 -[#41]: https://github.com/dahlia/hollo/pull/41 -[#43]: https://github.com/dahlia/hollo/pull/43 -[#47]: https://github.com/dahlia/hollo/pull/47 -[#53]: https://github.com/dahlia/hollo/pull/53 +[#38]: https://github.com/fedify-dev/hollo/issues/38 +[#41]: https://github.com/fedify-dev/hollo/pull/41 +[#43]: https://github.com/fedify-dev/hollo/pull/43 +[#47]: https://github.com/fedify-dev/hollo/pull/47 +[#53]: https://github.com/fedify-dev/hollo/pull/53 Version 0.1.7 @@ -312,7 +312,7 @@ Released on November 4, 2024. Sharkey, Akkoma) had empty `url` fields, causing them to be displayed incorrectly in client apps. [[#58]] -[#58]: https://github.com/dahlia/hollo/issues/58 +[#58]: https://github.com/fedify-dev/hollo/issues/58 Version 0.1.6 @@ -370,7 +370,7 @@ Released on October 24, 2024. - Fixed the last page in the profile using Moshidon leading to infinite pagination. [[#48] by Emelia Smith] -[#48]: https://github.com/dahlia/hollo/issues/48 +[#48]: https://github.com/fedify-dev/hollo/issues/48 Version 0.1.1 diff --git a/Dockerfile b/Dockerfile index 9ccb2ed5..a39f6823 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.title="Hollo" LABEL org.opencontainers.image.description="Federated single-user \ microblogging software" LABEL org.opencontainers.image.url="https://docs.hollo.social/" -LABEL org.opencontainers.image.source="https://github.com/dahlia/hollo" +LABEL org.opencontainers.image.source="https://github.com/fedify-dev/hollo" LABEL org.opencontainers.image.licenses="AGPL-3.0-only" RUN apk add --no-cache ffmpeg jq libstdc++ pnpm diff --git a/SECURITY.md b/SECURITY.md index a9341a7b..f4e781dd 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -17,4 +17,4 @@ draft security advisory][1]. We will review your report and respond within 48 hours. -[1]: https://github.com/dahlia/hollo/security/advisories/new +[1]: https://github.com/fedify-dev/hollo/security/advisories/new diff --git a/compose-fs.yaml b/compose-fs.yaml index cd94e2c2..8e0e7f4f 100644 --- a/compose-fs.yaml +++ b/compose-fs.yaml @@ -1,6 +1,6 @@ services: hollo: - image: ghcr.io/dahlia/hollo:canary + image: ghcr.io/fedify-dev/hollo:canary ports: - "3000:3000" environment: diff --git a/compose.yaml b/compose.yaml index 6fed9873..200df7cb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: hollo: - image: ghcr.io/dahlia/hollo:canary + image: ghcr.io/fedify-dev/hollo:canary ports: - "3000:3000" environment: diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 94e204e6..b8b5d735 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -17,7 +17,7 @@ export default defineConfig({ mastodon: "https://hollo.social/@hollo", discord: "https://discord.gg/hGXXxUq2jK", matrix: "https://matrix.to/#/%23hollo-users:matrix.org", - github: "https://github.com/dahlia/hollo", + github: "https://github.com/fedify-dev/hollo", }, locales: { root: { diff --git a/docs/src/content/docs/install/docker.mdx b/docs/src/content/docs/install/docker.mdx index 0c321e1f..107732c4 100644 --- a/docs/src/content/docs/install/docker.mdx +++ b/docs/src/content/docs/install/docker.mdx @@ -7,7 +7,7 @@ Hollo provides the official Docker images on [GitHub Packages]. You can use them to deploy Hollo on your server or your local machine: ~~~~ sh frame="none" -docker pull ghcr.io/dahlia/hollo:latest +docker pull ghcr.io/fedify-dev/hollo:latest ~~~~ To run Hollo, you need to set up a PostgreSQL database and @@ -21,7 +21,7 @@ variables through `docker run` command's [`-e`/`--env` option or `--env-file` option][1]. To list the environment variables that Hollo supports, see the [*Environment variables*](/install/env) chapter. -[GitHub Packages]: https://github.com/dahlia/hollo/pkgs/container/hollo +[GitHub Packages]: https://github.com/fedify-dev/hollo/pkgs/container/hollo [PostgreSQL]: https://hub.docker.com/_/postgres [MinIO]: https://hub.docker.com/r/minio/minio [RDS]: https://aws.amazon.com/rds/ diff --git a/docs/src/content/docs/install/manual.mdx b/docs/src/content/docs/install/manual.mdx index 068868fc..3623ff0e 100644 --- a/docs/src/content/docs/install/manual.mdx +++ b/docs/src/content/docs/install/manual.mdx @@ -51,7 +51,7 @@ import { Steps } from "@astrojs/starlight/components"; 1. Check out Hollo's latest code from [GitHub]: ~~~~ sh frame="none" - git clone -b stable https://github.com/dahlia/hollo.git + git clone -b stable https://github.com/fedify-dev/hollo.git cd hollo/ ~~~~ @@ -74,7 +74,7 @@ import { Steps } from "@astrojs/starlight/components"; cp .env.sample .env ~~~~ -[GitHub]: https://github.com/dahlia/hollo +[GitHub]: https://github.com/fedify-dev/hollo diff --git a/docs/src/content/docs/ja/install/docker.mdx b/docs/src/content/docs/ja/install/docker.mdx index a390a5ef..517b18b3 100644 --- a/docs/src/content/docs/ja/install/docker.mdx +++ b/docs/src/content/docs/ja/install/docker.mdx @@ -7,7 +7,7 @@ Holloは[GitHub Packages]で公式のDockerイメージを提供しています そのイメージをローカルマシンでHolloをデプロイできます: ~~~~ sh frame="none" -docker pull ghcr.io/dahlia/hollo:latest +docker pull ghcr.io/fedify-dev/hollo:latest ~~~~ Holloを実行するには、PostgreSQLのデータベースとメディアを保存するためのS3互換のオブジェクトストレージが必要です。 @@ -19,7 +19,7 @@ Holloにこれらのサービスを組み合わせるには、 環境変数を設定する必要があります。 Holloがサポートする環境変数のリストは[**環境変数**](/ja/install/env)章で確認できます。 -[GitHub Packages]: https://github.com/dahlia/hollo/pkgs/container/hollo +[GitHub Packages]: https://github.com/fedify-dev/hollo/pkgs/container/hollo [PostgreSQL]: https://hub.docker.com/_/postgres [MinIO]: https://hub.docker.com/r/minio/minio [RDS]: https://aws.amazon.com/rds/ diff --git a/docs/src/content/docs/ja/install/manual.mdx b/docs/src/content/docs/ja/install/manual.mdx index d0421382..3d750f3b 100644 --- a/docs/src/content/docs/ja/install/manual.mdx +++ b/docs/src/content/docs/ja/install/manual.mdx @@ -49,7 +49,7 @@ import { Steps } from "@astrojs/starlight/components"; 1. Hollonの最新コードを[GitHub]から取得します: ~~~~ sh frame="none" - git clone -b stable https://github.com/dahlia/hollo.git + git clone -b stable https://github.com/fedify-dev/hollo.git cd hollo/ ~~~~ @@ -72,7 +72,7 @@ import { Steps } from "@astrojs/starlight/components"; cp .env.sample .env ~~~~ -[GitHub]: https://github.com/dahlia/hollo +[GitHub]: https://github.com/fedify-dev/hollo diff --git a/docs/src/content/docs/ko/install/docker.mdx b/docs/src/content/docs/ko/install/docker.mdx index c00e26d2..0cf1af0b 100644 --- a/docs/src/content/docs/ko/install/docker.mdx +++ b/docs/src/content/docs/ko/install/docker.mdx @@ -7,7 +7,7 @@ Hollo는 [GitHub Packages]에서 공식 Docker 이미지를 제공합니다. 그 이미지를 여러분의 로컬 머신에서 Hollo를 배포할 수 있습니다: ~~~~ sh frame="none" -docker pull ghcr.io/dahlia/hollo:latest +docker pull ghcr.io/fedify-dev/hollo:latest ~~~~ Hollo를 돌리려면, @@ -20,7 +20,7 @@ Hollo에 해당 서비스들을 연결하려면, 환경 변수를 설정해야 합니다. Hollo가 지원하는 환경 변수 목록은 [**환경 변수**](/ko/install/env) 챕터에서 확인할 수 있습니다. -[GitHub Packages]: https://github.com/dahlia/hollo/pkgs/container/hollo +[GitHub Packages]: https://github.com/fedify-dev/hollo/pkgs/container/hollo [PostgreSQL]: https://hub.docker.com/_/postgres [MinIO]: https://hub.docker.com/r/minio/minio [RDS]: https://aws.amazon.com/rds/ diff --git a/docs/src/content/docs/ko/install/manual.mdx b/docs/src/content/docs/ko/install/manual.mdx index aedc12f7..5a74bd16 100644 --- a/docs/src/content/docs/ko/install/manual.mdx +++ b/docs/src/content/docs/ko/install/manual.mdx @@ -50,7 +50,7 @@ import { Steps } from "@astrojs/starlight/components"; 1. Hollo의 최신 코드를 [GitHub] 저장소에서 받습니다: ~~~~ sh frame="none" - git clone -b stable https://github.com/dahlia/hollo.git + git clone -b stable https://github.com/fedify-dev/hollo.git cd hollo/ ~~~~ @@ -73,7 +73,7 @@ import { Steps } from "@astrojs/starlight/components"; cp .env.sample .env ~~~~ -[GitHub]: https://github.com/dahlia/hollo +[GitHub]: https://github.com/fedify-dev/hollo diff --git a/docs/src/content/docs/zh-cn/install/docker.mdx b/docs/src/content/docs/zh-cn/install/docker.mdx index 5fb6eb8a..64047fe7 100644 --- a/docs/src/content/docs/zh-cn/install/docker.mdx +++ b/docs/src/content/docs/zh-cn/install/docker.mdx @@ -6,14 +6,14 @@ description: 如何使用 Docker 部署 Hollo。 Hollo 在 [GitHub Packages] 上提供了官方的 Docker 镜像。您可以使用这些镜像在您的服务器或本地机器上部署 Hollo: ~~~~ sh frame="none" -docker pull ghcr.io/dahlia/hollo:latest +docker pull ghcr.io/fedify-dev/hollo:latest ~~~~ 要运行 Hollo,您需要设置一个 PostgreSQL 数据库和一个用于媒体存储的 S3 兼容对象存储。您可以使用 [PostgreSQL] 的官方 Docker 镜像,也可以使用 [MinIO] 作为 S3 兼容对象存储。或者,您也可以使用其他托管服务,如 AWS 的 [RDS]、[ElastiCache] 和 [S3]。 要将 Hollo 连接到这些服务,您需要通过 `docker run` 命令的 [`-e`/`--env` 选项或 `--env-file` 选项][1] 设置环境变量。要查看 Hollo 支持的环境变量,请参阅 [**环境变量**](/zh-cn/install/env) 章节。 -[GitHub Packages]: https://github.com/dahlia/hollo/pkgs/container/hollo +[GitHub Packages]: https://github.com/fedify-dev/hollo/pkgs/container/hollo [PostgreSQL]: https://hub.docker.com/_/postgres [MinIO]: https://hub.docker.com/r/minio/minio [RDS]: https://aws.amazon.com/rds/ diff --git a/docs/src/content/docs/zh-cn/install/manual.mdx b/docs/src/content/docs/zh-cn/install/manual.mdx index d97955f7..f76f763f 100644 --- a/docs/src/content/docs/zh-cn/install/manual.mdx +++ b/docs/src/content/docs/zh-cn/install/manual.mdx @@ -45,7 +45,7 @@ import { Steps } from "@astrojs/starlight/components"; 1. 从 [GitHub] 获取 Hollo 的最新代码: ~~~~ sh frame="none" - git clone -b stable https://github.com/dahlia/hollo.git + git clone -b stable https://github.com/fedify-dev/hollo.git cd hollo/ ~~~~ @@ -68,7 +68,7 @@ import { Steps } from "@astrojs/starlight/components"; cp .env.sample .env ~~~~ -[GitHub]: https://github.com/dahlia/hollo +[GitHub]: https://github.com/fedify-dev/hollo diff --git a/src/api/v2/instance.ts b/src/api/v2/instance.ts index c31ffb5a..089d1c43 100644 --- a/src/api/v2/instance.ts +++ b/src/api/v2/instance.ts @@ -33,7 +33,7 @@ app.get("/", async (c) => { domain: url.host, title: url.host, version: metadata.version, - source_url: "https://github.com/dahlia/hollo", + source_url: "https://github.com/fedify-dev/hollo", description: `A Hollo instance at ${url.host}`, usage: { users: { diff --git a/src/components/DashboardLayout.tsx b/src/components/DashboardLayout.tsx index 01a01d32..bef5f4ec 100644 --- a/src/components/DashboardLayout.tsx +++ b/src/components/DashboardLayout.tsx @@ -18,11 +18,11 @@ export function DashboardLayout(
  • { version.prerelease == null ? undefined : [...version.prerelease], }, homepage: new URL("https://docs.hollo.social/"), - repository: new URL("https://github.com/dahlia/hollo"), + repository: new URL("https://github.com/fedify-dev/hollo"), }, protocols: ["activitypub"], services: {