Commit Graph
20 Commits
Author SHA1 Message Date
sriramveeraghanta 1ec1e1a1f9 fix: merge conflicts 2025-12-12 14:54:18 +05:30
sriramveeraghanta 119cf39b4d Merge branch 'canary' of github.com:makeplane/plane into preview 2025-12-12 13:42:48 +05:30
Akshat JainandGitHub 7451d5e125 [INFRA-288] fix: add missing reverse proxy rule for bucket in Caddyfile.ce (#8319)
* fix: add missing reverse proxy rule for bucket in Caddyfile.ce

* fix: correct typo in reverse proxy address in Caddyfile.aio.ce
2025-12-11 19:21:10 +05:30
Akshat JainandGitHub 58e48a995b [INFRA-287] Fix: AIO Docker Image build failure (#8311)
* refactor: update build scripts and supervisor configuration

* Changed Caddyfile source in build.sh to use Caddyfile.aio.ce
* Updated Dockerfile to copy web assets from the correct directory
* Modified supervisor.conf to remove web and admin program configurations, and updated space program command to use react-router-serve

* chore: remove obsolete Caddyfile.aio.ce configuration

* chore: clean up Dockerfile by removing redundant cache removal command

* fix: update live program command to use .mjs extension in supervisor configuration

* fix: update live program command in supervisor configuration to remove .mjs extension

* fix: update reverse proxy ports in Caddyfile.aio.ce configuration

* fix: correct reverse proxy addresses in Caddyfile.aio.ce configuration

* refactor: remove outdated reverse proxy address updates from build script
2025-12-11 18:06:27 +05:30
Akshat JainandGitHub 29553259ee [INFRA-284] Add /static/ routes in Caddy Proxy files (#4998)
* refactor: update reverse proxy routes from /api/* to /static/* in multiple Caddyfiles

* refactor: update reverse proxy routes for /api/* and /static/* in multiple Caddyfiles
2025-12-10 01:17:15 +05:30
Prateek Shourya ed57db47d0 fix: merge conflicts
Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee
2025-12-09 21:45:28 +05:30
NikhilandGitHub 4b59998e52 [WEB-5592] chore: add static files update settings for static files support (#8251)
* chore: add static files collection and update settings for static files support

* chore: add WhiteNoise middleware for static file handling

* chore(deps): upgrade WhiteNoise to version 6.11.0 and add static file reverse proxy in Caddyfile
2025-12-09 21:05:26 +05:30
4b325621e5 fix: eslint
* feat: eslint

* fix: lint

* fix: lint

* [WIKI-804] fix: refactor image uploader (#8210)

* fix: refactor uploader

* fix: props

* fix: sites fix

* fix: update @makeplane/plane-node-sdk version and refactor relation type imports

* fix: update ESLint max-warnings threshold in package.json

* fix: eslint formatting issues

* fix: add captions track to video player component

---------

Co-authored-by: M. Palanikannan <[email protected]>
Co-authored-by: Prateek Shourya <[email protected]>
2025-12-05 16:27:19 +05:30
85d90030cf fix: eslint (#8185)
Co-authored-by: Prateek Shourya <[email protected]>
2025-12-05 16:03:51 +05:30
Prateek ShouryaandGitHub 7c29002bc9 chore: add permanent redirects for /spaces and /god-mode in Caddyfiles (#4960) 2025-12-04 14:15:57 +05:30
sriram veeraghantaandGitHub 4b1511ef03 Sync: Community Changes #4961 2025-12-04 14:15:27 +05:30
Prateek ShouryaandGitHub 63f3a57022 chore: add permanent redirects for /spaces and /god-mode in Caddyfile (#8236) 2025-12-04 14:03:07 +05:30
Akshat JainandGitHub 12137aa53d [INFRA-281] Fix aio image build failure (#4957)
* refactor: update Caddyfile for god-mode and web frontend handling; modify Dockerfile to adjust paths for admin and web assets; comment out web and admin program configurations in supervisor.conf

* refactor: restructure Caddyfile to use handle directives for improved routing; update supervisor configuration to use .mjs extension for live application

* refactor: simplify reverse_proxy directives in Caddyfile for cleaner configuration

* refactor: enhance Caddyfile handling by removing unnecessary blocks for BUCKET_NAME and plane-minio

* refactor: comment out unnecessary branch build push jobs in GitHub Actions workflow for cleaner execution

* refactor: update build script to copy Caddyfile.aio instead of Caddyfile.ee for improved deployment consistency

* refactor: consolidate reverse_proxy directives in Caddyfile for improved clarity and maintainability

* refactor: uncomment branch build push jobs in GitHub Actions workflow for enhanced deployment process; clean up supervisor.conf by removing commented-out program configurations

* refactor: remove handle blocks for BUCKET_NAME and plane-minio from Caddyfile.aio to streamline configuration

* refactor: remove Caddyfile.aio to streamline proxy configuration and update build script to copy Caddyfile.aio.ee for deployment
2025-12-04 14:00:22 +05:30
Akshat JainandGitHub b8d9881fc8 [INFRA-220] fix: update Dockerfile for proxy service #3792 2025-07-31 13:35:44 +05:30
pushya22andGitHub e7e10b0464 Sync: Community Changes #3793 2025-07-31 13:32:17 +05:30
Akshat JainandGitHub cc49a2ca4f [INFRA-219] fix: update Dockerfile and docker-compose for proxy service (#7523)
* fix: update Dockerfile and docker-compose for version v0.28.0 and improve curl commands in install script

* fix: update docker-compose to use 'stable' tag for all services

* fix: improve curl command options in install script for better reliability
2025-07-31 13:27:34 +05:30
sriramveeraghanta d97dc01f51 fix: merge conflicts 2025-07-14 14:42:42 +05:30
6d01622663 [INFRA-208] Reorganize deployment structure and update build workflows (#7391)
* refactor: reorganize deployment structure and update build workflows

- Restructure deployment directories from deploy/ to deployments/
- Move selfhost files to deployments/cli/community/
- Add new AIO community deployment setup
- Update GitHub Actions workflows for new directory structure
- Add Caddy proxy configuration for CE deployment
- Remove deprecated AIO build files and workflows
- Update build context paths in install scripts

* chore: update Dockerfile and supervisor configuration

- Changed `apk add` command in Dockerfile to use `--no-cache` for better image size management.
- Updated `build.sh` to ensure proper directory navigation with quotes around `dirname "$0"`.
- Modified `supervisor.conf` to set `stderr_logfile_maxbytes` to 50MB and added `stderr_logfile_backups` for better log management across multiple services.

* chore: consistent node and python version

---------

Co-authored-by: sriramveeraghanta <[email protected]>
2025-07-14 14:38:43 +05:30
7e96f88e9d [INFRA-204] Deployment folder reorganization, Commercial AIO Build (#3593)
* Enhance CI workflows: Add AIO build support and manifest management

- Introduced `mark_manifest_latest` input to control manifest versioning in `appliance-docker-ee.yml`.
- Updated paths in `appliance-docker-ee.yml` for consistency with new directory structure.
- Removed obsolete `build-aio-branch-ee.yml` workflow.
- Added `aio_build` input to `build-branch-ee.yml` for AIO image builds.
- Updated various build jobs to utilize new AIO build logic and dependencies.
- Refactored paths in `build-branch-ee.yml` for improved clarity and organization.
- Updated Dockerfile for proxy to use specific versions of dependencies.

* fix: update build script invocation in CI workflow

- Changed the invocation of the build script in `build-branch-ee.yml` to use `bash` for improved compatibility.

* fix: update artifact upload condition and correct file path in build script

- Modified the condition for uploading artifacts to S3 in `build-branch-ee.yml` to include airgapped builds.
- Corrected the file path for the Caddyfile in `build.sh` to reflect the new directory structure.

* refactor: enhance artifact uploads and remove deprecated scripts

- Added multiple artifact uploads in `build-branch-ee.yml` for `docker-compose.yml`, `coolify-compose.yml`, `portainer-compose.yml`, `swarm-compose.yml`, and `variables.env`.
- Deleted obsolete scripts and configuration files related to airgapped deployment, including `build.sh`, `install.sh`, and various YAML files in the `cli-install` and `airgapped` directories.
- Updated CI workflow to streamline artifact management and improve deployment processes.

* refactor: remove deprecated artifact upload for swarm-compose.yml in CI workflow

- Eliminated the upload step for `swarm-compose.yml` in `build-branch-ee.yml` to streamline artifact management and reduce redundancy.

* fix: consistent node version across all docker files

---------

Co-authored-by: sriramveeraghanta <[email protected]>
2025-07-14 14:35:22 +05:30
sriram veeraghanta 00bdcd12bf fix: moving application services to apps folder 2025-07-03 01:55:24 +05:30