Skip to content

Docker Compose Config for Inlets (behind Traefik as reverse proxy)

Notifications You must be signed in to change notification settings

yashodhank/inlets-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inlets-compose

Docker Compose Config for Inlets (behind Traefik as reverse proxy)

Create .env file (cp .env.sample .env) and replace example.com with your domain and super_secret_token with your token, you can generate one with head -c 16 /dev/urandom | shasum | cut -d' ' -f1

Then to expose local port run, say 8000:

inlets client --upstream=http://127.0.0.1:8000 --remote=wss://[example.com] --token=[token]

About

Docker Compose Config for Inlets (behind Traefik as reverse proxy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published