config peertube 'main'
	option enabled '0'
	option data_path '/srv/peertube'
	option videos_path '/srv/peertube/videos'
	option memory_limit '2048'
	option timezone 'Europe/Paris'

config peertube 'server'
	option hostname 'tube.gk2.secubox.in'
	option port '9001'
	option https '1'
	option webserver_hostname ''

config peertube 'live'
	option enabled '0'
	option rtmp_port '1935'
	option max_duration '7200'
	option allow_replay '1'
	option transcoding_enabled '1'

config peertube 'transcoding'
	option enabled '1'
	option threads '2'
	option allow_audio_files '1'
	option hls_enabled '1'
	list resolutions '480p'
	list resolutions '720p'

config peertube 'storage'
	option external_enabled '0'
	option s3_endpoint ''
	option s3_region ''
	option s3_bucket ''
	option s3_access_key ''
	option s3_secret_key ''

config peertube 'network'
	option domain ''
	option haproxy '0'
	option haproxy_ssl '1'
	option firewall_wan '0'

config peertube 'admin'
	option email 'admin@localhost'
	option initial_password ''
