mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +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
		
			
				
	
	
		
			8 lines
		
	
	
		
			225 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			225 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: clone social app repository
 | |
|   git:
 | |
|     repo: "https://github.com/bluesky-social/social-app.git"
 | |
|     dest: "{{ BLUESKY_SOCIAL_APP_DIR }}"
 | |
|     version: "main"
 | |
|   notify:
 | |
|     - docker compose up
 | |
|     - docker compose build |