Default redpost.conf
From RedPost/Kit/Documentation
Here is the default configuration file for the RedPost/Kit, which is located at redpost.conf in the root directory of the installation. This should be the only file you need to modify to get the RedPost/Kit up and running.
Note that once you've booted from a USB Flash drive, the redpost.conf file is located in the /cdrom directory.
# The Red Post client configuration settings
# This file belongs on the root directory of the flash drive.
# Use BASH script syntax.
# ------------------------------------------------------------------------------
# General settings
# ------------------------------------------------------------------------------
# Where will this RedPost/Kit get its content? [local | http | corktop | flickr]
# (default: redpost)
# local - from the posts/ directory on the flash drive
# (see the Samba configuration below if you want to share this with other
# computers on the local network)
# http - from a server on the Internet
# (be sure to set the remote source configuration below)
# corktop - from a RedPost/Corktop account
# flickr - from a Flickr account (see settings below)
SOURCE_TYPE="local"
# Delay between images (milliseconds) (default: 15000)
DELAY=5000
# ------------------------------------------------------------------------------
# RedPost/Corktop source configuration
# ------------------------------------------------------------------------------
# Account name
CORKTOP_ACCOUNT="redpost"
# Unique string to authenticate this unit
CLIENT_ID=0
# ------------------------------------------------------------------------------
# HTTP source configuration
# ------------------------------------------------------------------------------
# This is the script where the client software and posts will be loaded from.
BASE_URL=""
# ------------------------------------------------------------------------------
# Flickr source configuration
# ------------------------------------------------------------------------------
# Flickr API key
# (get one at http://www.flickr.com/services/api/misc.api_keys.html)
#FLICKR_API_KEY="abc11f699f910bc2c725636b4158e0e8"
# Flickr username
# (leave blank for all users)
FLICKR_USER="eKan1"
# Flickr tags (comma-separated)
FLICKR_TAGS="redpost"
# ------------------------------------------------------------------------------
# Local and Flickr source configuration
# ------------------------------------------------------------------------------
# Image sort order [alpha | date | random] (default: alpha)
SORT="alpha"
# Image resizing [fit | stretch | shrink | center] (default: fit)
# fit - Resizes all images to fit screen (maintains aspect ratio).
# stretch - Enlarges images smaller than the screen to fit it; leaves others
# as is.
# shrink - Shrinks images larger than the screen to fit it; leaves others as
# is.
# center - Center images on the screen (no resizing).
SIZE="fit"
# ------------------------------------------------------------------------------
# Wireless network configuration
# ------------------------------------------------------------------------------
# [DHCP configuration is only working for the Ethernet connection so far,
# so the wireless network must be configured manually.]
# Access point ESSID
WIFI_ESSID="any"
# authentication mode [WEP | WPA | none] (default: none)
#WIFI_AUTH="WEP"
# WEP or WPA key (leave blank or comment out if not using a key)
#WIFI_KEY=""
# WPA cipher type [TKIP | CCMP] (default: TKIP)
#WIFI_CIPHER="TKIP"
# WEP security mode [open | restricted] (default: open)
#WIFI_SECURITY="restricted"
# IP address for this unit
WIFI_ADDRESS="192.168.1.42"
# IP netmask
#WIFI_NETMASK="255.255.255.0"
# IP address of the Internet gateway
WIFI_GATEWAY="192.168.1.1"
# IP address of the DNS nameserver
WIFI_DNS="192.168.1.1"
# ------------------------------------------------------------------------------
# Samba file sharing configuration
# ------------------------------------------------------------------------------
# Share the contents of the posts/ directory on the USB drive to other computers
# on the local network? [on | off] (default: off)
SAMBA_SERVER="on"
# Hostname advertised to other machines on the local network
#SAMBA_HOSTNAME="redpost"

