This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This script configures an authentik embedded outpost instance and its associated Docker service connection. | |
| # It performs the following actions: | |
| # 1. Retrieves the UUID of the embedded outpost instance. | |
| # 2. Checks for an existing Docker service connection and updates it if necessary. | |
| # 3. Creates a new Docker service connection if none exists. | |
| # 4. Verifies and updates the authentik host configuration for the outpost instance. | |
| # Usage: |