Restyle landing to match aimloperations.com and use piha.lc.
CI / test (pull_request) Successful in 4s

Public short hosts are piha.lc (prod) and beta.piha.li (beta). The root
page is a marketing CTA to contact AI ML Operations for access.
Closes #3.
This commit is contained in:
2026-08-30 08:34:10 -05:00
parent 630b770c12
commit bb1aa449d6
18 changed files with 1373 additions and 214 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ jobs:
DATABASE_URL: ""
DB_HOST: ""
SHORTENER_API_TOKENS: monica:dev-only-token
PUBLIC_SHORT_URL: https://go.mkdrealtor.com
SHORT_PUBLIC_HOSTS: go.mkdrealtor.com
PUBLIC_SHORT_URL: https://piha.lc
SHORT_PUBLIC_HOSTS: piha.lc
SHORT_API_HOSTS: testserver,localhost,127.0.0.1
SHORT_ALLOWED_HOSTS: mkdrealtor.com
CLICK_IP_PEPPER: test-pepper
+4 -4
View File
@@ -26,8 +26,8 @@ jobs:
DATABASE_URL: ""
DB_HOST: ""
SHORTENER_API_TOKENS: monica:dev-only-token
PUBLIC_SHORT_URL: https://go.mkdrealtor.com
SHORT_PUBLIC_HOSTS: go.mkdrealtor.com
PUBLIC_SHORT_URL: https://piha.lc
SHORT_PUBLIC_HOSTS: piha.lc
SHORT_API_HOSTS: testserver,localhost,127.0.0.1
SHORT_ALLOWED_HOSTS: mkdrealtor.com
CLICK_IP_PEPPER: test-pepper
@@ -63,8 +63,8 @@ jobs:
-e DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1,testserver \
-e DATABASE_URL=postgres://url_shortener:url_shortener@db:5432/url_shortener \
-e SHORTENER_API_TOKENS=monica:dev-only-token \
-e PUBLIC_SHORT_URL=https://go.mkdrealtor.com \
-e SHORT_PUBLIC_HOSTS=go.mkdrealtor.com \
-e PUBLIC_SHORT_URL=https://piha.lc \
-e SHORT_PUBLIC_HOSTS=piha.lc \
-e SHORT_API_HOSTS=testserver,localhost,127.0.0.1 \
-e SHORT_ALLOWED_HOSTS=mkdrealtor.com \
-e CLICK_IP_PEPPER=test-pepper \
+4 -4
View File
@@ -24,8 +24,8 @@ jobs:
DATABASE_URL: ""
DB_HOST: ""
SHORTENER_API_TOKENS: monica:dev-only-token
PUBLIC_SHORT_URL: https://go.mkdrealtor.com
SHORT_PUBLIC_HOSTS: go.mkdrealtor.com
PUBLIC_SHORT_URL: https://piha.lc
SHORT_PUBLIC_HOSTS: piha.lc
SHORT_API_HOSTS: testserver,localhost,127.0.0.1
SHORT_ALLOWED_HOSTS: mkdrealtor.com
CLICK_IP_PEPPER: test-pepper
@@ -61,8 +61,8 @@ jobs:
-e DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1,testserver \
-e DATABASE_URL=postgres://url_shortener:url_shortener@db:5432/url_shortener \
-e SHORTENER_API_TOKENS=monica:dev-only-token \
-e PUBLIC_SHORT_URL=https://go.mkdrealtor.com \
-e SHORT_PUBLIC_HOSTS=go.mkdrealtor.com \
-e PUBLIC_SHORT_URL=https://piha.lc \
-e SHORT_PUBLIC_HOSTS=piha.lc \
-e SHORT_API_HOSTS=testserver,localhost,127.0.0.1 \
-e SHORT_ALLOWED_HOSTS=mkdrealtor.com \
-e CLICK_IP_PEPPER=test-pepper \