ttmx
ttmx
IImmich
Created by Rado on 9/6/2023 in #help-desk-support
Disable download
Correct, but this is generally not what is trying to be avoided
7 replies
IImmich
Created by Rado on 9/6/2023 in #help-desk-support
Disable download
You cannot give someone an image and not allow them to save it for later
7 replies
IImmich
Created by Rado on 9/6/2023 in #help-desk-support
Disable download
No description
7 replies
IImmich
Created by Rado on 9/6/2023 in #help-desk-support
Disable download
What's the point of this?
7 replies
IImmich
Created by ttmx on 9/1/2023 in #help-desk-support
Some videos won't play on web
Are all videos transcoded automatically? Or only when you press transcode in the UI?
12 replies
IImmich
Created by ttmx on 9/1/2023 in #help-desk-support
Some videos won't play on web
Same. Likely codec support. But why? Can we fix it?
12 replies
IImmich
Created by ttmx on 9/1/2023 in #help-desk-support
Some videos won't play on web
And again bump
12 replies
IImmich
Created by ttmx on 9/1/2023 in #help-desk-support
Some videos won't play on web
Bump
12 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
works on my machine though
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
I may not have realised that this answer was for windows 😎
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
I'm not very versed in openssl client, this is from stackoverflow
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
you can forego the nslookup tbh
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
Try this
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
function seecert {
nslookup $1
(openssl s_client -showcerts -servername $1 -connect $1:443 <<< "Q" | openssl x509 -text | grep -iA2 "Validity")
}
function seecert {
nslookup $1
(openssl s_client -showcerts -servername $1 -connect $1:443 <<< "Q" | openssl x509 -text | grep -iA2 "Validity")
}
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
wait I messed up give me a sec
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
just making sure, you don't have cloudflare or anything else?
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
yeah just run that in bash and then run seecert immich.yourdomain.ext
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
The issue is likely related in the sense that its a messy ssl cert
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
Try running that pointed to your server, from whatever box you are trying to use the cli upload tool
52 replies
IImmich
Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
function seecert () {
nslookup $1
(openssl s_client -showcerts -servername $1 -connect $1:443 <<< "Q" | openssl x509 -text | grep -iA2 "Validity")
}
function seecert () {
nslookup $1
(openssl s_client -showcerts -servername $1 -connect $1:443 <<< "Q" | openssl x509 -text | grep -iA2 "Validity")
}
52 replies