Skip to content

Commit

Permalink
Updates Teleport Video links (gravitational#4165)
Browse files Browse the repository at this point in the history
* Fix video links

* Remove older security updates

* (kick drone)
  • Loading branch information
benarent authored Aug 10, 2020
1 parent b3946a6 commit 0e8bd79
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ implementation and it is _fully compatible with OpenSSH_ and can be used with
|---|----
| [Teleport Website](https://gravitational.com/teleport) | The official website of the project |
| [Documentation](https://gravitational.com/teleport/docs/quickstart/) | Admin guide, user manual and more |
| [Demo Video](https://www.youtube.com/watch?v=zIuZHYO_cDI) | 3-minute video overview of the UI. |
| [Demo Video](https://www.youtube.com/watch?v=DUlTAlEJr5w) | 5-minute video overview of the UI. |
| [Teleconsole](https://www.teleconsole.com) | The free service to "invite" SSH clients behind NAT, built on top of Teleport |
| [Blog](https://blog.gravitational.com) | Our blog where we publish Teleport news |
| [Security Updates](https://groups.google.com/forum/#!forum/teleport-community-security) | Teleport Community Edition Security Updates|
| [Blog](https://gravitational.com/blog/) | Our blog where we publish Teleport news |
| [Community Forum](https://community.gravitational.com) | Teleport Community Forum|

[![Teleport 4.3 Demo](/docs/4.3/img/readme/teleport-4.3-video-thumb.png)](http://www.youtube.com/watch?v=v8qvmjvZpBE)
[![Teleport 4.3 Demo](/docs/4.3/img/readme/teleport-4.3-video-thumb.png)](https://www.youtube.com/watch?v=DUlTAlEJr5w)

## Installing and Running

Expand All @@ -61,9 +60,9 @@ and run it under `$USER`, in this case you will not be able to login as someone
### Deploy Teleport
If you wish to deploy Teleport inside a Docker container:
```
# This command will pull the Teleport container image for version 4.3.0
# Replace 4.3.0 with the version you need:
$ docker pull quay.io/gravitational/teleport:4.3.0
# This command will pull the Teleport container image for version 4.3
# Replace 4.3 with the version you need:
$ docker pull quay.io/gravitational/teleport:4.3
```
View latest tags on [Quay.io | gravitational/teleport](https://quay.io/repository/gravitational/teleport?tab=tags)

Expand Down
Binary file modified docs/4.3/img/readme/teleport-4.3-video-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/4.3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ environments, not servers. Below is a list of the most popular Teleport features
* Ability to run in "agentless" mode, i.e. most Teleport features are
available on clusters with pre-existing SSH daemons, usually `sshd`.

<iframe width="712" height="400" src="https://www.youtube.com/embed/v8qvmjvZpBE?rel=0&modestbranding=1&widget_referrer=gravitational.com/teleport/docs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="712" height="400" src="https://www.youtube.com/watch?v=DUlTAlEJr5w?rel=0&modestbranding=1&widget_referrer=gravitational.com/teleport/docs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


Teleport is available through the free, open source edition ("Teleport Community Edition")
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ NO ISSUES :-)

Make sure that you fix any broken links or errors before committing your changes!

If there is a genuine false positive or case where `milv` is failing to parse a link correctly but it does work (and you have validated this using `make run-docs` or `mkdocs serve`) then you can add a whitelist under the appropriate section in `milv.config.yaml` and commit this back to the repo.
If there is a genuine false positive or case where `milv` is failing to parse a link correctly but it does work (and you have validated this using `make run-docs` or `mkdocs serve`) then you can add a whitelist under the appropriate section in `milv.config.yaml` and commit this back to the repo.

0 comments on commit 0e8bd79

Please sign in to comment.