octopot / stub

🫥 Stub domains for redirects.
https://stub.octolab.org/
MIT License
0 stars 0 forks source link
hacktoberfest octolab stubs traefik

🫥 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