Commit Graph

20 Commits

Author SHA1 Message Date
210269f304 fix: add DATABASE_URL environment variable for database connection 2026-01-21 22:51:23 +01:00
c04c121519 fix: ensure newline at end of file in compose.yaml 2026-01-21 22:47:42 +01:00
767e7aa7ba fix: improve database connection pooling and configuration in main function 2026-01-21 22:45:51 +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