Skip to content

Added HTTPS support via self-signed certs #6

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

Merged
merged 1 commit into from
Apr 14, 2025
Merged

Added HTTPS support via self-signed certs #6

merged 1 commit into from
Apr 14, 2025

Conversation

imaustink
Copy link
Contributor

Closes #5

@@ -1,5 +1,5 @@
# N8N-Getting-Started: N8N
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

n8n is not capitalized

Comment on lines +57 to +62
For convenience, a wrapper script has been added to make this less clunky. The `./up` command will startup n8n and takes a list of additional services to run with it.

```bash
./up Postgres
```

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use many word when few word do trick?

@@ -1,4 +1,3 @@
version: '3'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the version field has been obsolete for years. I don't want to see warnings anymore.

up
echo "Running: docker-compose $COMPOSE_FILES up --build -d --remove-orphans"

# Run docker-compose up with all the compose files
docker-compose $COMPOSE_FILES up --build -d --remove-orphans
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this script so I can type less (yes I am a strange kind of lazy)

@imaustink imaustink merged commit c93a5f0 into main Apr 14, 2025
@imaustink imaustink deleted the https branch April 14, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up n8n to run over SSL
2 participants