[PR #538] [MERGED] feat: get nextjs port from deployment file #535

Closed
opened 2026-02-16 02:15:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/538
Author: @masci
Created: 6/12/2025
Status: Merged
Merged: 6/13/2025
Merged by: @masci

Base: mainHead: massi/nextjs-port


📝 Commits (2)

  • 99d1bb6 feat: get nextjs port from deployment file
  • c4e7a98 outdated comment

📊 Changes

5 files changed (+18 additions, -7 deletions)

View changed files

📝 examples/quick_start/quick_start.yml (+1 -0)
📝 llama_deploy/apiserver/deployment.py (+2 -0)
📝 llama_deploy/apiserver/deployment_config_parser.py (+4 -1)
📝 llama_deploy/apiserver/routers/deployments.py (+10 -6)
📝 tests/apiserver/routers/test_deployments.py (+1 -0)

📄 Description

Let users control the TCP port used to run nextjs if a ui service was configured.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/538 **Author:** [@masci](https://github.com/masci) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/nextjs-port` --- ### 📝 Commits (2) - [`99d1bb6`](https://github.com/run-llama/llama_deploy/commit/99d1bb69ad36172ffee9d50ce00a302c95eeb69f) feat: get nextjs port from deployment file - [`c4e7a98`](https://github.com/run-llama/llama_deploy/commit/c4e7a9883de49f74fbb853a6fa7fdce7ac472767) outdated comment ### 📊 Changes **5 files changed** (+18 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `examples/quick_start/quick_start.yml` (+1 -0) 📝 `llama_deploy/apiserver/deployment.py` (+2 -0) 📝 `llama_deploy/apiserver/deployment_config_parser.py` (+4 -1) 📝 `llama_deploy/apiserver/routers/deployments.py` (+10 -6) 📝 `tests/apiserver/routers/test_deployments.py` (+1 -0) </details> ### 📄 Description Let users control the TCP port used to run nextjs if a `ui` service was configured. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:15:31 -05:00
yindo closed this issue 2026-02-16 02:15:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#535