2024-04-12, 05:53 AM
Hello i have a similar problem. can you share to me what did you do to make it work ?
I have installed the NPM together with the jellyfin using container, also setup the cloud-flare together with my domain
but the problem i can't connect my domain to JF in the NPM its not working.
Below is my container file
Below is my NPM setups and Audit Logs
I have installed the NPM together with the jellyfin using container, also setup the cloud-flare together with my domain
but the problem i can't connect my domain to JF in the NPM its not working.
Below is my container file
Code:
version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: 1000:1000
network_mode: 'host'
volumes:
- ./config:/config
- ./cache:/cache
- /media/zhaytoshi/HDD/AllVideos:/media
restart: 'unless-stopped'
environment:
- JELLYFIN_PublishedServerUrl=http://192.168.1.126
extra_hosts:
- "host.docker.internal:host-gateway"
nginxproxymanager:
image: 'jc21/nginx-proxy-manager:latest'
container_name: nginxproxymanager
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./nginx/data:/data
- ./nginx/letsencrypt:/etc/letsencrypt
jellyfin-vue:
image: ghcr.io/jellyfin/jellyfin-vue:unstable
ports:
- "8645:80"
restart: unless-stopped
Below is my NPM setups and Audit Logs
Code:
{
"id": 2,
"created_on": "2024-04-11 20:57:43",
"modified_on": "2024-04-12 05:28:49",
"owner_user_id": 1,
"domain_names": [
"jellyfin.home
.online"
],
"forward_host": "192.168.1.126",
"forward_port": 8096,
"access_list_id": 0,
"certificate_id": 3,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": 1,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
}