• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » http
トレース: • 2015.07.15 gitの失敗対処 • 2014.01.29 CentOS5でGlobalSignのルート証明書が有効期限切れ • 2014.12.24 b-mobile APN設定 • 2018.03.01 Thunderbird 後で送る • 2018.03.20 coreserver error_log • summit snmp • 2015.08.07 Git exclude • 2015.06.02 VHDファイルをマウント • 06 名前空間について • 2014.04.11 CVE-2014-0160 OpenSSL heartbleed 脆弱性

http

検索

以下に検索結果を表示します。

部分一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@06_virtualization:05_container
  • 全ての名前空間
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

09 Dockerリバースプロキシ(HTTPS)
9 ヒット, 最終更新: 4カ月前
====== 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
8 ヒット, 最終更新: 11カ月前
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
12 Kubernetes
7 ヒット, 最終更新: 3年前
== <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
5 ヒット, 最終更新: 21カ月前
====== 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
4 ヒット, 最終更新: 13カ月前
ットでコンテナ作ってくれて便利簡単。 ===== インストール ===== 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
4 ヒット, 最終更新: 3年前
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
4 ヒット, 最終更新: 12カ月前
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
4 ヒット, 最終更新: 3年前
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
4 ヒット, 最終更新: 3年前
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
04 Docker MailServer
3 ヒット, 最終更新: 10カ月前
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
3 ヒット, 最終更新: 4年前
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構成
3 ヒット, 最終更新: 8カ月前
= 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|
11 Docker image 作成
2 ヒット, 最終更新: 3年前
ENV DEBIAN_FRONTEND noninteractive RUN echo 'deb http://archive.debian.org/debian wheezy main' > /etc/a... et RUN apt-get install -y procps vim RUN \ wget http://repo.zabbix.com/zabbix/2.2/debian/pool/main/z/z
20 Kubernetes GlusterFS Galera Wordpress
2 ヒット, 最終更新: 3年前
aはダウンしても、起動してきたとき勝手に同期してよく出来てます。 Galeraは、下記を利用 [[https://github.com/bitnami/charts/tree/master/bitnami/... ]] ==== repository ==== helm repo add bitnami https://charts.bitnami.com/bitnami ==== install ====
25 Let's Encrypt リバースプロキシ
2 ヒット, 最終更新: 15カ月前
dokuwiki.fl8.jp, request: "POST /lib/exe/ajax.php HTTP/2.0", host: "dokuwiki.fl8.jp", referrer: "https://dokuwiki.fl8.jp/?do=edit" </code> ===== リバースプロキシを利用す
29 Next.js
2 ヒット, 最終更新: 21カ月前
03 Docker 一括削除
1 ヒット, 最終更新: 19カ月前
15 Kubernetes Error
1 ヒット, 最終更新: 3年前
21 Kubernetes Podを移動
1 ヒット, 最終更新: 3年前
24 Bitwarden/Vaultwarden
1 ヒット, 最終更新: 10カ月前
27 Docker Djnago
1 ヒット, 最終更新: 21カ月前
28 Docker React
1 ヒット, 最終更新: 21カ月前
31 Docker FTP Server
1 ヒット, 最終更新: 19カ月前
32 Docker Push
1 ヒット, 最終更新: 18カ月前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki