NemoAlex

Results 33 comments of NemoAlex

编译好的 html 在 dist 目录中

是的,请看 `README.md`,`rpc-user` 和 `rpc-passwd` 没有被支持。

...明白了 感觉好多余啊,能别这么用不

Glutton 使用了 Fetch API,目前的标准是不支持 Basic access authentication 的,要改起来比较麻烦。 这也是不想支持 `rpc-user` 和 `rpc-passwd` 的原因。

Unfortunately since that version, It's impossible to compile with a stable version of OpenWrt (which is 15.05.1). So this project is pointless right now. :<

@danielkza > 10.3.0.17-20160601 had been modified to be built with latest backports package "compat-wireless-2016-01-10" without patches.

Hit the same issue. I created a bash script then run it with proxychains to solve the problem. nvm-script.sh: ``` export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" nvm...

@rofl0r No it's not, just a coincidence their names are same. $NVM_DIR/nvm.sh is provided by nvm. See it here: https://github.com/creationix/nvm/blob/master/nvm.sh