Skip to content

octopot/stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🫥 Stub

🫥 Stub

Stub domains for redirects.

htpasswd -c users traefik

docker volume create acme
docker volume create stub
docker run --rm -it \
  -v stub:/runtime \
  -w /runtime \
  alpine:latest
# vi users

docker run -d \
  --name stub \
  -p 80:80 \
  -p 443:443 \
  -v acme:/etc/traefik/acme \
  -v stub:/runtime \
  ghcr.io/octopot/stub:latest

made with ❤️ for everyone by OctoLab