Last time I put together Syncthing, but it could view photos and video via webgui, so Photoprism is solution for that matter.
Docker compose link
https://dl.photoprism.app/docker/dock...
Nginx configure:
server {
server_name storage.koti.local;
listen 80;
return 301 https://$host$request_uri;
}
server {
listen 443;
server_name photo.koti.local;
ssl_certificate /home/de/.config/syncthing/https-cert.pem;
ssl_certificate_key /home/de/.config/syncthing/https-key.pem;
ssl on;
ssl_session_cache builtin:1000 shared:SSL:10m;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;
ssl_prefer_server_ciphers on;
access_log /var/log/nginx/photoprism.access.log;
location / {
proxy_pass http://127.0.0.1:2342;
proxy_cache_bypass $http_upgrade;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port; }
}
Watch video configure HTTPS for photoprism online without registration, duration hours minute second in high quality. This video was added by user Heikki Koivisto 03 June 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,223 once and liked it 19 people.