Jitsi-meet: how to change the hostname configured with a first installation ?

Created on 19 Mar 2018  路  1Comment  路  Source: jitsi/jitsi-meet

Good evening,

how to change the hostname configured with a first installation?

I tried a complete uninstall with the command:
apt-get purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet-web jicofo jitsi-videobridge

however during the new installation I am not asked which hostname to choose.

The goal is to run Jitsi-meet on a subdomain with a reverse-proxy.

Knowing that my main site (symfony 3) is configured under Apache and Jiti-Meet under nginx

I am on a VPS OVH Ubuntu 16.04 Server.

In addition to each uninstallation I am obliged to delete the lines concerning "jitsi-meet-web-config" which returns the following error:
芦 Errors were encountered while processing:
jitsi-meet-web-config
E: Sub-process /usr/bin/dpkg returned an error code (1) 禄

I delete the lines with the command:
sudo nano /var/lib/dpkg/status

I looked in all forums and tickets https://github.com/jitsi/jitsi-meet/issues/
I can not find solutions.

>All comments

You can use 'debconf-get-selections' (it's not there by default, you need the debconf-utils package) to check what values are there left and 'debconf-set-selections' to set them to null strings.
You can also use 'debconf-communicate' to clear them all, for example 'echo PURGE | debconf-communicate jitsi-videobridge'.
I wouldn't advise to mess with the status file, though, unless you really know what you are doing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

galvaniccoffee picture galvaniccoffee  路  3Comments

forteller picture forteller  路  3Comments

wilddylan picture wilddylan  路  4Comments

ralgozino picture ralgozino  路  3Comments

jidanni picture jidanni  路  3Comments