Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
iridescentX/onehub
iouoracle
/
onehub
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d31497a
onehub
/
Caddyfile
smgc
Update Caddyfile
30dbfa2
verified
10 months ago
raw
Copy download link
history
blame
Safe
151 Bytes
{
admin off
}
::
3001
{
reverse_proxy localhost:
3000
route
/api/
v1/* {
rewrite
/api/
v1
/* /
v1/{path}
reverse_proxy localhost:
3000
}
}