文件名称:gotify-desktop:小gotify守护程序将消息作为桌面通知发送
文件大小:30KB
文件格式:ZIP
更新时间:2024-04-23 01:28:44
Rust
Gotify桌面 Small 守护程序可以接收消息并将其作为桌面通知转发。 特征 阅读Gotify消息,并将其作为转发(应在必需的Unix变体上运行) 转发消息优先级 自动下载,缓存和显示应用程序图标 快速且自包含的二进制文件(无依赖性) 安装 您需要一个Rust构建环境,例如 。 cargo build --release install -Dm 755 -t /usr/local/bin target/release/gotify-desktop 配置 使用服务器URL和客户端令牌编辑~/.config/gotify-desktop/config.toml : [gotify] url = "wss://SERVER_DOMAIN:SERVER_PORT/stream" token = "YOUR_SECRET_TOKEN" 执照
【文件预览】:
gotify-desktop-master
----Cargo.toml(608B)
----.github()
--------workflows()
----Cargo.lock(44KB)
----src()
--------notif.rs(621B)
--------main.rs(518B)
--------config.rs(789B)
--------gotify.rs(6KB)
----LICENSE(34KB)
----README.md(1KB)
----.pre-commit-config.yaml(1KB)
----.gitignore(8B)