• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » var
Trace: • FreeBSD カーネル再構築 • 50 CentOS5.7 ドライバ組み込み • 2023.03.14 1Password拡張機能(パソコンのアプリが必要) • 2017.11.13 GlusterFS 3.12 • 04 sar(sysstat) steal • 2017.04.20 MySQL update 5.1 -> 5.6 • 10 HP ProLiant SMH • 2024.04.02 Homebrewを入れる • 2018.06.14 70-persistent-net.rulesを手動で作成 • Rebuilding the FreeBSD Kernel

var

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@06_virtualization
  • Any namespace
  • 06_virtualization:05_container (17)
  • 06_virtualization:01_citrix_xenserver (1)
  • 06_virtualization:03_xen (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

04 Docker MailServer @06_virtualization:05_container
12 Hits, Last modified: 3 months ago
lserver/ volumesにSSL証明書を読み込むように書きを追加してあります。 /var/lib/docker/volumes/app_certs/_data:/etc/letsencry... volumes: - ./docker-data/dms/mail-data/:/var/mail/ - ./docker-data/dms/mail-state/:/var/mail-state/ - ./docker-data/dms/mail-logs/:/var/log/mail/ - ./docker-data/dms/config/:/tmp/
16 Kubernetes + DRBD Linstor @06_virtualization:05_container
12 Hits, Last modified: 3 years ago
e TestVol01 ====== 6.冗長化構成 ====== linstorの情報は、/var/lib/linstorに入っているので、これをどのノードでも使えるように冗長化する。 drbd-reactor で/var/lib/linstorをマウントしてないと、linstor-controllerが起動しないように... d用意 ==== <code> cat << EOF > /etc/systemd/system/var-lib-linstor.mount [Unit] Description=Filesystem f... symlink What=/dev/drbd/by-res/linstor_db/0 Where=/var/lib/linstor EOF </code> ==== linstor_dbをマウントしてli
10 Docker Let's Encrypt @06_virtualization:05_container
11 Hits, Last modified: 3 months ago
- /etc/letsencrypt:/etc/letsencrypt - /var/www/html:/var/www/html ports: - 80:80 #network_mode: host certbot: image: certbot... - /etc/letsencrypt:/etc/letsencrypt - /var/www/html:/var/www/html command: ["--version"] network_mode: host </code> ===== Nginxのdefault.
33 Let's Encrypt リバースプロキシ(手動板)+ GitLab @06_virtualization:05_container
10 Hits, Last modified: 14 months ago
トとして普通に表示させる場合 #location / { # root /var/www/html; # index index.html index.htm; ... tion /.well-known/acme-challenge/ { root /var/www/html; } } # gitlab.fl8.jp/ upstream gitl... m; server_name gitlab.fl8.jp; access_log /var/log/nginx/access.log; http2 on; listen 44... - /etc/letsencrypt:/etc/letsencrypt - /var/www/html:/var/www/html ports: - 80:80
08 docker-compose Nginx @06_virtualization:05_container
4 Hits, Last modified: 4 years ago
inx/conf.d:/etc/nginx/conf.d - ./nginx/html:/var/www/html </code> ==== フォルダ/ファイル用意 ==== <code> m... ocalhost; #charset koi8-r; #access_log /var/log/nginx/host.access.log main; location / { root /var/www/html; index index.html index.htm; ... .html; location = /50x.html { root /var/www/html; } # proxy the PHP scripts to A
09 Dockerリバースプロキシ(HTTPS) @06_virtualization:05_container
4 Hits, Last modified: 7 months ago
ost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/tmp/docker.sock:ro - ./cer... ost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/var/run/docker.sock:ro - ./certs:/etc/nginx/certs:rw restart: always ne... etc/nginx/conf.d/default.conf - ./bridge-1:/var/www/html environment: - VIRTUAL_PORT=80
11 Docker image 作成 @06_virtualization:05_container
4 Hits, Last modified: 4 years ago
apt-get install -y \ zabbix-agent \ && rm -rf /var/lib/apt/lists/* RUN \ mkdir -p /var/run/zabbix \ && chown zabbix.zabbix /var/run/zabbix # configure zabbix web server RUN cp /etc/zabbi... d.d/ fi /etc/init.d/zabbix-agent start tail -f /var/log/zabbix/zabbix_agentd.log </code> ===== buil
20 Kubernetes GlusterFS Galera Wordpress @06_virtualization:05_container
4 Hits, Last modified: 4 years ago
omment'; +---------------------------+--------+ | Variable_name | Value | +---------------... p_cluster_size'; +--------------------+-------+ | Variable_name | Value | +--------------------+--... [[#1.GlusterFS]]で作成した wordpress-pvc をwordpress の/var/www/htmlでマウントする。 <code|wordpress.yaml> apiVersio... wordpress-local-storage mountPath: /var/www/html volumes: - name: wordpress
05 Docker Nginx reverse proxy @06_virtualization:05_container
3 Hits, Last modified: 4 years ago
r_connections 16; } http { proxy_cache_path /var/cache/nginx keys_zone=zone1:1m max_size=1g inactive=24h; proxy_temp_path /var/cache/nginx_tmp; server { listen 80; ... /nginx.conf:/etc/nginx/nginx.conf - /tmpfs:/var/cache ports: - 8088:80 </code> {{tag
22 Docker Private registry @06_virtualization:05_container
3 Hits, Last modified: 3 years ago
--restart=always \ -p 4000:5000 \ -v registry:/var/lib/registry \ registry:2 </code> ===== image作... できてるので、それをバックアップしておけば良いと思います。 <code> # # ls -al /var/lib/docker/volumes/registry total 12 drwx-----x 3... x 3 root root 4096 Aug 31 06:54 _data # ls -al /var/lib/docker/volumes/registry/_data/docker/registry
23 Docker log設定 @06_virtualization:05_container
3 Hits, Last modified: 3 years ago
g設定 ====== ===== ログの場所 ===== <code> # ls -alh /var/lib/docker/containers/*/*-json.log </code> <code... ct app-proxy-1 | grep -i log "LogPath": "/var/lib/docker/containers/415a09895929c250e05f2ec463c... e> ===== 1.ログを消す ===== <code> # truncate -s 0 /var/lib/docker/containers/415a09895929c250e05f2ec463c
24 Bitwarden/Vaultwarden @06_virtualization:05_container
3 Hits, Last modified: 13 months ago
ost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/tmp/docker.sock:ro networks:... ost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/var/run/docker.sock:ro networks: - proxy-tier depends_on: - proxy
25 Let's Encrypt リバースプロキシ @06_virtualization:05_container
3 Hits, Last modified: 19 months ago
ost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/tmp/docker.sock:ro - ./ser... ost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/var/run/docker.sock:ro networks: - proxy-tier depends_on: - proxy
34 UnboundでHA構成 @06_virtualization:05_container
3 Hits, Last modified: 12 months ago
ate`: Switching to MASTER, bringing up ens5 " >> /var/log/keepalived_notify.log arptables -F OU... itching to BACKUP/FAULT, bringing down ens5 " >> /var/log/keepalived_notify.log if [ "$(arptabl... echo "`date`: Unknown state: $STATE" >> /var/log/keepalived_notify.log ;; esac exit 0
27 Docker Djnago @06_virtualization:05_container
2 Hits, Last modified: 2 years ago
_PASSWORD: 'password' volumes: - ./mysql:/var/lib/mysql ports: - 3306:3306 </code> <c... _PASSWORD: 'password' volumes: - ./mysql:/var/lib/mysql ports: - 3306:3306 networks:
02 差分バックアップ increment backup @06_virtualization:01_citrix_xenserver
1 Hits, Last modified: 5 years ago
01 lvmをマウント @06_virtualization:03_xen
1 Hits, Last modified: 10 years ago
02 Docker Compose docker-compose @06_virtualization:05_container
1 Hits, Last modified: 16 months ago
06 Docker php @06_virtualization:05_container
1 Hits, Last modified: 5 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: 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