You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Picture this, I have a website. For transparency I'll just use my actual domain, akii.dev.
I have said website running on an nginx instance on a raspberry pi.
I would like to add code-server, except I want it running on my local computer instead of my raspberry pi. Shouldn't be an issue, right?
My predicament is as follows: .dev domains require https. When I start code server with --cert so it has its own self-signed cert, the HSTS issue appears. When i start code server without--cert the HSTS issue appears.
Now normally this wouldn't be an issue, however I can't seem to get certbot working for some odd reason. Whenever I try, it gives me this:
I am in multiple layers of "what the hell do I do now". Any help would be greatly appreciated.
Description
Hi everyone, I'm in a bit of a pickle.
Picture this, I have a website. For transparency I'll just use my actual domain,
akii.dev
.I have said website running on an nginx instance on a raspberry pi.
I would like to add
code-server
, except I want it running on my local computer instead of my raspberry pi. Shouldn't be an issue, right?And in response, Firefox says:

My predicament is as follows: .dev domains require https. When I start code server with
--cert
so it has its own self-signed cert, the HSTS issue appears. When i start code server without--cert
the HSTS issue appears.Now normally this wouldn't be an issue, however I can't seem to get certbot working for some odd reason. Whenever I try, it gives me this:

I am in multiple layers of "what the hell do I do now". Any help would be greatly appreciated.
Possible related issues:
#80
The text was updated successfully, but these errors were encountered: