Use Omarchy log upload endpoint

This commit is contained in:
Ryan Hughes
2026-06-06 13:25:54 -04:00
parent 740f4e2c82
commit 42bdf374dd
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ ACTION=$(gum choose "${OPTIONS[@]}")
case "$ACTION" in
"Upload log")
echo "Uploading debug log to 0x0.st..."
URL=$(curl -sF "file=@$LOG_FILE" -Fexpires=24 https://0x0.st)
echo "Uploading debug log to logs.omarchy.org..."
URL=$(curl -sF "file=@$LOG_FILE" -Fexpires=24 https://logs.omarchy.org)
if (( $? == 0 )) && [[ -n $URL ]]; then
echo "✓ Log uploaded successfully!"
echo "Share this URL:"