qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qemu-web PATCH] include Dockerfile used to proxy qemu.org to gitlab


From: Thomas Huth
Subject: Re: [qemu-web PATCH] include Dockerfile used to proxy qemu.org to gitlab.io
Date: Wed, 21 Jun 2023 09:44:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 16/06/2023 14.08, Paolo Bonzini wrote:
The server configuration used to actually publish qemu-web.git
to qemu.org together with the sphinx documentation, right now,
is hidden in the machine that runs qemu.org.

Include it in the qemu-web.git website for documentation purpose,
in the format of a Dockerfile that you can use to run your own
qemu.org website.

Note: this container is not yet in use, but it is already live
and can be tested by adding

20.218.253.93   qemu.org www.qemu.org git.qemu.org qemu-project.org 
www.qemu-project.org git.qemu-project.org

to your /etc/hosts file.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  container/Dockerfile         |  6 ++++
  container/README             | 31 +++++++++++++++++++++
  container/conf.d/git.conf    | 13 +++++++++
  container/conf.d/noname.conf | 11 ++++++++
  container/conf.d/ssl.conf    |  1 +
  container/conf.d/www.conf    | 54 ++++++++++++++++++++++++++++++++++++
  6 files changed, 116 insertions(+)
  create mode 100644 container/Dockerfile
  create mode 100644 container/README
  create mode 100644 container/conf.d/git.conf
  create mode 100644 container/conf.d/noname.conf
  create mode 100644 container/conf.d/ssl.conf
  create mode 100644 container/conf.d/www.conf


Acked-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]