examples icon indicating copy to clipboard operation
examples copied to clipboard

Examples of code, configuration files etc. to be used with Yandex Cloud.

Results 148 examples issues
Sort by recently updated
recently updated
newest added

Получаю ошибку: ``` Checking for SSH password authentication is disabled... FAIL; ``` Проблема в том, что перед этим yc-image-cleanup.sh -с очищает хостовые ключи: https://github.com/yandex-cloud/examples/blob/c1f5d631b259468481d6b2d82871e4f3514e8c1b/products-prepare/linux/yc-image-cleanup.sh#L398 Cама проверяющая функция вызывает sshd -T...

Fixed issues with zones configuration

var out = resp.getWriter(); должен быть вызван после resp.setContentType("application/json"); resp.setCharacterEncoding("UTF-8");

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 2.0.4 Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4...

dependencies
javascript

Bumps [shell-quote](https://github.com/ljharb/shell-quote) to 1.8.0 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `shell-quote` from 1.7.2 to 1.8.0 Changelog Sourced from shell-quote's changelog. v1.8.0 - 2023-01-30...

dependencies
javascript

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210119194325-5f4716e94777 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210119194325-5f4716e94777&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies
javascript

https://github.com/yandex-cloud/examples/blob/master/products-prepare/linux/yc-image-cleanup.sh ```bash if [ ! -z "$YCCLEANUP_SYS_USER" ]; then ... fi echo "DONE" ``` `Removing system user... DONE` выводится вне зависимости от того был удален пользователь или нет. Может стоит...