You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set npm as a reverse proxy for Synology NAS, I encounter the following issue:
I can't log in to Synology NAS page from my iPhone using Safari or Edge.
Enter your username、password, and two-factor authentication, and tell me "Your login is invalid, Please sign in again."
But I was able to sign in successfully on my Computer (PC and Mac) or iPad. I don't know if anyone has the same issue as me. Or it can help me.
version: '3.8'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: always
network_mode: db_network
ports:
# These ports are in format :
- '7080:80' # Public HTTP Port
- '7443:443' # Public HTTPS Port
- '7081:81' # Admin Web Port
# Add any other Stream port you want to expose
# - '21:21' # FTP
environment:
# Mysql/Maria connection parameters:
DB_MYSQL_HOST: "mariadb"
DB_MYSQL_PORT: 3306
DB_ROOT_PASSWORD: "mypassword"
DB_MYSQL_USER: "npm"
DB_MYSQL_PASSWORD: "mypassword"
DB_MYSQL_NAME: "npm"
# Uncomment this if IPv6 is not enabled on your host
# DISABLE_IPV6: 'true'
volumes:
- /my/npm/data:/data
- /my/npm/letsencrypt:/etc/letsencrypt
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I set npm as a reverse proxy for Synology NAS, I encounter the following issue:
I can't log in to Synology NAS page from my iPhone using Safari or Edge.
Enter your username、password, and two-factor authentication, and tell me "Your login is invalid, Please sign in again."
But I was able to sign in successfully on my Computer (PC and Mac) or iPad. I don't know if anyone has the same issue as me. Or it can help me.
version: '3.8'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: always
network_mode: db_network
ports:
# These ports are in format :
- '7080:80' # Public HTTP Port
- '7443:443' # Public HTTPS Port
- '7081:81' # Admin Web Port
# Add any other Stream port you want to expose
# - '21:21' # FTP
environment:
# Mysql/Maria connection parameters:
DB_MYSQL_HOST: "mariadb"
DB_MYSQL_PORT: 3306
DB_ROOT_PASSWORD: "mypassword"
DB_MYSQL_USER: "npm"
DB_MYSQL_PASSWORD: "mypassword"
DB_MYSQL_NAME: "npm"
# Uncomment this if IPv6 is not enabled on your host
# DISABLE_IPV6: 'true'
volumes:
- /my/npm/data:/data
- /my/npm/letsencrypt:/etc/letsencrypt
Beta Was this translation helpful? Give feedback.
All reactions