XYenon
7eb78c43e6
👷 build: add INTERNAL_APP_URL for server-to-server calls ( #9960 )
...
* ✨ feat: add INTERNAL_APP_URL for server-to-server calls
Add INTERNAL_APP_URL environment variable to bypass CDN/proxy for internal operations like embedding and file chunking. Falls back to APP_URL if not set.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
* 📝 docs: add INTERNAL_APP_URL documentation
Add documentation for INTERNAL_APP_URL environment variable in:
- docker-compose .env.example
- Docker Compose deployment guide (English and Chinese)
Explains how to bypass CDN/proxy for server-to-server operations.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
* ✅ test: add tests for INTERNAL_APP_URL feature
Add comprehensive test coverage for INTERNAL_APP_URL:
- Test fallback behavior to APP_URL when INTERNAL_APP_URL is not set
- Test explicit INTERNAL_APP_URL configuration
- Test localhost bypass for CDN/proxy
- Test createAsyncServerClient using INTERNAL_APP_URL
- Test authentication headers in async calls
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---------
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2025-11-06 13:28:54 +08:00
sxjeru
2a811d0a85
🔨 chore: Prettier & Add proxyUrl for all providers ( #8061 )
...
* migration: 添加移除 reasoning_effort 参数和删除 doubao 的迁移脚本
* Refactor code structure for improved readability and maintainability
* npx prettier --write "src/**/*"
* add proxyUrl for all providers
* npx prettier --write "docs/**/*"
* Revert
* Revert
* revert
2025-06-04 21:39:39 +08:00
Arvin Xu
b5360d5cfb
📝 docs: Update docker image version in docs ( #6278 )
...
* Update README.md
* Update docker-compose.mdx
* Update docker-compose.zh-CN.mdx
* Update docker.mdx
* Update docker.zh-CN.mdx
* Update docker.mdx
* Update docker.zh-CN.mdx
* Update docker-compose.mdx
* Update docker-compose.zh-CN.mdx
2025-02-18 02:34:19 +08:00
CanisMinor
cc2cd35d65
📝 docs: Update README for 2025 ( #6185 )
2025-02-16 01:50:41 +08:00
Rylan Cai
ae4aa0e2e1
📝 docs: Add warning to caching in reverse proxy ( #5985 )
...
* 📝 docs: add warning
* 📝 docs: add links
2025-02-10 21:28:42 +08:00
Rylan Cai
ae9c802e16
📝 docs: Add warnings to disable signup for casdoor ( #5942 )
...
* 📝 docs: add prompt for disable sign up
* 📝 docs: add notice for sign up
2025-02-10 01:30:05 +08:00
Arvin Xu
d3d26d70bd
💄 style: update model locale ( #5731 )
...
* update docs
* update locale
2025-02-04 21:05:02 +08:00
Arvin Xu
d00d75dc17
📝 docs: update sh in docker compose deploy guide ( #5708 )
2025-02-04 00:28:27 +08:00
Rylan Cai
b63765ccce
📝 docs: Refactor the setup.sh to make deployment much easier ( #5290 )
...
* 🚧 wip: wip
* ✨ feat: create s3 bucket at start
* 🐛 fix: pswd shown in plain
* ♻️ refactor: remove unpack commands
* 🔨 ci: update script
* 🐛 fix: env files not downloaded
* 🔨 chore: support interact prompts
* 🐛 fix: AUTH_URL
* 🐛 fix: should download first
* 🐛 fix: let casdoor set origin
* 📝 docs: update docs for new setup
* 📝 docs: user non-admin app for lobe
* 👷 chore: remove -f for setup.sh
* 📝 docs: user
* 👷 chore: fix wrong host for casdoor
* 📝 docs: en docs
* 📝 docs: use new script
* ✏️ typo: fix typos
* 🐛 fix: wrong ip setup
* 🐛 fix: protocal generate failed
* 🐛 fix: remove warning
* ♻️ refactor: add warning for ip mode
* 📝 docs: display reverse proxy
* ♻️ refactor: move setup.sh to ../
* ✏️ typo: fix typos
* ♻️ refactor: remove setup.sh
2025-02-03 23:50:22 +08:00
JoeChen
eaeeb57fb7
📝 docs: add domain configuration scheme documentation based on Casdoor authentication method ( #5577 )
...
* 📝 docs: Update production deployment documentation, add domain configuration scheme documentation based on Casdoor authentication method
* 📝 docs: Update self-hosting documentation, add Casdoor-based authentication solution, remove Logto-based production deployment part
2025-01-27 10:26:57 +08:00
CanisMinor
2c3331a591
✨ feat: Update Remark ( #5340 )
...
* ✨ feat: Update Remark
* 📝 docs: Update seo
* 🔧 chore: Fix deps
* 🔧 chore: Update ui version
* 📝 docs: Update docs
* ✨ feat: Update @lobehub/ui to 1.163.0
2025-01-08 21:32:57 +08:00
Arthals
2820697103
📝 docs: align variable names ( #4369 )
2024-10-14 21:50:22 +08:00
Arthals
c04afbadaa
📝 docs: docker compose project name ( #4349 )
2024-10-13 12:09:16 +08:00
Arthals
62cbf1c032
📝 docs: add casdoor docker compose document ( #4338 )
...
* 📝 docs: Casdoor
* 📝 docs: Docker-compose
* 📝 docs: Docker-compose
* 📝 docs: English ver.
* 📝 docs: Incorporate review suggestions
* 📝 docs: Incorporate review suggestions
2024-10-13 10:49:20 +08:00
Lumia
d05afb4a9f
📝 docs: Update docker-compose to use new LOGTO env ( #4199 )
...
* Update docker-compose.mdx
* Update docker-compose.zh-CN.mdx
2024-09-29 11:33:14 +08:00
Yao Cai
bc264fe4e7
📝 docs: update docker-compose local auth to casdoor ( #3855 )
...
* 👷 ci: casdoor in compose
* 🐛 fix: casdoor well-known error
* ♻️ refactor: move envs
* 👷 ci: add s3 demo data
* 👷 ci: Add start script
* 👷 ci: update setup script
* 👷 ci: compress asserts
* ♻️ refactor: rename `demo` to `local`, `local` to `local-logto`
* 🐛 fix: file not found
* ♻️ refactro: download asynchronously
* 🌐 i18n: support zh_CN in setup.sh
* 🐛 fix: tips shown format error
* ♻️ fix: spacing
* 🐛 fix: LC error
* 🐛 fix: update url to main repo
* ♻️ refactor: remove annotations
* 📝 docs: update local-logto docs
* 👷 build: add `LLM_VISION_IMAGE_USE_BASE64=1`
* 💄 style: remove alert text color
* ♻️ refactor: use casdoor provider
* ♻️ refactor: no multithreading
* 🐛 fix: use casdoor provider
* 🐛 fix: i18n in lower version of bash
* 💄 style: remove color
* ♻️ refactor: - duplicate casdoor ports
2024-09-24 20:01:24 +08:00
Chung1912
278a5bfc83
📝 docs: Minio uses a non-443 port for reverse proxy, and the Host needs to be set to $http_host ( #3925 )
...
* Update docker-compose.zh-CN.mdx
* Update docker-compose.mdx
2024-09-12 22:10:55 +08:00
Arthals
988d7441e4
📝 docs: fix db name in docker ( #3829 )
2024-09-08 23:37:00 +08:00
qq940500529
c9e7e316b8
📝 docs: correct typo in 'openai api key' in .env example and documentation ( #3797 )
2024-09-06 23:21:48 +08:00
Arthals
6790334b38
📝 docs: fix typo on docker-compose doc ( #3719 )
2024-09-03 10:11:55 +08:00
Arthals
d0652c8264
📝 docs: fix typo ( #3700 )
2024-08-31 18:15:22 +08:00
Arthals
e3f898cec1
📝 docs: Docker Compose ( #3687 )
...
* 📝 docs: Docker Compose
* 📝 docs: Tencent Cloud
* 📝 docs: S3 & Some note
* 📝 docs: Link's lang
2024-08-30 23:22:49 +08:00
Arvin Xu
1f9eb04525
📝 docs: improve docker-compose ( #3661 )
...
* improve docker-compose
* improve docs
* improve docs
* improve docs
2024-08-29 15:31:19 +08:00
Arthals
cef1733976
📝 docs: Docker compose for local. ( #3651 )
2024-08-28 18:59:16 +08:00
Arthals
64eb7c24d2
📝 docs: Logto & fix typo. ( #3641 )
...
* 📝 docs: Logto & fix typo.
* 📝 docs: Logto variables & fix typo.
2024-08-28 10:30:12 +08:00
Arthals
ae3bc82527
📝 docs: Docker Compose for database ver. ( #3607 )
...
* 📝 docs: Docker for database ver.
* 📝 docs: Docker / Docker compose for database ver.
* 📝 docs: MinIO
* 📝 docs: Other S3
* 📝 docs: Quick Start
* 📝 docs: SSL
* 📝 docs: SSL
* 📝 docs: Docker-Compose english ver.
* 📝 docs: Docker-Compose for database ver.
2024-08-27 23:52:20 +08:00
Arvin Xu
46e79160d2
📝 docs: update docs for database deployment ( #3397 )
2024-08-05 14:59:38 +08:00