mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #805] [CLOSED] Add web.config for IIS deployment of the client #1047
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/805
Author: @emmguyot
Created: 6/22/2024
Status: ❌ Closed
Base:
master← Head:clientDeploy📝 Commits (10+)
fc2f4cdchore: Update versiond8ee1ecci: Do not mark released chart as latestded58dcfix: Add task counter in card modal (#525)3ef5b3efix: Make default admin environment variables optional5056d38fix: Fix logging out with invalid tokenf1c72dfchore: Update versioncf7810bfix: add admin user variablesbcc4c0dchore: update version815643eci: ignore some paths on push1a49826docs: adjust filenames to match the docs📊 Changes
5 files changed (+148 additions, -2 deletions)
View changed files
➕
client/.env(+3 -0)📝
client/config-overrides.js(+22 -2)📝
client/package-lock.json(+105 -0)📝
client/package.json(+1 -0)➕
client/public/web.config(+17 -0)📄 Description
This merge request adds the necessary web.config file to deploy the client as static files in IIS (windows).
It also modifies the way the base URL is set in index.html.
Now 3 parameters are set for the client in .env :
REACT_APP_SERVER_BASE_URL : URL to access planka server API
PUBLIC_URL : URL to access planka client (i.e.: where the client is deployed and accessed)
BASE_URL : Base directory of the public URL with an ending /
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.