mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Solved pixelfed bugs
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
APP_KEY={{applications | get_app_conf(application_id, 'credentials.app_key', True)}}
 | 
					APP_KEY={{applications | get_app_conf(application_id, 'credentials.app_key', True)}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## General Settings
 | 
					## General Settings
 | 
				
			||||||
APP_NAME="{{applications.pixelfed.titel}}"
 | 
					APP_NAME="{{ pixelfed_titel }}"
 | 
				
			||||||
APP_ENV={{ CYMAIS_ENVIRONMENT | lower }}
 | 
					APP_ENV={{ CYMAIS_ENVIRONMENT | lower }}
 | 
				
			||||||
APP_DEBUG={{enable_debug | string | lower }}
 | 
					APP_DEBUG={{enable_debug | string | lower }}
 | 
				
			||||||
APP_URL={{ domains | get_url(application_id, web_protocol) }}
 | 
					APP_URL={{ domains | get_url(application_id, web_protocol) }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,3 +6,4 @@ pixelfed_image:             "{{ applications | get_app_conf(application_id, 'doc
 | 
				
			|||||||
pixelfed_name:              "{{ applications | get_app_conf(application_id, 'docker.services.pixelfed.name', True) }}"
 | 
					pixelfed_name:              "{{ applications | get_app_conf(application_id, 'docker.services.pixelfed.name', True) }}"
 | 
				
			||||||
pixelfed_worker_name:       "{{ applications | get_app_conf(application_id, 'docker.services.worker.name', True) }}"
 | 
					pixelfed_worker_name:       "{{ applications | get_app_conf(application_id, 'docker.services.worker.name', True) }}"
 | 
				
			||||||
pixelfed_volume:            "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
 | 
					pixelfed_volume:            "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
 | 
				
			||||||
 | 
					pixelfed_titel:             "{{ applications | get_app_conf(application_id, 'titel', True) }}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user