Skip to content

feat(web): revise undocumented meta.json endpoint#257

Merged
robherley merged 1 commit intomainfrom
robherley/meta
Feb 14, 2026
Merged

feat(web): revise undocumented meta.json endpoint#257
robherley merged 1 commit intomainfrom
robherley/meta

Conversation

@robherley
Copy link
Owner

There's a secret /meta.json endpoint that hasn't been updated.

This cleans up the structure a bit and adds new fields:

{
  "commit_sha": "6c30767efc2acb9c5c76edfb8e314c96a36cc7d2",
  "endpoints": {
    "http": "http://localhost:8080",
    "ssh": "ssh://localhost:2222"
  },
  "guesser_enabled": true,
  "limits": {
    "file_size": {
      "bytes": 1048576,
      "human": "1.0 MB"
    },
    "files_per_user": 100,
    "session_duration": {
      "human": "15m0s",
      "seconds": 900
    }
  }
}

@robherley robherley merged commit ccfa5ab into main Feb 14, 2026
5 checks passed
@robherley robherley deleted the robherley/meta branch February 14, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant