Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
From: Dianne Skoll <dianne@skoll.ca>
To: galene@lists.galene.org
Subject: [Galene] Re: Galene in Docker [was: ANNOUNCE: galene-0.6.2]
Date: Thu, 12 Jan 2023 13:16:16 -0500	[thread overview]
Message-ID: <20230112131616.046f2f09@gato.skoll.ca> (raw)
In-Reply-To: <410ea8f2-1981-8521-62bc-27f2cf5cb073@umontpellier.fr>

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

On Thu, 12 Jan 2023 19:08:15 +0100
Rémy Dernat <remy.dernat@umontpellier.fr> wrote:

> My Galene server is running behind a Nginx RP for more than one year.
> I attached my galene server configuration on nginx. It is really
> simple.

I run it behind an Apache reverse-proxy.  Config is below.  You need
the mod_proxy_wstunnel module to proxy the Websocket traffic.

#-----------------------------------------------------------------------
  # Apache snippet to reverse-proxy galene running on port 8443
  ProxyPreserveHost on
  ProxyPass /ws ws://127.0.0.1:8443/ws
  ProxyPassReverse /ws ws://127.0.0.1:8443/ws

  ProxyPass / http://127.0.0.1:8443/
  ProxyPassReverse / http://127.0.0.1:8443/
#-----------------------------------------------------------------------

And this is my systemd unit:

#-----------------------------------------------------------------------
[Unit]
Description=Galene
After=network.target

[Service]
Type=simple
WorkingDirectory=/home/galene
User=galene
Group=galene
ExecStart=/home/galene/galene -turn ip.of.my.box:1194 -insecure -http 127.0.0.1:8443
LimitNOFILE=65536

[Install]
WantedBy=multi-user.target
#-----------------------------------------------------------------------

I use the -insecure option because Apache handles the TLS termination for me.

Regards,

Dianne.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2023-01-12 18:16 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11 18:57 [Galene] ANNOUNCE: galene-0.6.2 Juliusz Chroboczek
2023-01-11 19:20 ` [Galene] " Juliusz Chroboczek
2023-01-12  7:07   ` Fabrice Rouillier
2023-01-12 12:13     ` Juliusz Chroboczek
2023-01-12 12:18       ` Werner Fleck
2023-01-12 12:42         ` Juliusz Chroboczek
2023-01-12 13:55           ` Werner Fleck
2023-01-12 14:47             ` [Galene] Galene in Docker [was: ANNOUNCE: galene-0.6.2] Juliusz Chroboczek
2023-01-12 15:01               ` [Galene] " Werner Fleck
2023-01-12 15:29                 ` Juliusz Chroboczek
2023-01-12 15:32                   ` Fabrice Rouillier
2023-01-12 15:34                   ` Dianne Skoll
2023-01-12 18:08                     ` Rémy Dernat
2023-01-12 18:16                       ` Dianne Skoll [this message]
2023-01-12 21:30                         ` Juliusz Chroboczek
2023-01-15 21:16                           ` Fabrice Rouillier
2023-01-27  9:11                             ` Fabrice Rouillier
2023-01-27 11:50                               ` Juliusz Chroboczek
2023-01-27 11:56                                 ` Fabrice Rouillier
2023-01-12 20:50                     ` Fabrice Rouillier
2023-01-12 21:37                       ` Juliusz Chroboczek
2023-01-12 15:18             ` [Galene] Re: ANNOUNCE: galene-0.6.2 Fabrice Rouillier
2023-01-12 17:00               ` Werner Fleck
2023-01-17 13:55                 ` Werner Fleck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230112131616.046f2f09@gato.skoll.ca \
    --to=dianne@skoll.ca \
    --cc=galene@lists.galene.org \
    --subject='[Galene] Re: Galene in Docker [was: ANNOUNCE: galene-0.6.2]' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox