secubox-openwrt/package/secubox/secubox-app-peertube/files/etc/config/peertube
CyberMind-FR 1a8beb45e0 feat(peertube,portal): Add PeerTube config and generative luci-tree
- secubox-app-peertube: Update default port to 9001, hostname to tube.gk2.secubox.in
- luci-app-secubox-portal: Add RPCD backend for dynamic tree generation
  - get_tree: Auto-discovers luci-app-* packages grouped by category
  - get_containers: Lists LXC containers with running state
  - get_vhosts: Lists HAProxy virtual hosts
- luci-tree.js: Rewritten to use RPC for live data with refresh button

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-15 06:48:10 +01:00

46 lines
1012 B
Plaintext

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 ''