SentryShot
开源软件身份卡 | |
---|---|
名称 | SentryShot |
开发语言 | Rust |
官网 | 无 |
代码托管 | Github |
开发团队 | |
开源协议 | GPLv2 |
本文档使用版本 | 0.2.22 |
本文档更新日期 | 2025年1月27日 |
配套视频教程 |
Docker安装
services: sentryshot: shm_size: 500m image: codeberg.org/sentryshot/sentryshot:v0.2.22 ports: - 2020:2020 environment: - TZ=Asia/Shanghai # Timezone. volumes: - ./configs:/app/configs - ./storage:/app/storage
编辑配置文件:nano configs/sentryshot.toml
[[plugin]] name = "auth_none" # 意思为启用非认证方式 enable = true
使用浏览器打开:http://your_ip_addr:2020/live