# Прокси-ресурс

### Создание прокси-ресурса на платформе Netlify

1. Нужно сделать fork репозитория по этой ссылке: <https://github.com/johnpantini/ppp-proxy-netlify/fork>
2. Далее надо авторизоваться через **GitHub** на платформе **Netlify**: <https://app.netlify.com/login>
3. Если потребуется ответить на вопросы анкеты, заполнить следующим образом: **Personal, Web app**, **Hobby Developer**, затем ввести свой логин **GitHub** (название команды). Откроется [страница ](https://app.netlify.com/)с проектами.
4. Нажимаем кнопку **Add new project**, далее выбираем вариант GitHub в разделе Import a Git repository. Затем выдаём права для своего нового fork'а, далее нажимаем **Install**.
5. Выбираем репозиторий fork'а уже в панели администрирования **Netlify**, заполняем поле Project name любым желаемым названием (лучше, чтобы оно было подлиннее, потому что ресурс будет публичным), нажимаем кнопку **Deploy внизу страницы**.
6. Когда процесс завершится (займёт около минуты), то ссылка на сайт и будет адресом прокси. Ссылка будет показана на экране (она оканчивается на .netlify.app), её нужно вставить в облачных сервисах **ppp** в поле **Прокси-ресурс**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://johnpantini.gitbook.io/learn-ppp/cloud-services/ppp-proxy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
