Skip to content
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

[Feature] - Set console port by parameter #3

Closed
eladcandroid opened this issue Sep 2, 2019 · 3 comments
Closed

[Feature] - Set console port by parameter #3

eladcandroid opened this issue Sep 2, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@eladcandroid
Copy link

Now when port 80 is busy, there's an error and we need to set it manually on the docker-compose file..

@eldadfux
Copy link
Member

eldadfux commented Sep 2, 2019

Hi Elad, Thanks for the feedback, I will definitely make a priority to try and release this feature ASAP.

@eldadfux eldadfux added the enhancement New feature or request label Sep 2, 2019
@eldadfux eldadfux self-assigned this Sep 2, 2019
@eldadfux
Copy link
Member

eldadfux commented Sep 2, 2019

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.

@eldadfux
Copy link
Member

eldadfux commented Sep 3, 2019

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:
https://appwrite.io/docker-compose.yml?port=2000

I have also added a section in the docs explaining hot to setup the server using a different port number.

@eldadfux eldadfux closed this as completed Sep 3, 2019
eldadfux pushed a commit that referenced this issue Oct 23, 2019
eldadfux pushed a commit that referenced this issue Oct 1, 2020
…db/influxdb-php-1.15.1

Bump influxdb/influxdb-php from 1.15.0 to 1.15.1
eldadfux added a commit that referenced this issue Jan 18, 2021
christyjacob4 pushed a commit that referenced this issue Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants