Optional: Adding URLs to Dockflare

There are a few way to add additional addresses to Dockflare, but the easiest is

  1. Navigate to your Dockflare url (by default dockfare.yourdomain.com)

  2. Log in with your Cloudflare Zero Trust credentials

  3. Click on 'add manual rule' and fill out the form

Examples

Below are some examples with specific use bases

Public DynMap

Lets pretend that we want DynMap hosted in port 3333 to be available publicly at maps.yourdomain.com. Anyone who browses to this address will be shown the map

Data
Example

Public Hostname

maps.yourdomain.com

Service

http://yourservername:3333

Access Policy

Bypass

Administrator UI

Lets pretend that we want an administrator UI hosted in port 1234 to be available to specific users at admin.yourdomain.com. We do not want this UI available to the general public.

Data
Example

Public Hostname

admin.yourdomain.com

Service

http://yourservername:1234

Access Policy

  • *.TLD or

  • configure an Access Group policy under the settings tab and apply that

Last updated