Module: CastCaster

Defined in:
lib/castcaster.rb,
lib/castcaster/cli.rb,
lib/castcaster/config.rb,
lib/castcaster/deploy.rb,
lib/castcaster/channel.rb,
lib/castcaster/engines.rb,
lib/castcaster/version.rb,
lib/castcaster/channel_cli.rb,
lib/castcaster/deploy/swarm.rb,
lib/castcaster/engines/base.rb,
lib/castcaster/deploy/compose.rb,
lib/castcaster/deploy/traefik.rb,
lib/castcaster/ffmpeg_profiles.rb,
lib/castcaster/engines/nginx_rtmp.rb,
lib/castcaster/deploy/ffmpeg_services.rb

Defined Under Namespace

Modules: Deploy, Engines, FFmpegProfiles Classes: CLI, Channel, ChannelCLI, Config, Error

Constant Summary collapse

IMAGES =
{
  'nginx'  => 'ghcr.io/lax/castcaster-nginx',
  'ffmpeg' => 'ghcr.io/lax/castcaster-ffmpeg',
  'webui'  => 'ghcr.io/lax/castcaster-webui'
}.freeze
VERSION =
'0.0.4'