feat(comms): update Gitea URL from IP to forge.alexanderwhitestone.com domain
This commit is contained in:
@@ -19,7 +19,7 @@ except ImportError as e:
|
||||
sys.exit(1)
|
||||
|
||||
# Configuration
|
||||
GITEA = "http://143.198.27.163:3000"
|
||||
GITEA = "https://forge.alexanderwhitestone.com"
|
||||
RELAY_URL = "ws://localhost:2929" # Local relay
|
||||
POLL_INTERVAL = 60 # Seconds between polls
|
||||
ALLOWED_PUBKEYS = [] # Will load from keystore
|
||||
|
||||
@@ -48,7 +48,7 @@ import urllib.error
|
||||
|
||||
# === CONFIG ===
|
||||
RELAY_URL = os.getenv("NOSTR_RELAY", "wss://relay.alexanderwhitestone.com:2929")
|
||||
GITEA_URL = os.getenv("GITEA_URL", "http://143.198.27.163:3000")
|
||||
GITEA_URL = os.getenv("GITEA_URL", "https://forge.alexanderwhitestone.com")
|
||||
GITEA_TOKEN = os.getenv("GITEA_TOKEN", "")
|
||||
DEFAULT_REPO = os.getenv("DEFAULT_REPO", "Timmy_Foundation/timmy-config")
|
||||
TIMMY_NPUB = "npub10trqkstn38zrd7xef7gu5uu4sfdytdztqef5me98erxqdnjkqswswykq8c"
|
||||
|
||||
@@ -8,7 +8,7 @@ User=root
|
||||
WorkingDirectory=/root/workspace/timmy-config/nostur-bridge
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
Environment=NOSTR_RELAY=wss://relay.alexanderwhitestone.com:2929
|
||||
Environment=GITEA_URL=http://143.198.27.163:3000
|
||||
Environment=GITEA_URL=https://forge.alexanderwhitestone.com
|
||||
EnvironmentFile=/root/.timmy-bridge-env
|
||||
ExecStart=/usr/bin/python3 /root/workspace/timmy-config/nostur-bridge/nostr_gitea_bridge.py
|
||||
Restart=always
|
||||
|
||||
Reference in New Issue
Block a user