move to s6 overlay structure (#13)
* move to s6 overlay structure * Use alpine:latest and latest s6 * cleanup Dockerfile * use .env file on docker run * change mappings so all under one folder * Update README * change cron default to hourly to keep things updated * add section about editing xteve settings * add nice 'logging' to stdout
This commit is contained in:
11
root/etc/cont-init.d/40-install-defaults
Normal file
11
root/etc/cont-init.d/40-install-defaults
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
cp /defaults/sample_cron.txt /config/sample_cron.txt
|
||||
|
||||
cp -n /defaults/xteve-settings.json /xteve/settings.json
|
||||
|
||||
mkdir -p /playlists/lazystream/
|
||||
cp -n /defaults/lazystream-mlb.m3u /playlists/lazystream/lazystream-mlb.m3u
|
||||
cp -n /defaults/lazystream-mlb.xml /playlists/lazystream/lazystream-mlb.xml
|
||||
cp -n /defaults/lazystream-nhl.m3u /playlists/lazystream/lazystream-nhl.m3u
|
||||
cp -n /defaults/lazystream-nhl.xml /playlists/lazystream/lazystream-nhl.xml
|
||||
Reference in New Issue
Block a user