diff --git a/CLAUDE.md b/CLAUDE.md index 6d64a62..134cf8a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -320,6 +320,13 @@ ssh -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes root@69.164.249.71 \ **Future improvements**: Build on VPS directly (git pull + go build) to avoid slow binary transfers. Implement proper blue-green with symlink swap between `/opt/orly/blue/` and `/opt/orly/green/` dirs, with instant rollback via symlink flip. +## Git Remotes + +Only one remote exists: +- **origin**: `ssh://git@git.nostrdev.com:29418/mleku/next.orly.dev.git` + +There is no `gitea` or `git.mleku.dev` remote configured for this repo. Do not attempt to push to `gitea`. + ## Dependencies - `github.com/dgraph-io/badger/v4` - Badger DB (LSM, SSD-optimized) diff --git a/go.mod b/go.mod index 42ba105..cdae6df 100644 --- a/go.mod +++ b/go.mod @@ -268,6 +268,4 @@ require ( gvisor.dev/gvisor v0.0.0-20250503011706-39ed1f5ac29c // indirect ) -replace git.mleku.dev/mleku/nostr => /home/mleku/src/git.mleku.dev/mleku/nostr - retract v1.0.3 diff --git a/go.sum b/go.sum index 7c13880..cf7459b 100644 --- a/go.sum +++ b/go.sum @@ -38,6 +38,8 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= +git.mleku.dev/mleku/nostr v1.0.17 h1:FtJtKJWILra0/yO3hQ7+W3nF3OXpAeGiBcoSCWIY1Ds= +git.mleku.dev/mleku/nostr v1.0.17/go.mod h1:WzCvfe5iJjgoWtxIzSaNxAkpaz42ZL5cyCVQeR73CUs= github.com/AdamSLevy/jsonrpc2/v14 v14.1.0 h1:Dy3M9aegiI7d7PF1LUdjbVigJReo+QOceYsMyFh9qoE= github.com/AdamSLevy/jsonrpc2/v14 v14.1.0/go.mod h1:ZakZtbCXxCz82NJvq7MoREtiQesnDfrtF6RFUGzQfLo= github.com/Azure/azure-sdk-for-go v68.0.0+incompatible h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU=