Yunen

Results 11 comments of Yunen

哈哈哈,我应该是最早追作者要模板的了(Valine群里问的,嘻嘻) 看到作者又添加了很多功能,立马又更新了,舒服,感谢作者大大。 我的blog: https://www.0x002.com

@shingz96 不能正常获取到直链... 无法下载

> > @shingz96 不能正常获取到直链... 无法下载 > > 能打开看到该文件?是shortcut 快捷吗? 能看到快捷方式,也能打开,但是 就是不能直接解析里边的资源,比如下载功能,都是错误的,因为他解析的链接是 xxxx.com/shortcut/xxx.zip 。然而实际上,服务器会被认为是去下载我们自己shortcut文件夹下的xxx.zip,所以无法下载。

根据其他的项目魔改的,应该是符合你的预期 ``` 'use strict' /** * static files (404.html, sw.js, conf.js) */ const ASSET_URL = 'https://etherdream.github.io/jsproxy' const JS_VER = 10 const MAX_RETRY = 1 /** @type {RequestInit} */ const PREFLIGHT_INIT...

> 预设用户/密码的环境变量尚未实现,它们现在只是一个想法。这是您如何做到这一点的示例。 > > ### 选项 A:在另一台机器上修改 ArchiveBox 数据库并将其复制回原位 > 最简单的方法是在另一台机器或docker主机上打开archivebox集合`index.sqlite3`修改db,修改完后再放回去。 > > ```shell > # copy the db onto another machine or into another dir > mkdir -p /tmp/archivebox...

My solve method: copy the app folder in container to the host folder, and then edit the `archive/config.py` file, delete the root condition.

I had avoid this issue by use another go kafka library: https://github.com/segmentio/kafka-go.

I start to use caddy to replace NPM because of this stupid problem.

> @12ozCode would you mind sharing how you were able to set the Host header to the target server? It seems like I just need to delete the line "proxy_set_header...