1
0
Fork 0
1Panel-Appstore/apps/netbox/README.md

27 lines
829 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# NetBox
NetBox 是一款开源的数据中心和网络资源管理平台支持Web界面和API。
## 功能特性
- 数据中心资产管理机柜、设备、IP、线路等
- 网络自动化与可视化
- 支持Web界面管理默认端口8000
- 支持API集成与自动化脚本
- 多用户权限管理
- 轻量级、可扩展
## 使用方法
1. 部署后访问 `http://服务器IP:8000` 进入Web管理界面
2. 默认用户名/密码请参考官方文档或首次初始化设置
3. 配置数据中心、网络、IP等资源
4. 配置文件目录:`./config`
5. 数据目录:`./data`
## 相关链接
- [官方网站](https://netbox.dev/)
- [GitHub 项目](https://github.com/netbox-community/netbox)
- [官方文档](https://docs.netbox.dev/)
- [Docker Hub](https://hub.docker.com/r/linuxserver/netbox)