33 lines
740 B
Markdown
33 lines
740 B
Markdown
# Nginx Proxy Manager Info
|
|
|
|
## Instructions:
|
|
- Use for controlling paths/subdomains in cloudflare tunnel
|
|
- Access WebUI on port 81
|
|
|
|
## Contents:
|
|
**`nginx/`**
|
|
├── **`data/`**
|
|
├── **`docker-compose.yml`**
|
|
├── **`.env`**
|
|
├── **`.gitignore`**
|
|
├── **`letsencrypt/`**
|
|
└── **`README.md`**
|
|
|
|
|
|
|
|
## File Descrptions:
|
|
- **`data/`**: Nginx Data
|
|
- **`docker-compose.yml`**: Compose file
|
|
- **`.env`**: Environment Variables
|
|
- **`.gitignore`**: Git Ignore file
|
|
- **`letsencrypt/`**: Letsencrypt Data
|
|
- **`README.md`**: Documentation
|
|
|
|
## Environmet Variables:
|
|
- None
|
|
|
|
## Ignored Files:
|
|
- **`data/`**: Persistant Data
|
|
- **`.env`**: Environment Variables
|
|
- **`letsencrypt/`**: Potentially sensitive data
|