20 lines
792 B
Markdown
20 lines
792 B
Markdown
---
|
|
title: Nginx Proxy Manager
|
|
description: A guide to what settings have worked so far, probably because of ignorance ;P
|
|
published: true
|
|
date: 2025-06-06T12:27:39.874Z
|
|
tags:
|
|
editor: markdown
|
|
dateCreated: 2025-06-06T12:27:38.330Z
|
|
---
|
|
|
|
# Ningx Proxy Manager
|
|
For NPM to work locally without needing public access:
|
|
* DNS A record pointing npmhostname.localdomain.domain.com to NPM
|
|
* Host record in NPM pointing host (local)FQDN above to itself
|
|
* Unifi - add wildcard domain to point to NPM instance
|
|
* Potential testing with CNAME records soon
|
|
|
|
Alternatively, one could use cloudflare to generate custom API key,
|
|
set the key for DNS Zone edit, then copy the key to NPM as DNS challenge to generate wildcard cert.
|
|
*Does not require manually adding a record and port forwarding.* |