nascab / nascab-releases

328 stars 49 forks source link

此项目为NasCab官方版本发布仓库,git代码方式部署,支持Win,Linux,Mac等多个平台和架构,代码部署方式资源占用少,效率高,支持设备广泛,理论上支持NodeJs的系统都可以部署,推荐低配置系统使用此方式部署

NasCab官方网站:https://www.nascab.cn

部署方式:

常见问题:

This project is the NasCab official version release warehouse, deployed in git source code, and supports multiple platforms such as Win, Linux, and Mac.

Deployment:

QA:

1. Due to the network in Chinese Mainland, the npm installation dependency may fail. The project has built in the. npmrc file and configured the Chinese source. If you are not in China, you can delete the. npmrc file by yourself
2. Regarding the ffmpeg issue, the platforms supported by the built-in ffmpeg executable files are as follows:
Win platform: x64, ia32
Mac platform: x64, arm64
Linux platform: x64, arm64

If you install under other architectures, please supplement the ffmpeg and ffprobe executable files in the libs directory by yourself

3. The website printed after NasCab startup cannot be accessed?

In some cases, due to the complex hardware environment of the user, the IP address printed by NasCab is not the actual host IP. Try using the real LAN IP of your host network card and the port printed by NasCab to access it

4. NasCab default port

On the Linux platform, NasCab uses 3080 as the default port for the HTTP protocol and 3443 as the default port for the HTTPS protocol On other platforms, NasCab defaults to using 80 and 443 as startup ports

5. How can I start NasCab if its default port is occupied by other software?

By default, if a port is occupied, NasCab will automatically extend the port. If the port cannot be started due to port issues, you can create a file named httpport.exe in the project root directory, which contains a temporary boot port, such as 8888. After NasCab detects this file, it will use the specified port in the file content as the boot port. After NasCab successfully starts, you can go to the configuration center to modify the http port to another port, and then delete the httpport.exe file