From d71b1b3234cf6ced63adf7d384033586fc0be570 Mon Sep 17 00:00:00 2001 From: Emerson Rocha Luiz Date: Sat, 8 Jun 2019 06:17:21 -0300 Subject: [PATCH] 0.inclusao.etica.ai serves otimized content from inclusao.etica.ai (#1, #2, fititnt/cplp-aiops#62, fititnt/inclusao-digital#1) --- README.md | 6 ++++-- tsuru-deployment.sh | 8 ++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfe792d..53b32cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Reverse Proxy for Free Basics: hotfix data efficiency of websites to help be accepted for (sponsored) free access for end users +# Reverse Proxy for Free Basics: automated hotfixes to improve data efficiency and comply with technical guidelines ![Work in Progress](img/badges/status-work-in-progress.svg) **This tool try it's best to make proxied site content as much data efficient as possible. The main objective is make easier for volunteers set up own proxies and help websites @@ -8,7 +8,9 @@ following logic: sites that require very low amount data transfer to be fully operational can be so cheap that mobile operators can simple not care about ask money from end users. -For now this project is being tested on the . See +For now this project is being tested on the +(original, generic GitHub Pages template) and + (hotfixed by this proxy). See [issue#1](https://github.com/fititnt/reverse-proxy-for-free-basics-docker/issues/1) for more details. diff --git a/tsuru-deployment.sh b/tsuru-deployment.sh index 9d388be..66e56c4 100644 --- a/tsuru-deployment.sh +++ b/tsuru-deployment.sh @@ -4,6 +4,7 @@ exit # Logbook for reverse-proxy-for-free-basics-docker deployed on Tsuru PaaS # -----------------------------------------------------------------------------# # CREATED AT: 2019-06-08 04:22 +# TSURU TEST SERVER: aguia-pescadora-charlie.etica.ai # # Links: # - GitHub: @@ -92,3 +93,10 @@ tsuru cname-add 0.inclusao.etica.ai --app proxy-for-inclusao-etica-ai ## The next command allow see more info about the app tsuru app-info --app proxy-for-inclusao-etica-ai +## Note: Since we're deploying on the aguia-pescadora-charlie.etica.ai Tsuru +## node (and tsuru alone just prepare the DNS, but is our responsability) +## to point, we just +## CNAME 0.inclusao.etica.ai aguia-pescadora-charlie.etica.ai (TTL 15min) + +## And YES! It is working! 0.inclusao.etica.ai is serving content "hotfixed" +## from inclusao.etica.ai!!! \ No newline at end of file