Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original commit messages:
c630515 setup-login-user: make this more generic
Azure doesn't leave a default login user behind like AWS or Digital
Ocean do. You have to define the login user when you start the VM.
This means I can't actually setup a login user in the base image.
Instead, let's just make the MOTD system-wide and generic.
4358109 aws-v0: rename readme
Let's make it clearer that the instructions are about deploying.
b4d421b packer: use a better formatted timestamp for VM name
This changes it from a Unix timestamp to a more human-readable format.
f822458 authelia: recommend adding --rm to the docker run command
So that the container doesn't linger around stopped after the one-off
Authelia command is run.
6998657 packer: conditionally enable AWS and DO builds
The builds will run only if the secret keys to deploy to AWS and DO
exist. This makes it easier to configure which builds to run or not.
d0dbee7 packer: add Azure build
457313c packer: add a cleanup script for Azure
Azure images have to be de-provisioned in order to work as base for
other images. This is the command to run for them.
9130511 README: add some documentation for how to get started with Azure