[PR #61] [MERGED] rootPath setting improvements #60

Closed
opened 2026-05-23 08:39:43 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-server/pull/61
Author: @appy-one
Created: 12/12/2022
Status: Merged
Merged: 12/12/2022
Merged by: @appy-one

Base: masterHead: improvement/root-path-setting


📝 Commits (4)

  • 4bb4557 use rootPath without slashes
  • fd60c6b use rootPath in docs endpoints
  • 9f05bdb fix docs for 'account' signin method
  • d16aab3 new ROOT_PATH start argument/env var

📊 Changes

7 files changed (+17 additions, -15 deletions)

View changed files

📝 src/routes/auth-signin.yaml (+2 -2)
📝 src/routes/docs.ts (+3 -1)
📝 src/routes/webmanager.ts (+4 -4)
📝 src/server.ts (+3 -3)
📝 src/settings/index.ts (+2 -3)
📝 src/start.ts (+2 -1)
📝 src/websocket/socket.io.ts (+1 -1)

📄 Description

  • allow rootPath setting to be specified with or without leading/trailing slashes - uses slashless values internally to avoid confusion
  • adds support to the Swagger documentation endpoints
  • adds a new startup argument / environment var ROOT_PATH to be specified

🔄 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/appy-one/acebase-server/pull/61 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 12/12/2022 **Status:** ✅ Merged **Merged:** 12/12/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `improvement/root-path-setting` --- ### 📝 Commits (4) - [`4bb4557`](https://github.com/appy-one/acebase-server/commit/4bb455759648435e54869ad83aeb81a905e2151c) use `rootPath` without slashes - [`fd60c6b`](https://github.com/appy-one/acebase-server/commit/fd60c6b26b8baccd8fb3f84e7399dd784c10e6f1) use `rootPath` in docs endpoints - [`9f05bdb`](https://github.com/appy-one/acebase-server/commit/9f05bdb3024afd40a62922867c5aa7c447015c32) fix docs for 'account' signin method - [`d16aab3`](https://github.com/appy-one/acebase-server/commit/d16aab3dd1d21ec25b2b46b3356ea96e501aa680) new `ROOT_PATH` start argument/env var ### 📊 Changes **7 files changed** (+17 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/routes/auth-signin.yaml` (+2 -2) 📝 `src/routes/docs.ts` (+3 -1) 📝 `src/routes/webmanager.ts` (+4 -4) 📝 `src/server.ts` (+3 -3) 📝 `src/settings/index.ts` (+2 -3) 📝 `src/start.ts` (+2 -1) 📝 `src/websocket/socket.io.ts` (+1 -1) </details> ### 📄 Description * allow `rootPath` setting to be specified with or without leading/trailing slashes - uses _slashless_ values internally to avoid confusion * adds support to the Swagger documentation endpoints * adds a new startup argument / environment var `ROOT_PATH` to be specified --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:39:43 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-server#60
No description provided.