Commit graph

120 commits

Author SHA1 Message Date
khorshuheng
1c831f126b feat: add saml 2.0 gotrue configuration 2025-04-01 01:18:33 +08:00
khorshuheng
14edb33beb feat: expose env var to control magic link template 2025-03-26 11:45:32 +08:00
Khor Shu Heng
eb927831cd
fix: fqdn should not include scheme (#1249) 2025-03-06 00:32:03 +08:00
Khor Shu Heng
ca57b60d53
fix: missing database name variable in worker service (#1262) 2025-03-06 00:31:35 +08:00
khorshuheng
351cb0be37 fix: add database option for postgres health check 2025-02-20 16:50:33 +08:00
Khor Shu Heng
5052bb1a7a
Merge pull request #1218 from thuvh/worker_mail_tls
feat: config email tls for worker
2025-02-07 09:57:45 +08:00
Hoai-Thu Vuong
b36290882b
feat: config email tls for worker
Signed-off-by: Hoai-Thu Vuong <thuvh87@gmail.com>
2025-02-07 00:56:06 +07:00
Khor Shu Heng
b8d8007f26
fix: issue:991 unable to import from Notion when using minio (#1203) 2025-02-05 09:55:56 +08:00
khorshuheng
3c3d1502f8 fix: appflowy web url env var is not used 2025-01-27 10:52:29 +08:00
khorshuheng
616293aa31 feat: add appflowy web to docker compose 2025-01-24 21:37:10 +08:00
Khor Shu Heng
10762bace5
Merge pull request #1190 from AppFlowy-IO/move-admin-frontend
feat: issue#1173 allow admin frontend to be served on a different path
2025-01-24 12:23:34 +08:00
khorshuheng
a352b36eb9 feat: issue#1173 allow admin frontend to be served on a different path 2025-01-24 11:32:43 +08:00
Hoai-Thu Vuong
24b7739a3c
chore: load redis url from env 2025-01-23 15:04:22 +07:00
khorshuheng
f033e34ab1 chore: use curl for gotrue health check 2025-01-22 17:23:56 +08:00
khorshuheng
682d5ea788 chore: add curl for gotrue image for better healthcheck 2025-01-22 15:30:42 +08:00
khorshuheng
1756a3bff7 fix: add cors for nginx gotrue configuration 2025-01-12 00:16:33 +08:00
khorshuheng
a096a0383f fix: minio redirect url shouldn't use API_EXTERNAL_URL 2025-01-11 23:22:39 +08:00
khorshuheng
1e72525c64 fix: wrong gotrue site url env on docker compose 2025-01-09 00:37:52 +08:00
Nathan.fooo
5195dae3a5
feat: Chat file metadata (#1133)
* chore: chat question metadata

* chore: update

* chore: update env

* chore: update env
2025-01-07 12:46:55 +08:00
khorshuheng
2b800c8aa4 feat: allow appflowy cloud docker compose setup to optionally enable appflowy web 2025-01-06 13:56:05 +08:00
Zack Fu Zi Xiang
44357379b3
chore: add missing configs to docker compose 2024-12-17 14:50:53 +08:00
Nathan.fooo
ec9c38254b
chore: open ai call directly (#1074)
* chore: use open ai embedding

* chore: update test

* chore: retry

* chore: metrics

* chore: clippy

* chore: env

* chore: delete test
2024-12-15 23:29:46 +08:00
Khor Shu Heng
b1ef53435f
Merge pull request #1034 from AppFlowy-IO/gotrue-admin-creation
feat: shift admin user creation responsibility to gotrue service
2024-12-09 14:39:18 +08:00
khorshuheng
a8c3adf166 feat: shift admin user creation responsibility to gotrue service 2024-12-08 15:01:48 +08:00
yangsong13
8a8385aea1 fix: add the necessary environment variables for docker-compose.yml 2024-12-06 17:29:11 +08:00
Nathan.fooo
fd98351473
chore: adjust redis env (#1003) 2024-11-17 14:26:59 +08:00
Nathan.fooo
9778843746
chore: disable history service (#985)
* chore: disable history service

* chore: fix build
2024-11-13 10:46:15 +08:00
Danrley Pereira
abcb624e63 bugfix(issue-969): docker compose gotrue service with right context 2024-11-06 20:36:28 -03:00
Khor Shu Heng
2700180e20
Merge pull request #939 from ThanatosDi/refactor/force-set-supabase-username
refactor: remove supabase username variable and force set to "supabase_auth_admin"
2024-10-29 10:38:35 +08:00
Nathan.fooo
9629d4cefa
chore: add limit for importing zip file (#938)
* chore: add limitation for import zip file

* chore: support upload big file

* chore: implement client api

* chore: implement client api

* chore: implement client api

* chore: update logs

* chore: check file size

* chore: last process at

* chore: set content type

* chore: fix test

* chore: try test

* chore: temporary disable test
2024-10-28 08:51:34 +08:00
ThanatosDi
248c62dfbf
refactor: #934 remove SUPABASE_USER variable 2024-10-26 13:22:03 +08:00
khorshuheng
bd654e3f2f fix: wrong minio browser redirect url 2024-10-25 15:39:46 +08:00
Khor Shu Heng
aea83801f7
Merge pull request #918 from ThanatosDi/feat/simplify-env-settings
feat: simplify env settings
2024-10-24 15:46:47 +08:00
ThanatosDi
9830dbfb9a
feat: set the APPFLOWY_REDIS_URI variable from .env and reuse redis settings 2024-10-23 22:00:36 +08:00
khorshuheng
e767f36a2f fix: allow gotrue service to work without postgres user 2024-10-23 16:36:46 +08:00
ThanatosDi
3ed976605d
feat: postgres service add supabase user and password env 2024-10-22 16:31:24 +08:00
Nathan.fooo
1616ceaf4f
chore: use workspace deps (#880) 2024-10-14 16:02:22 +08:00
Nathan.fooo
bbd21dfef6
chore: import mailer (#869)
* chore: import mailer

* chore: update template

* chore: config template

* fix: add missing config parameter

* chore: update template

* chore: show error with task id

* chore: show error with task id

---------

Co-authored-by: khorshuheng <solemnpriest@gmail.com>
2024-10-13 20:08:55 +08:00
Nathan.fooo
9c0dffacef
feat: implement import notion zip file api endpoint (#840)
* chore: implement api endpoint

* chore: worker

* chore: async zip

* chore: test bulk insert

* chore: insert collab

* chore: custom task

* chore: consume un acked message

* chore: fix compile

* chore: add test

* test: update

* chore: save import record

* chore: save import record

* chore: fix ci

* chore: remove unused deps

* chore: update docker file

* chore: build worker images

* chore: use small int

* chore: use small int

* chore: rm protoc deps in runtime

* chore: move collab cache to database crate

* chore: update test

* chore: rm health api endpoint

* chore: clippy

* chore: update ci

* chore: add test

* chore: upgrade collab

* chore: clippy

* chore: update test

* chore: use custom host

* chore: config nginx

* chore: install cert
2024-10-03 22:22:29 +08:00
Khor Shu Heng
03fdcf4621
feat: option to skip s3 bucket creation (#852) 2024-10-02 09:54:46 +08:00
Khor Shu Heng
5193d011d9
Merge pull request #851 from AppFlowy-IO/use-pgvector-image
chore: use pgvector for postgres image instead of building
2024-09-30 16:37:54 +08:00
khorshuheng
d99f85cffd chore: use pgvector for postgres image instead of building 2024-09-30 16:20:19 +08:00
khorshuheng
262d2979c4 fix: remove unused env variable for appflowy cloud 2024-09-30 16:12:00 +08:00
Kalitsune
366aa03a0e
feat: modernized the docker-compose file (#776)
This commit allows the port to be controlled using environment variables without having to edit the file which can be troublesome as this app is deployed as a git repo.

Additionaly this commits removes the `version` field which is now deprecated (read: https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-obsolete)
2024-09-04 19:15:35 +08:00
Zack
b02f8a2844
Merge pull request #660 from SharksT/fix_env
chore: add mailer smtp config to docker-compose.yml.
2024-06-29 02:50:33 +08:00
Bartosz Sypytkowski
42b3cca886 chore: remove appflowy indexer service 2024-06-28 05:40:44 +02:00
Felipe Passos
e5021b7313
chore: add mailer smtp config to docker-compose.yml. 2024-06-27 11:40:38 -03:00
Bartosz Sypytkowski
0e50650aa8 chore: use appflowy ai client for embeddings in search api 2024-06-18 10:51:11 +02:00
Bartosz Sypytkowski
ae2a2a4fa0 chore: appflowy indexer uses appflowy ai as open ai proxy 2024-06-18 10:04:38 +02:00
Zack Fu Zi Xiang
a2194e4ca7
chore: try remove unused ports 2024-06-12 20:20:04 +08:00