$ docker search openvpn | head -n 5
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
kylemanna/openvpn OpenVPN server in a Docker container compl... 316 [OK]
haugene/transmission-openvpn Docker container which runs Transmission t... 47 [OK]
dperson/openvpn-client 29 [OK]
martin/openvpn Tiny (12MB) full featured OpenVPN server w... 14 [OK]
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am korchasa on github. | |
* I am korchasa (https://keybase.io/korchasa) on keybase. | |
* I have a public key ASDU01YLp3nsBv74MHDkcJ6Ke-Uwalwy2ER16-gh_rw3OQo | |
To claim this, I am signing this object: |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am korchasa on github. | |
* I am korchasa (https://keybase.io/korchasa) on keybase. | |
* I have a public key ASAaVO3ictJopSqo14vxmtL3Y4HN7yxGKiggtVAXdOkjlQo | |
To claim this, I am signing this object: |
This file contains hidden or 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
<?php | |
class BeverageMaker | |
{ | |
const TYPE_COFFEE = 'coffee'; | |
const TYPE_TEA = 'tea'; | |
const STATUS_NO_WATER = "no water"; | |
const STATUS_NO_SOLID = "no solid"; | |
const STATUS_READY = "I'm ready"; | |
const STATUS_BROKEN = "broken"; |
This file contains hidden or 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
{ | |
"status": "ok", | |
"data": { | |
"balance": 999, | |
"currency": "USD" | |
} | |
} |
- https://hochgatterer.me/hkcam/ - camera
- https://github.com/Gruppio/Sonoff-Homekit - switch
- https://github.com/bredikhin/homekit-compatible-temperature-and-humidity-sensor - temperature and humidity sensor
This file contains hidden or 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
[entryPoints] | |
[entryPoints.web] | |
address = ":8888" | |
[providers] | |
[providers.file] | |
filename = "traefik_conf.toml" | |
watch = true | |
[log] |
I hereby claim:
- I am korchasa on github.
- I am korchasa (https://keybase.io/korchasa) on keybase.
- I have a public key ASBumWnvGV82dvqD8xWkkz6SV1i1P_gxtcMEKsGo7fMeIQo
To claim this, I am signing this object:
This file contains hidden or 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
# Configuration for telegraf agent | |
[agent] | |
## Default data collection interval for all inputs | |
interval = "10s" | |
## Rounds collection interval to 'interval' | |
## ie, if interval="10s" then always collect on :00, :10, :20, etc. | |
round_interval = true | |
## Telegraf will send metrics to outputs in batches of at most | |
## metric_batch_size metrics. |