mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Changes: add AppView port; add CSP whitelist; new tasks (01_pds, 02_social_app, 03_dns); switch templates to BLUESKY_* vars; update docker-compose and env; TCP healthcheck; remove admin_password from schema. Conversation context: https://chatgpt.com/share/68b85276-e0ec-800f-90ec-480a1d528593
		
			
				
	
	
		
			10 lines
		
	
	
		
			315 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			315 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
credentials:
 | 
						|
  jwt_secret:
 | 
						|
    description: "Secret used for JWT signing"
 | 
						|
    algorithm: "base64_prefixed_32"
 | 
						|
    validation: "^base64:[A-Za-z0-9+/]{43}=$"
 | 
						|
  plc_rotation_key_k256_private_key_hex:
 | 
						|
    description: "PLC rotation key in hex format (32 bytes)"
 | 
						|
    algorithm: "sha256"
 | 
						|
    validation: "^[a-f0-9]{64}$"
 |