-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[Feature] - Set console port by parameter 8000 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Elad, Thanks for the feedback, I will definitely make a priority to try and release this feature ASAP. |
I am working on creating a simple generator in the Appwrite home page to help users generate a quick installation using their own custom docker-compose env vars. In the new form I want to allow users to change the server port, encryption key, SMTP credentials and probably more things along the way. The result of the form will be a simple one-line installation command which will pass query string params to the https://appwrite.test/docker-compose.yml file. Another thing might worth changing is to make the docker-compose URL use POST request to avoid any sensitive data (like encryption key or SMTP password) being recorded to any kind of server or client logs. |
Until the advanced setup generator will be ready, I have added an option to change the installation docker-compose.yml port by passing a query string param to the endpoint URL. Example: I have also added a section in the docs explaining hot to setup the server using a different port number. |
…db/influxdb-php-1.15.1 Bump influxdb/influxdb-php from 1.15.0 to 1.15.1
Now when port 80 is busy, there's an error and we need to set it manually on the docker-compose file..
The text was updated successfully, but these errors were encountered: