Skip to content

Instantly share code, notes, and snippets.

View profound-killah's full-sized avatar

Profound Killah profound-killah

View GitHub Profile
@profound-killah
profound-killah / 1.configure_authentik_host.sh
Last active January 10, 2025 21:48
Authentik - Initial setup of embedded outpost instance and its associated Docker service connection
#!/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: