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 <[email protected]>
---
  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 <[email protected]>


Reply via email to