|
|
--- |
|
|
title: virayeshstori |
|
|
emoji: 🕵️♂️ |
|
|
colorFrom: blue |
|
|
colorTo: green |
|
|
sdk: docker |
|
|
app_port: 7860 |
|
|
pinned: false |
|
|
|
|
|
secrets: |
|
|
- TARGET_HF_SPACE_URL |
|
|
--- |
|
|
|
|
|
# Proxy Space |
|
|
|
|
|
This Hugging Face Space acts as a proxy to another URL, typically another Hugging Face Space. |
|
|
Its primary purpose is to obscure the direct URL of the target Space when embedded in an iframe. |
|
|
|
|
|
## Configuration |
|
|
|
|
|
1. **Set the Secret:** |
|
|
* Go to the **Settings** tab of this Space. |
|
|
* Under **Secrets**, add a new secret with the name: `TARGET_HF_SPACE_URL` |
|
|
* Set its value to the full URL of the Hugging Face Space you want to proxy (e.g., `https://username-target-space-name.hf.space/`). |
|
|
* **Important:** The URL must be the complete, accessible URL of the target. |
|
|
|
|
|
## Usage |
|
|
|
|
|
Once the secret is set and the Space is running, you can use the following URL as the `src` for your iframe on your website: |
|
|
|
|
|
`یه روزی یه مرده میره میخوره به نرده برمیگردد ؟ یا بر میگرده؟` |
|
|
|
|
|
(Replace `نه` with the actual URL of *this* proxy Space). |
|
|
|
|
|
The root URL (`نه/`) will show a test page with an embedded iframe pointing to `/proxy_content`. |
|
|
|
|
|
--- |
|
|
|
|
|
**Troubleshooting:** |
|
|
* Check the "Logs" tab of this Space for any error messages. |
|
|
* Ensure `TARGET_HF_SPACE_URL` secret is correctly set. |
|
|
* Ensure the target Space is public and accessible. |
|
|
* The `<base>` tag injection in `app.py` is crucial for relative links in the target Space to work. If images/CSS/JS are broken, this is often the culprit. |