Compare commits
2 Commits
e09676582d
...
e8244a50e9
| Author | SHA1 | Date | |
|---|---|---|---|
| e8244a50e9 | |||
| 98aa3060ce |
@@ -34,7 +34,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ secrets.DOCKER_USERNAME }}/nostr_demo # 你的 Docker Hub 仓库名称,替换为你的用户名
|
||||
images: ${{ secrets.DOCKER_USERNAME }}/nostr
|
||||
tags: |
|
||||
type=schedule
|
||||
type=ref,event=branch
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ pub static SERVER_INFO: Lazy<ServerInfo> = Lazy::new(|| ServerInfo {
|
||||
name: "A rust nostr relay by laoXong",
|
||||
pubkey: "63abd4f817e39cca4e6abb6e6cf3e133bb718cf8ec28b38c1645e84d7a6190c6",
|
||||
software: "https://git.moe.gift/laoxong/nostr-relay",
|
||||
supported_nips: vec![1, 2, 5, 42, 65],
|
||||
supported_nips: vec![1, 2, 5, 9, 11, 42, 50, 65],
|
||||
version: env!("CARGO_PKG_VERSION"), // 从 Cargo.toml 获取版本
|
||||
auth_required: env::var("AUTH_REQUIRED")
|
||||
.unwrap_or_else(|_| "false".to_string())
|
||||
|
||||
Reference in New Issue
Block a user