mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Finished Mobilizon OIDC implementation
This commit is contained in:
		| @@ -41,7 +41,7 @@ FUNKWHALE_WEB_WORKERS=4 | ||||
| # your instance. It cannot be changed after initial deployment | ||||
| # without breaking your instance. | ||||
| FUNKWHALE_HOSTNAME={{domains | get_domain(application_id)}} | ||||
| FUNKWHALE_PROTOCOL=https | ||||
| FUNKWHALE_PROTOCOL={{ web_protocol }} | ||||
|  | ||||
| # Log level (debug, info, warning, error, critical) | ||||
| LOGLEVEL={% if enable_debug | bool %}debug{% else %}error{% endif %} | ||||
| @@ -60,7 +60,7 @@ LOGLEVEL={% if enable_debug | bool %}debug{% else %}error{% endif %} | ||||
| # (returns `noreply%40youremail.host`) | ||||
| # EMAIL_CONFIG=smtp://user:password@youremail.host:25 | ||||
| # EMAIL_CONFIG=smtp+ssl://user:password@youremail.host:465 | ||||
| EMAIL_CONFIG=smtp+tls://no-reply:{{ users['no-reply'].mailu_token }}@{{system_email.host}}:{{system_email.port}} | ||||
| EMAIL_CONFIG=smtp+tls://{{ users['no-reply'].username }}:{{ users['no-reply'].mailu_token }}@{{system_email.host}}:{{system_email.port}} | ||||
|  | ||||
| # Make e-mail verification mandatory before using the service | ||||
| # Doesn't apply to admins. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user