-
-
Couldn't load subscription status.
- Fork 44
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I am using docker duplicati:lastest version.
and Use nginx to redirect it to HTTPS
But something is not working.
May I confirm that how can I change http to https?
Thank you very much.
Expected Behavior
No response
Steps To Reproduce
Nginx config
location ~ ^/duplicati(/.*)$ {
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_pass http://127.0.0.1:8200/$1$is_args$args;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
proxy_redirect http://127.0.0.1:8200/ /duplicati/;
proxy_cookie_path / /duplicati/;
if ($scheme = https) {
set $xforwardedssl "on";
}
proxy_set_header X-Forwarded-Ssl $xforwardedssl;
Environment
Ubuntu 24.04 LTS
ARM 64 - Raspberry PI5CPU architecture
arm64
Docker creation
---
services:
duplicati:
image: lscr.io/linuxserver/duplicati:latest
container_name: duplicati
env_file:N
- stack.env
volumes:
- /opt/duplicati/config:/config
- /opt/duplicati/backups:/backups
- /opt/duplicati/source:/source
ports:
- 8200:8200
restart: unless-stoppedContainer logs
GET /notifications?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0eXAiOiJBY2Nlc3NUb2tlbiIsInNpZCI6IndlYnNlcnZlciIsImZhbSI6IjVCQTk3MUZDNzczQjJE
Q0EiLCJuYmYiOjE3MzU2MDA5MjYsImV4cCI6MTczNTYwMTgyNiwiaXNzIjoiaHR0cHM6Ly9kdXBsaWNhdGkiLCJhdWQiOiJodHRwczovL2R1cGxpY2F0aSJ9.p5SafxYbId-cw-pd3m1Y6ZiJ5LxcqBXjo7QoMtPTEek HTTP/1.1" 404 555 "-" "M
ozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"Metadata
Metadata
Assignees
Type
Projects
Status

