* chore: Added Dockerfile for Space Project
* fix: next js config to standalone mode
* fix: workedaround build error with rename 404 page
* chore: modified dockerfile with new conventions
* chore: modified dockercompose file for new plane-deploy
* fix: handled ts errors with possibly undefined states
* chore: updated main dockerfile with plane-deploy
* feat: included space project to start.sh
* chore: modified space project port while running in production
* chore: restored changes inside space project
* chore: added ngnix config for space project running :4000
* fix: Updated docker-compose files
* chore: added space url for ngnix config
* chore: Updated ngnix template
* chore: updated space url in compose hub file
* dev: updated dockerfile.space and start and replace script
* dev: equate hub and build docker files
* dev: revert workspace space page
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
* removing dependencies from .env
* dev: Passing the arguments from docker compose to DockerWeb in nextjs to define base environment variables
* dev: removed env from docker-compose and taking the env from shell
* dev: Updated docker file and used console in signin to test the env from docker
* dev: Docker setting env variables via shell
* removed env variables and args
* Update Dockerfile.web
* Update Dockerfile.web
* Update signin.tsx
* .
* .
* dev: Added BASE_URL from docker
* dev: Updated docker config
* dev: scripts for replacing variable during runtime
* dev: entrypoint script
* dev: update replace env script and update docker entrypoint command for frontend
* dev: update replace env script to not update process.env
* dev: update docker file to add missing variables as well
* fix: updated docker compose yml and web
* dev: create start script to run docker and update script for replacing variables
* dev: update setup script and env example script to create variables in the root of the project
* .
* dev: update docker compose hub
* dev: update docker compose hub command
* dev: update docker compose yml and env example
* dev: update docker compose hub
* dev: single docker
---------
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
* merge-commit: self hosted updates
* dev: updates in self hosting setup
* dev: update script to get the instance IP
* dev: update script to generate backend secret key
* minor docker fixes
* eslint config changes
* dockerfile changes to backend and frontend
* oauth enabled env flag
* sentry enabled env flag
* build: get alternatives for environment variables and static file storage
* build: automatically generate random secret key if not provided
* build: update docker compose for next url env add channels to requirements for asgi server and save files in local machine for docker environment
* build: update nginx conf for backend base url update backend dockerfile to make way for static file uploads
* feat: create a default user with given values else default values
* chore: update docker python version and other dependency version in docker
* build: update local settings file to run it in docker
* fix: update script to run in default production setting
* fix: env variable changes and env setup shell script added
* Added Single Dockerfile to run the Entire plane application
* docs build fixes
---------
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>