Skip to content

LB2Consultoria/redirect-collabserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redirect any subdomain to collabserv

Build Status

Container created to redirect from any of your subdomain to https://mail.notes.na.collabserv.com
  1. Point your subdomain to this container;
  2. The container will redirect to https://mail.notes.na.collabserv.com.

This is a workaround because the collabserv doesn't support CNAME mapping directly from DNS

Example:

docker run -d -p 80:80 -v /etc/localtime:/etc/localtime:ro -e VIRTUAL_HOST=mail.lb2.com.br --name redirect-collabserv tiagoreichert/redirect-collabserv

  • -d: Run in background
  • -p: Expose port 80
  • --name: Container name
  • VIRTUAL_HOST: Used with jwilder/nginx-proxy for container reserve proxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages