Nya Candy

Results 49 comments of Nya Candy

Just created a free docker hub org ( `elkzone` ), please give me a username to send invitation? Thanks.

> @Candinya `sanxiaozhizi` > > Can we change the organization id to `elk-zone`? (as the same as GH org) Invitation sent ;) Sadly docker hub doesn't support dash in username,...

> Is that safe though? If docker image is published, it will include private information. Yes, this will have security issues, so for official repository we won't recommend including .env...

> A suggestion for this PR - maybe we can move the Dockerfile to the docs rather than directly in the repo? There will also be other ways of deploying...

~~BTW do we need to persistent fs storage?~~ I think yes

Split the pnpm install before & after file copy (let's call them `Pre` and `Post`), but with some compromise, here's the reason: - A post-install script is specified in package.json,...

![image](https://user-images.githubusercontent.com/20502130/109418560-fb079200-7a03-11eb-8bcf-7b0a0f352401.png) 写的很清楚了吧

refer to DIYgod/RSSHub#15899

img 标签末尾的闭合斜杠是可选的,可以参见 [HTML 的 spec](https://html.spec.whatwg.org/multipage/syntax.html#start-tags): >6. Then, if the element is one of the void elements, or if the element is a foreign element, then there **may** be a single...

可以使用 nginx 的 ngx_http_substitutions_filter_module 批量过滤器(注意此模块需要手动安装