26 Commits

Author SHA1 Message Date
3755d0cbce fix: comment out timestamp prevention policies in event rejection 2026-03-06 13:33:26 +01:00
c01bcd5674 fix: add policy to reject kind 20001 events in event processing 2026-01-23 00:10:15 +01:00
0884e006b9 security: update golang.org/x/net to v0.38.0 in go.mod and go.sum 2026-01-22 20:37:09 +01:00
45808ab4cf fix: add build flag to docker compose up command in deployment workflow 2026-01-21 23:54:26 +01:00
3f9058751c fix: comment out service stop command in deployment workflow 2026-01-21 23:54:05 +01:00
78da84be9d furthermore hardened final oci image 2026-01-21 23:52:16 +01:00
0c20510928 fix: enhance event rejection policies and apply sane defaults 2026-01-21 23:24:59 +01:00
fc677ae4de fix: update relay version to 0.1.1 2026-01-21 23:17:46 +01:00
b6b5d6de81 fix: enhance event rejection policies to prevent future and past timestamps 2026-01-21 23:14:50 +01:00
3ae6a633bf fix: refactor management database connection setup in main function 2026-01-21 22:38:29 +01:00
e97d680e75 fix: add step to stop existing services before deploying updates 2026-01-21 22:33:35 +01:00
47f8b395f4 fix: add StrictHostKeyChecking option to SSH command in deploy workflow 2026-01-21 22:31:11 +01:00
4beffcfa2f fix: remove StrictHostKeyChecking option from SSH command in deploy workflow 2026-01-21 22:30:06 +01:00
085ef88dc9 fix: comment out known_hosts step in deploy workflow 2026-01-21 22:28:16 +01:00
0afa0653d2 fix: update workflow_dispatch syntax in deploy workflow 2026-01-21 22:27:17 +01:00
44a0ceba27 fix: correct syntax for condition in known_hosts step of deploy workflow 2026-01-21 22:23:26 +01:00
eada3c7c61 fix: correct condition syntax for known_hosts in deploy workflow 2026-01-21 22:22:41 +01:00
297f4b0fea add GitHub Actions workflow for deploying to production server 2026-01-21 22:21:10 +01:00
08ecb91b22 add software info, version, and supported NIPs to relay instance 2026-01-04 19:06:36 +01:00
0abb475d2a nip17-RejectNonAuthenticatedGiftWrapQueries 2026-01-04 16:56:17 +01:00
mroxso
c9dd6590da add QUERY_LIMIT environment variable and integrate into database initialization (#2)
Co-authored-by: highperfocused <highperfocused@pm.me>
2026-01-04 16:54:12 +01:00
mroxso
c93da36c4e dev2main (#1)
* add management database functionality for allowed and banned pubkeys

* add policy to reject events based on validation rules

* expose PostgreSQL port in Docker Compose for local access

* add event rejection policy for banned pubkeys based on management database

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-12-30 21:50:39 +01:00
58ec0591f0 update welcome message in HTTP handler to encourage using a nostr client 2025-12-27 22:09:00 +01:00
5a6151af0e update PostgreSQL image version to 17 in Docker Compose 2025-12-27 21:23:59 +01:00
e651f1b43d update Go version to 1.25.5 in Dockerfile 2025-12-27 21:23:01 +01:00
ea4e51d629 initial code commit 2025-12-27 21:19:47 +01:00