Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Would like to see ability to specify a small set of path prefixes to just deliver static content #44

@nneul

Description

@nneul

Would be nice to be able to have the proxy deliver a small number of files directly.

The particular use case is to be able to easily enable support for LetsEncrypt directly against doorman without having to do it in the backend service - which may not be customizable.

i.e. something like

staticPaths: {
'/.well-known/acme-challenge/' : '/path/to/letsencrypt.sh/.acme-challenges/',
'/static/' : '/path/to/static/html/'
},
staticPathsPublic: {
'/robots.txt' : '/path/to/my/robots.txt'
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions