aptalca — 16/01/2022you just add *.code-server.domain.com into EXTRA_DOMAINS in SWAG arguments, create a wildcard cname for *.code-server and set the server address in code server env vars PROXY_DOMAIN. After that code server will let you access any port at https://PORT.code-server.domain.comMuadDDib — 16/01/2022I'm using CloudFlare DNS, so I have my A domain for domain.com then a CNAME for code.domain.comaptalca — 16/01/2022you need another cname for *.code.domain.comMuadDDib — 16/01/2022Now I have to create a new CNAME for *.code.domain.com like the image I'll show nextaptalca — 16/01/2022if you're using code instead of code-server, you'll have to edit the proxy conf for code server to edit both instances of code-server to code on this line: aptalca — 16/01/2022what validation method are you using? http?MuadDDib — 16/01/2022yepI thought that was the de facto for CF DNSaptalca — 16/01/2022ah, then you can't do wildcard. change the cname to 5500.codeMuadDDib — 16/01/2022ok give me a secaptalca — 16/01/2022and add 5500.code.domain.com to EXTRA_DOMAINSonly port 5500 will work, but it will get you go liveI gotta go to bedMuadDDib — 16/01/2022@aptalca just wanted to let you know that it worked almost flawlessly!