flux-worker-service

Worker service for Adrian Flux brand content variables.

| URI | Type | |

——
https://flux-app.af-test.co.uk
https://sterling-app.af-test.co.uk
https://flux-worker-service.herokuapp.com
https://worker-service.insurergate.co.uk

Overview

This is a Django based app with no frontend. It’s primary purpose is to provide a backend interface (Django Admin) to provide metadata type variable values such as “FLUX_HOME_INSURANCE_SAVING_PERCENTAGE” to inject into Adrian Flux brand pages.

The db stored values (postgres) sync up with a Cloudflare KV store, which a Cloudflare Worker uses to do shortcode style replacements like [[ FLUX_HOME_INSURANCE_SAVING_PERCENTAGE ]] which do the actual replacement in usually, Wordpress content pages.

Environment Variables

Configuration variables for this application:

  • ADMIN_PATH
  • CLOUDFLARE_ACCOUNT_ID
  • CLOUDFLARE_API_KEY
  • DEBUG
  • FURY_AUTH
  • SECRET_KEY
Last modified February 5, 2026: Adds proposal summary (2c393ca)