ComradeMiao

joined 4 months ago
[–] ComradeMiao@lemmy.dbzer0.com 20 points 4 weeks ago (3 children)

I would say it’s bad because the only reason low quality products exist from China is because there is a company ordering them, typically American. All of our expensive tech comes from there any you haven’t heard of most of those companies

[–] ComradeMiao@lemmy.dbzer0.com 8 points 4 weeks ago (2 children)

Okay bud Chinese 99.999999999% of the time refers to Han. If you ask a Chinese person they will say 中国人, Chinese. Yes Han is the proper nomenclature but no Chinese person would make this argument.

 

cross-posted from: https://lemmy.dbzer0.com/post/34486030

I know a lot of my favorite FOSS is from Chinese coders. Wonder how they host and connect locally?

 
  • Use cloudflare to get an api token
  • Set an a record for a wildcart cert *.domain.com pointing towards your servers local IP such as 192.168.0.1, turn off cloudflare proxy
  • Go into NPM and setup the SSL cert using dns challenge and your api token
  • setup a proxy host user your subdomain.domain.com pointing towards your docker container
  • key step!!!! make sure you do not have conflicting ports 80 and 443 on your machine. On unraid the device management ports are set to this, but for NPM to do local proxies, it needs access to these ports.
 

For instance how can I use my *.domain.com SSL certs and NPM to route containers to a subdomain without exposing them? The main domain is exposed.

 

Thought this was interesting.