全文検索:
- 09 Dockerリバースプロキシ(HTTPS) @06_virtualization:05_container
- ====== 09 Dockerリバースプロキシ(HTTPS) ====== こちらの方が便利かも[[06_virtualization:05_container:25_let_s_encrypt_prox... proxy_request_buffering off; proxy_pass http://reverse.com/; proxy_redirect off; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $p... proxy_request_buffering off; proxy_pass http://reverse2.com/; proxy_redirect off;
- 33 Let's Encrypt リバースプロキシ(手動板)+ GitLab @06_virtualization:05_container
- Lサイトにリダイレクト #location / { # return 301 https://$host$request_uri; #} # 例外的に証明書更新時のle... jp; access_log /var/log/nginx/access.log; http2 on; listen 443 ssl ; ssl_session_timeout... fl8.jp/cert.pem; set $sts_header ""; if ($https) { set $sts_header "max-age=31536000"; ... st.d/default; location / { proxy_pass http://gitlab.fl8.jp; set $upstream_keepalive
- 01_Windowsテンプレート作成 @06_virtualization:04_cloudstack
- _Windowsテンプレート作成 ====== ===== ①応答ファイルの作成 ===== http://cloudstack.apache.org/docs/ja-JP/Apache_CloudSt... ate === ■Windows Server 2012 / Windows 8 === [[http://www.microsoft.com/ja-jp/download/details.aspx?i... = ■Windows Vista SP1 / Windows Server 2008 === [[http://www.microsoft.com/ja-jp/download/details.aspx?i... === ■Windows 7 / Windows Server 2008 R2 === [[http://www.microsoft.com/ja-jp/download/confirmation.a
- 12 Kubernetes @06_virtualization:05_container
- == <code> apt update apt install -y apt-transport-https ca-certificates curl software-properties-common </code> ==== Docker GDG ==== curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key... <code> add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_r... ernetesインストール ===== ==== GPG key ==== curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg
- 30 React-admin @06_virtualization:05_container
- ====== 30 React-admin ====== キレイでシンプルなデザインの[[https://marmelab.com/react-admin/Demos.html|React-admin]]を入れてみる。 Githubは[[https://github.com/marmelab/react-admin|こちら]] ===== 1... r A data provider based on the JSON Server API (https://github.com/typicode/json-server) Simple REST A Simple REST data provider (https://github.com/marmelab/react-admin/tree/master/pa
- 02 Docker Compose docker-compose @06_virtualization:05_container
- ットでコンテナ作ってくれて便利簡単。 ===== インストール ===== curl -L https://github.com/docker/compose/releases/download/1.... /docker-compose ==== ※2024.08.09最新版 ==== 最新版は、[[https://github.com/docker/compose/releases/]]を確認。 <code> curl -L https://github.com/docker/compose/releases/download/v2... てくれる # docker-compose up -d ==== 表示確認 ==== [[http://localhost:8000]] {{:06_virtualization:05_conta
- 08 docker-compose Nginx @06_virtualization:05_container
- ocker-compose.yml> --- version: "2.1" services: https-portal: image: steveltn/https-portal:1 ports: - '80:80' - '443:443' links: ... ronment: DOMAINS: 'testwiki.hogehoge.com -> http://web' STAGE: 'local' #STAGE: 'produc... # #location ~ \.php$ { # proxy_pass http://127.0.0.1; #} # pass the PHP scripts t
- 10 Docker Let's Encrypt @06_virtualization:05_container
- Lサイトにリダイレクト #location / { # return 301 https://$host$request_uri; #} # 例外的に証明書更新時のle... Lサイトにリダイレクト #location / { # return 301 https://$host$request_uri; #} # 例外的に証明書更新時のle... server_name example.com; listen 443 ssl http2; listen [::]:443 ssl http2; ssl_certificate /etc/letsencrypt/live/example.com/fullchain.
- 16 Kubernetes + DRBD Linstor @06_virtualization:05_container
- rとlinstor-satelliteというデータディスクを扱うプログラムで構成されてます。 [[https://github.com/LINBIT/linstor-server]] {{:06_virt... m repository登録 ==== <code> helm repo add linstor https://charts.linstor.io # helm repo list NAME URL linstor https://charts.linstor.io </code> ==== linstor-opインス... tor.etcd.enabled=false \ --set controllerEndpoint=http://172.16.0.65:3370 </code> ==== 確認 ==== ちゃんとpo
- 22 Docker Private registry @06_virtualization:05_container
- ontainer:11_docker_create_image]] ==== insecure(HTTP)で通信できるようにしておく ==== <code> # cat << __EOM__ | tee... 0.10:4000/my-centos7:latest 確認 <code> $ curl -sk http://192.168.10.10:4000/v2/_catalog | jq { "reposi... centos7 ===== image一覧確認 ===== <code> $ curl -sk http://192.168.10.10:4000/v2/_catalog | jq { "reposi... code> ===== imageのタグ一覧 ===== <code> $ curl -sk http://192.168.10.201:4000/v2/kolla/haproxy/tags/list
- VMware ESXi で 3ware 9650se を使用する @06_virtualization:02_vmware_esxi
- バにログインし、メンテナンスモードにする。 ====== ドライバダウンロード ====== [[http://www.3ware.com/kb/article.aspx?id=15548|ダウンロードUR... = VMware vSphere Command-Line Interface ====== [[http://communities.vmware.com/community/vmtn/vsphere/a... 生するエラーです。 libeay32.dllを再インストールすることにより対処可能です。 「[[http://www.slproweb.com/products/Win32OpenSSL.html|Win
- 06 Xen NTP(時間がずれる) @06_virtualization:03_xen
- > ===== Windows ===== 仕様でずれるので、定期的にNTPを実行する [[http://docs.vmd.citrix.com/XenServer/5.0.0/1.0/en_gb/guest.html#windows_time]] [[http://blog.jdpfu.com/2010/01/16/solved-clock-time-loss-under-windows7-and-vista]] [[http://hyper-choi.blogspot.jp/2012/10/how-to-resolve-t
- 04 Docker MailServer @06_virtualization:05_container
- erver ====== メールサーバも普通にたてるより、Dockerで作った方が良いかも [[https://github.com/docker-mailserver/docker-mailserver... ===== 2. git clone ===== cd /app/ git clone https://github.com/docker-mailserver/docker-mailserver... re information about the mail-server ports: # https://docker-mailserver.github.io/docker-mailserver/
- 05 Docker Nginx reverse proxy @06_virtualization:05_container
- ginx.conf> events { worker_connections 16; } http { proxy_cache_path /var/cache/nginx keys_zone... proxy_redirect off; proxy_pass http://example.com:8080/; # 基本はキャッシュしない ... $do_not_cache; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Fo
- 34 UnboundでHA構成 @06_virtualization:05_container
- = 1.NTP ==== <code> mkdir /app cd /app git clone https://github.com/cturra/docker-ntp.git mv docker-ntp... cd /app/unbound/unbound curl -L -o root.hints https://www.internic.net/domain/named.cache === unbou... ぶことで、dig などがタイムアウトする問題が発生した。 このarp問題を解決する方法を記述 [[https://qiita.com/uturned0/items/860c99783550d9be323e|