-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http
protocol is hardcoded in the URL
#40
Comments
Line 162 in 621b9aa
Possible solutions are to replace the Example of grafana config with these variables: [server]
domain = grafana.example.com
enforce_domain = true
root_url = https://grafana.example.com |
@umputun , sure. I'll take it. |
oneils
added a commit
to oneils/secrets
that referenced
this issue
Aug 20, 2024
- moved hardcoded protocol to an argument
oneils
added a commit
to oneils/secrets
that referenced
this issue
Sep 15, 2024
oneils
added a commit
to oneils/secrets
that referenced
this issue
Sep 15, 2024
oneils
added a commit
to oneils/secrets
that referenced
this issue
Sep 15, 2024
oneils
added a commit
to oneils/secrets
that referenced
this issue
Sep 15, 2024
- moved hardcoded protocol to an argument
umputun
pushed a commit
that referenced
this issue
Sep 16, 2024
- moved hardcoded protocol to an argument
fixed by #41 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http
protocol is hardcoded in the URLsecrets/app/server/web.go
Line 162 in 621b9aa
How to use
https
protocol instead ofhttp
?Steps To Reproduce
http://safesecret.info/message/{{ UUID }}
.The text was updated successfully, but these errors were encountered: