I hereby claim:
- I am mchristopher on github.
- I am icer5k (https://keybase.io/icer5k) on keybase.
- I have a public key whose fingerprint is 24CD 5658 4D9D C894 FE76 8D14 5FF5 ADBD F9B8 F3C7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<script src="https://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> | |
<script src="https://client.x.io/v1/appstream.js" type="text/javascript"></script> | |
<input type="button" value="Launch Application" id="launch"> |
{ | |
"update_url": "https://example.com/get_providers.php?auth=iofdhgoarthi8urg", | |
"file_providers": [ | |
{ | |
"id": "user1_webdav", | |
"provider_type": "webdav", | |
"url": "https://exmaple.com/webdav_endpoint.php?user=me&pass=secret" | |
} | |
] | |
} |
#!/bin/bash | |
# Usage in postgresql.conf: | |
# archive_command = '/path/to/script.sh %p %f' | |
# Close out on error | |
set -e | |
wal_path=$1 | |
wal_filename=$2 |
# Specify security group id and ports below. | |
# Each cloudflare IP address will be added for each port from-to combination. | |
# Caution: Any extra rules will be deleted from the specified security group. | |
# Only cloudflare IP addresses with the given combination of ports will remain | |
security_group_ids = [ | |
"sg-079be3f95d53ae61c", # default vpc - vpc-49647c2c | |
] | |
ports = [ | |
{"from": 80, "to": 80}, |