add free-ipa setup

This commit is contained in:
Forbes
2026-01-26 21:37:53 -06:00
parent 5201b35d83
commit be222307bb
3 changed files with 367 additions and 5 deletions

View File

@@ -7,23 +7,23 @@
# SILO_MINIO_SECRET_KEY
server:
host: "0.0.0.0"
host: "127.0.0.1" # Listen only on localhost (nginx handles external traffic)
port: 8080
base_url: "http://silo.kindred.internal:8080"
base_url: "https://silo.kindred.internal"
database:
host: "psql.kindred.internal"
port: 5432
name: "silo"
user: "silo"
password: "" # Set via SILO_DB_PASSWORD
password: "" # Set via SILO_DB_PASSWORD
sslmode: "require"
max_connections: 20
storage:
endpoint: "minio.kindred.internal:9000"
access_key: "" # Set via SILO_MINIO_ACCESS_KEY
secret_key: "" # Set via SILO_MINIO_SECRET_KEY
access_key: "" # Set via SILO_MINIO_ACCESS_KEY
secret_key: "" # Set via SILO_MINIO_SECRET_KEY
bucket: "silo-files"
use_ssl: true
region: "us-east-1"