-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
version: "3.7" | ||
|
||
services: | ||
app_proxy: | ||
environment: | ||
APP_HOST: nginx-proxy-manager_web_1 | ||
APP_PORT: 81 | ||
web: | ||
image: jc21/nginx-proxy-manager:2.11.3@sha256:5bd2aae54ac0b6f4ef6777143ab736baf5366807894a4c7fca7bfa2fbaf1489c | ||
hostname: nginx-proxy-manager_web_1 | ||
restart: on-failure | ||
ports: | ||
Check notice on line 12 in nginx-proxy-manager/docker-compose.yml GitHub Actions / Lint appsExternal port mapping "443:443"
|
||
- 443:443 | ||
volumes: | ||
Check notice on line 14 in nginx-proxy-manager/docker-compose.yml GitHub Actions / Lint appsMounted file/directory "/nginx-proxy-manager/data" doesn't exist
Check notice on line 14 in nginx-proxy-manager/docker-compose.yml GitHub Actions / Lint appsMounted file/directory "/nginx-proxy-manager/letsencrypt" doesn't exist
|
||
- ${APP_DATA_DIR}/data:/data | ||
- ${APP_DATA_DIR}/letsencrypt:/etc/letsencrypt | ||
environment: | ||
PUID: 1000 | ||
PGID: 1000 | ||
extra_hosts: | ||
- "host.docker.internal:host-gateway" | ||
- "${APP_DOMAIN}:host-gateway" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
manifestVersion: 1 | ||
id: nginx-proxy-manager | ||
name: Nginx Proxy Manager | ||
tagline: Expose your services easily and securely | ||
icon: https://nginxproxymanager.com/logo.svg | ||
category: networking | ||
version: "2.11.3" | ||
port: 81 | ||
description: >- | ||
Expose your services easily and securely | ||
Features: | ||
- Beautiful and Secure Admin Interface based on Tabler: https://tabler.github.io/ | ||
- Easily create forwarding domains, redirections, streams and 404 hosts without knowing anything about Nginx | ||
- Free SSL using Let's Encrypt or provide your own custom SSL certificates | ||
- Access Lists and basic HTTP Authentication for your hosts | ||
- Advanced Nginx configuration available for super users | ||
- User management, permissions and audit log | ||
⚠️ Please take care while exposing apps to the internet. | ||
⚠️ Note: Since Port 80 is used my Umbrel itself, it will not be handled by Nginx Proxy Manager. Hence do not to forward Port 80 from your router. Only forward Port 443. ⚠️ | ||
developer: Jamie Curnow (jc21.com) | ||
website: https://nginxproxymanager.com/ | ||
submitter: sahilph | ||
submission: https://github.com/sahilph/sahil-umbrel-apps/tree/sahilph-nginx-proxy-manager | ||
Check failure on line 35 in nginx-proxy-manager/umbrel-app.yml GitHub Actions / Lint appsInvalid submission field "https://github.com/sahilph/sahil-umbrel-apps/tree/sahilph-nginx-proxy-manager"
|
||
repo: https://github.com/sahilph/sahil-umbrel-apps/ | ||
support: https://github.com/sahilph/sahil-umbrel-apps//issues | ||
gallery: | ||
- https://nginxproxymanager.com/screenshots/login.png | ||
- https://nginxproxymanager.com/screenshots/dashboard.png | ||
- https://nginxproxymanager.com/screenshots/proxy-hosts.png | ||
- https://nginxproxymanager.com/screenshots/proxy-hosts-add.png | ||
releaseNotes: >- | ||
Check failure on line 43 in nginx-proxy-manager/umbrel-app.yml GitHub Actions / Lint apps"releaseNotes" needs to be empty for new app submissions
|
||
Nginx Proxy Manager Updated to [2.11.3] | ||
More Info: https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.11.3. | ||
dependencies: [] | ||
path: "" | ||
defaultUsername: "[email protected]" | ||
defaultPassword: "changeme" |