This website requires JavaScript.
Explore
Help
Sign in
Benzine
/
Docker-Swarm-Loadbalancer
Watch
1
Star
0
Fork
You've already forked Docker-Swarm-Loadbalancer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
Branches
Tags
No results found.
Docker-Swarm-Loadbalancer
/
bouncer.runit
6 lines
87 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Feature/bouncer (#7) * Initial work * Setup script stub * Wrap runit and call dos2unix beforehand. * Working to the point I need to make it sync in and out of s3. * Seems like we're done and its working. * Add build process. * Add build process. * Bugfixes discovered during deployment. * Copy certs into /live because certbot is a pain. * More elegant about hammering letsencrypt. * Working!
2021-06-06 15:38:46 +00:00
#!/usr/bin/env bash
pre-boot delay
2024-01-25 16:00:28 +00:00
sleep 3
Custom certificate support. Wildcard domain support
2024-02-08 15:48:07 +00:00
printf "\n\n\n\n"
Feature/bouncer (#7) * Initial work * Setup script stub * Wrap runit and call dos2unix beforehand. * Working to the point I need to make it sync in and out of s3. * Seems like we're done and its working. * Add build process. * Add build process. * Bugfixes discovered during deployment. * Copy certs into /live because certbot is a pain. * More elegant about hammering letsencrypt. * Working!
2021-06-06 15:38:46 +00:00
echo "Starting Bouncer"
Bigly refactor.
2024-01-25 13:01:25 +00:00
/app/bin/bouncer
Reference in a new issue
Copy permalink