-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add echoip role * Update echoip.md * Update echoip.md --------- Co-authored-by: Slavi Pantaleev <[email protected]>
- Loading branch information
1 parent
cbf2613
commit 66ceac9
Showing
6 changed files
with
88 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# EchoIP | ||
|
||
[EchoIP](https://github.com/mpolden/echoip) is simple service for looking up your IP address, powering [ifconfig.co](https://ifconfig.co) | ||
|
||
## Dependencies | ||
|
||
This service requires the following other services: | ||
|
||
- a [Traefik](traefik.md) reverse-proxy server | ||
|
||
|
||
## Configuration | ||
|
||
To enable this service, add the following configuration to your `vars.yml` file and re-run the [installation](../installing.md) process: | ||
|
||
```yaml | ||
######################################################################## | ||
# # | ||
# echoip # | ||
# # | ||
######################################################################## | ||
|
||
echoip_enabled: true | ||
|
||
echoip_hostname: echoip.example.com | ||
|
||
######################################################################## | ||
# # | ||
# /echoip # | ||
# # | ||
######################################################################## | ||
``` | ||
|
||
In the example configuration above, we configure the service to be hosted at `https://echoip.example.com`. | ||
|
||
|
||
## Usage | ||
|
||
```bash | ||
curl https://echoip.example.com | ||
``` |
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