feat: add AFFiNE
This commit is contained in:
17
modules/20-services-apps/affine/.env.example
Normal file
17
modules/20-services-apps/affine/.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# Affine Configuration
|
||||
AFFINE_REVISION=canary
|
||||
PORT=3010
|
||||
|
||||
AFFINE_SERVER_HTTPS=true
|
||||
AFFINE_SERVER_HOST=affine.yourdomain.com
|
||||
AFFINE_SERVER_NAME='AFFiNE Selfhosted'
|
||||
|
||||
# Database Configuration
|
||||
DB_USERNAME=affine
|
||||
DB_PASSWORD=change_this_password
|
||||
DB_DATABASE=affine
|
||||
|
||||
# R2 Configuration
|
||||
R2_OBJECT_STORAGE_ACCOUNT_ID=
|
||||
R2_OBJECT_STORAGE_ACCESS_KEY_ID=
|
||||
R2_OBJECT_STORAGE_SECRET_ACCESS_KEY=
|
||||
Reference in New Issue
Block a user