mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
feat(docker): add Docker support with configuration files and entrypoint scripts
This commit is contained in:
@@ -20,6 +20,7 @@ NEXTAUTH_SECRET="your-secret-key-here-generate-with-openssl-rand-base64-32"
|
||||
OPENFRAME_ENABLE_STRIPE="true"
|
||||
OPENFRAME_ENABLE_BUNNY_UPLOADS="true"
|
||||
OPENFRAME_REQUIRE_INVITE_CODE="true"
|
||||
SELF_HOSTED_AUTO_CREATE_BUCKET="false"
|
||||
|
||||
# ============================================================================
|
||||
# OAUTH PROVIDERS
|
||||
@@ -38,7 +39,10 @@ GITHUB_CLIENT_SECRET="your-github-client-secret"
|
||||
# FILE STORAGE
|
||||
# ============================================================================
|
||||
# Cloudflare R2 (S3-compatible)
|
||||
# For self-hosted S3-compatible storage such as MinIO, set R2_ENDPOINT and R2_PUBLIC_BASE_URL.
|
||||
R2_ACCOUNT_ID="your-account-id"
|
||||
R2_ENDPOINT=""
|
||||
R2_PUBLIC_BASE_URL=""
|
||||
R2_ACCESS_KEY_ID="your-access-key"
|
||||
R2_SECRET_ACCESS_KEY="your-secret-key"
|
||||
R2_BUCKET_NAME="openframe"
|
||||
|
||||
Reference in New Issue
Block a user