Intial repository commit
This commit is contained in:
32
nginx/README.md
Normal file
32
nginx/README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user