tildaslash / RatticWeb

Password Management for Humans
http://rattic.org/
GNU General Public License v2.0
475 stars 149 forks source link

multiple hostname/domainname for a single instance of rattic #461

Open Marco-symplectic opened 7 years ago

Marco-symplectic commented 7 years ago

Hi,

I want to be able to get in to rattic via IP and hotname(URL) but cant seam to find a way of using two hostnames for the same instance.

I've tried adding another hostname entry on the local.cfg file i've tried adding another address in the same hostname entry already existent separated by space and comma. but noting seam to work.

is there anyway to do this?

Any advice would be appreciated. \Marco

Eh1k0 commented 6 years ago

Hi Marco, you can. If you are using Nginx for proxy, yo can configure server_name, if apache - ServerAlias. Cheers.

Marco-symplectic commented 6 years ago

Thanks, I'll have a look, what I have at the moment I believe is a redirect. Which works for now.