Skip to content

Commit

Permalink
fix: typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas committed Aug 4, 2023
1 parent 0fcfa09 commit b85901d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pip install git+https://github.com/ghassanmas/tutor-contrib-cloudflared
Then enable the plugin by:

```bash
tutor plguins enable cloudflared
tutor plugins enable cloudflared
tutor config save
```

Expand Down Expand Up @@ -90,7 +90,7 @@ tutor cloudflared doctor

### 2.3.2 Login and Initialization

First build the image by `tutor iamges build cloudfalred`
First build the image by `tutor images build cloudflared`

`tutor local do init --limit=cloudflared`

Expand All @@ -107,7 +107,7 @@ The init command will do the following

`tutor cloudflared set-tunnel-uuid`

This command would set the UUID of the cloudfalred tunnel as a config value, given it would be used for rednering.
This command would set the UUID of the cloudflared tunnel as a config value, given it would be used for rednering.

### 2.3.4 Launch it

Expand Down Expand Up @@ -171,7 +171,7 @@ And finally restart the lms.

The docker image is build because the default cloudflared docker image doesn't work with tutor.

Spefically tutor expects the value of `ENTRYPOINT` not be set or to take it from docker arg. Which is not the case for cloudfalred default image[^6]
Spefically tutor expects the value of `ENTRYPOINT` not be set or to take it from docker arg. Which is not the case for cloudflared default image[^6]

## 5. License

Expand All @@ -184,4 +184,4 @@ This software is licensed under the terms of the AGPLv3.
[^3]: Also called [Zero trust security model](https://en.wikipedia.org/wiki/Zero_trust_security_model)
[^4]: [Cloudfalre free ssl subdomain level](https://developers.cloudflare.com/ssl/edge-certificates/universal-ssl/limitations/)
[^5]: Tutor upstream [issue#557](https://github.com/overhangio/tutor/issues/557)
[^6]: [Cloudfalred Dockerfile](https://github.com/cloudflare/cloudflared/blob/5aaab967a345124913f546b4412b0581ec570139/Dockerfile#L30)
[^6]: [Cloudflare Dockerfile](https://github.com/cloudflare/cloudflared/blob/5aaab967a345124913f546b4412b0581ec570139/Dockerfile#L30)

0 comments on commit b85901d

Please sign in to comment.