Anya Lin

Results 38 comments of Anya Lin

直接访问这个地址看看 `https:///tinyfilemanager/index.php?p=` 检查下 `/www/tinyfilemanager/rootfs` 是否存在, 不存在则 `ln -s / /www/tinyfilemanager/rootfs`

I wrote a simple script to filter out servers supporting RFC5780 from a list. https://github.com/muink/rfc5780-stun-server

``` stun.freeswitch.org:3478 stun.antisip.com:3478 stun.nextcloud.com:3478 stun.dcalling.de:3478 stun.sonetel.com:3478 ``` I randomly selected several servers, but none of them support nat behavior testing. 😿

[Stuntman](https://stunprotocol.org/) or [NatTypeTester](https://github.com/HMBSbige/NatTypeTester) ![image](https://github.com/pradt2/always-online-stun/assets/7929014/da5ceaf9-4446-4330-bcce-b91707507020) Sorry, I forgot to mention that they do not support testing under TCP.

[Tiny File Manager](https://github.com/prasathmani/tinyfilemanager) meet most of your requirements, and only depends on php. You can introduce this package in `openwrt/packages` and maintain it as maintainer. So that it does not...

Several other web file managers: @stokito https://github.com/filebrowser/filebrowser https://github.com/filegator/filegator https://github.com/cubiclesoft/php-filemanager

Please try install `php-nginx`

24.10 has a smaller file manager `luci-app-filemanager` officially provided by openwrt, maybe you can also try it.

The official firmware from openwrt contains `luci-nginx` and `luci-ssl-nginx`. But in my test, nginx does not work in version 24.10 If possible, it is recommended to switch back to openwrt...

> > It seems like depend $(INTL_DEPENDS) is missing in Makefile.Makefile 中似乎缺少 dependent $(INTL_DEPENDS) 。 > > You mean in openwrt-einat-ebpf's Makefile? But einat does not link to `libintl` or...