This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Temorarily reference images on mirror of old big repo
Related: #1324 Signed-off-by: John Andersen <[email protected]>
- Loading branch information
Showing
12 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,20 +91,20 @@ Deploy it in port 8081 as 8080 is being used by ffmpeg http service | |
$ ssh -R 80:localhost:8081 [email protected] | ||
.. image:: ./images/localhost_run.png | ||
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/localhost_run.png | ||
|
||
Using ngrok | ||
|
||
.. code-block:: console | ||
$ ~/ngrok http 8081 | ||
.. image:: ./images/ngrok_out.png | ||
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/ngrok_out.png | ||
|
||
Copy paste the output url to ``Payload URL`` in webhook settings of ffmpeg repo and set | ||
the secret token. | ||
|
||
.. image:: ./images/github_settings.png | ||
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/github_settings.png | ||
|
||
Now whenever there's a push to the default branch of the repo, the ffmpeg container | ||
which is running gets redeployed from the fresh pull. To check this we will modify the | ||
|