Подключение к Cloud.mail.ru с помощью WebDAV эмулятора в Убунту 18.04 от starlinq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# img2vid | |
# ======= | |
# | |
# Convert an image into three second video | |
# | |
# Usage: ./img2vid photo.jpg video.mp4 | |
# |
Create a full deployment for an Nginx Proxy that reads its configuration from a config map.
The config map can be edited online and only requires a rolling deployment to take effect.
Quickstart:
oc new-app -f https://gist.githubusercontent.com/exaV/978c4d9ac66b2940da141340f08bb82a/raw/nginx-template.yaml -p NAME="my-proxy"