feat: Initial observations endpoint

This commit is contained in:
2026-02-16 18:05:44 -05:00
parent c3ec4db852
commit 067e907718
10 changed files with 303 additions and 12 deletions

View File

@@ -80,10 +80,9 @@ Rails.application.configure do
config.active_record.attributes_for_inspect = [ :id ]
# Enable DNS rebinding protection and other `Host` header attacks.
# config.hosts = [
# "example.com", # Allow requests from example.com
# /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
# ]
config.hosts = [
"yockboard.yock.dev", # Allow requests from example.com
]
#
# Skip DNS rebinding protection for the default health check endpoint.
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }