FreedomBox/plinth.sample.config
Nick Daly 421f20005e Plinth now hosted on (server)/plinth.
Plinth has been moved from plinth.(server).local to (server)/plinth.
*plinth.py* has been updated to take a new *--server_dir* argument,
which *share/init.d/plinth* now provides.  *plinth.sample.config* has
also been updated.

Actually, the whole package has been moved to a more Debian-friendly
configuration.  *share/apache2/plinth.conf* has been updated to
reflect the standard Debian directories.  It seems to make more sense
this way, as (other than FreedomMaker, which now uses this package
anyway) no other tools or derivatives use this system.  The
configuration can be patched out by other distributions easily enough.
2013-10-27 16:01:28 -05:00

20 lines
413 B
Plaintext

[Name]
product_name = Plinth
box_name = FreedomBox
[Path]
file_root = %(root)s
python_root = %(root)s
data_dir = %(file_root)s/data
store_file = %(data_dir)s/store.sqlite3
user_db = %(data_dir)s/users
status_log_file = %(data_dir)s/status.log
access_log_file = %(data_dir)s/access.log
users_dir = %(data_dir)s/users
pidfile = %(data_dir)s/pidfile.pid
server_dir = plinth/
[Network]
host = 127.0.0.1
port = 8000