Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActivityPub連携の準備(.well-knownの向き先をALBに変更する) #295

Closed
1 task
takecchi opened this issue Feb 15, 2024 · 0 comments
Closed
1 task
Assignees
Labels
feature 新しい機能の追加

Comments

@takecchi
Copy link
Member

takecchi commented Feb 15, 2024

Community Issue

cuculus-dev/.github#12

概要

/.well-known/*に対するリクエストをすべてバックエンドに流す必要がある。

本番/開発環境(AWS)向け

CloudFrontからALBに流す

ローカル環境向け

proxyで設定

Todo

  • やることリスト
@takecchi takecchi added the feature 新しい機能の追加 label Feb 15, 2024
@takecchi takecchi self-assigned this Feb 15, 2024
takecchi added a commit that referenced this issue Feb 15, 2024
## Issue

- Github Issue: #295 

## 変更内容
- `.well-known/*`宛のリクエストをAPIに転送するように
  - AWS環境ではCloudFrontの設定
  - ローカル、その他環境ではNext.jsのサーバーサイド処理

## 確認方法
https://develop.cuculus.jp/.well-known/webfinger
にアクセスを行いAPIのレスポンスが返却されていればOK

## Screenshot (任意)

## ChatGPTによるレビュー (任意)
@coderabbitai: ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 新しい機能の追加
Projects
None yet
Development

No branches or pull requests

1 participant