kalcaddle / kodbox

kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
https://kodcloud.com
2.18k stars 373 forks source link

https分享的外链打不开 #183

Closed YTLoudYN closed 1 year ago

YTLoudYN commented 1 year ago

http:/xxx.xxx.xxx/kodbox/#s/9dRVjlLA https:/xxx.xxx.xxx/kodbox/#s/9dRVjlLA

为什么https分享的外链打不开,求教

YTLoudYN commented 1 year ago

已解决

将config.php的大概第95行:
if(!defined('HOST')){ define('HOST',(get_host());} 修改为 if(!defined('HOST')){ define('HOST','https://你的域名/');}
kalcaddle commented 1 year ago

可以自定义域名,定义在config/define.php中,避免升级后被覆盖; 例如: define('HOST','https://demo.kodcloud.com/');