Commit Graph

13 Commits

Author SHA1 Message Date
david_bai cfcd60145a build: refresh docker deployment workflow 2025-09-26 14:02:55 +08:00
david_bai 94c9ba7ad3 fix:Fix the issue of nginx address occupation during the process of obtaining ssl certificates using certbot 2025-08-21 22:57:54 +08:00
david_bai 6d82050081 fix:Fix the hard-coded issue with the turn domain name 2025-08-19 23:45:21 +08:00
david_bai a6d298b7a2 fix(cross-origin bug): Fix the cross-origin issue bug when accessing through privydrop.app
Add bare domain redirect, use sed for precise matching in nginx configuration replacement script
2025-07-31 22:54:16 +08:00
david_bai 7950aec063 fix:Change the turns port used in WebRTC to 443
nginx(website on server) listens on port 4443 and then forwards to the frontend and backend.
nginx main configuration adds a stream block to uniformly listen on port 443, then forwards based on domain to coturn(5349) and website(4443).
The TURN port used in WebRTC is changed to 443.
The deployment document adds a script action to delete extra configurations generated by certbot.
2025-07-23 23:13:59 +08:00
david_bai 11b338432a update DEPLOYMENT procedure 2025-07-01 23:10:07 +08:00
david_bai ba0a73fb1b fix router bug in nginx 2025-06-30 00:43:19 +08:00
david_bai e9d4df5bf1 using placeholder certs for Certbot 2025-06-29 23:46:17 +08:00
david_bai c04be29af3 use certbot-nginx to renew ssl 2025-06-29 23:35:01 +08:00
david_bai 6de6001cf2 replace SecureShare/ with securityshare.xyz/privydrop.app 2025-06-27 23:36:55 +08:00
david_bai 18fad98cbd translate chinese comment into english 2025-06-21 16:56:26 +08:00
david_bai 4b0a8049a7 nginx改为模板配置,从环境变量文件中读取并替换 2025-05-17 17:31:08 +08:00
david_bai e00f9d734b 命名规范化 2025-05-15 21:47:39 +08:00