- Add ByteStash Docker service configuration and deployment - Configure subdomain routing through Caddy - Add DNS record for ByteStash subdomain - Update development service category to include ByteStash 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			289 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			289 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# Development services - Code, collaboration, and development tools
 | 
						|
 | 
						|
- name: Install gitea
 | 
						|
  import_tasks: gitea.yml
 | 
						|
  tags: gitea
 | 
						|
 | 
						|
- name: Install codeserver
 | 
						|
  import_tasks: codeserver.yml
 | 
						|
  tags: codeserver
 | 
						|
 | 
						|
- name: Install bytestash
 | 
						|
  import_tasks: bytestash.yml
 | 
						|
  tags: bytestash
 | 
						|
 |