WWW
create directory in MyShare (place for own www pages) I name it www
it's best place for web pages because you can change it in MyShare share.
now you need to get root password -> [HOWTO] root password topic,
set system to rw - http://<lacie ip>/cmd.php?mode=exec&cmd=mount%20-n%20-o%20remount,rw%20/
I use WinSCP to log into lacie with root
then go to /lacie/default/www/root
and use command file->new->link
link short file = /lacie/var/userPart/share/MyShare/www
point link/shortcut to = www
page now works but you need to by logged in, to change it you must to edit lighttpd.conf file placed in /lacie/etc/lighttpd/ directory
change line 83
from: $HTTP["url"] !~ "^/public" {
to: $HTTP["url"] !~ "^/public|/www" {
changes are permanent and it start working after reboot
transmission
if you have 1.1.4 download transmission 2.04 sources from http://download-origin.transmissionbt.com/files/
if you have other firmware first check your transmission version
form my files I create directory in /lacie/var/userPart/share/ and mame it inne
open archive and copy web directory from it to /lacie/var/userPart/share/inne
i also change directory name from web to transmission_web
modify transmission startup script placed in /lacie/etc/init.d/
from:
export TRANSMISSION_DIR=/usr/bin
export TRANSMISSION_INI_DIR=/lacie/var/userPart/conf/transmission
export TRANSMISSION_DAEMON=transmission-daemon
# Check that smb.conf exists.
to:
export TRANSMISSION_DIR=/usr/bin
export TRANSMISSION_INI_DIR=/lacie/var/userPart/conf/transmission
export TRANSMISSION_DAEMON=transmission-daemon
export TRANSMISSION_WEB_HOME=/lacie/var/userPart/share/inne/transmission_web
# Check that smb.conf exists.
also you need to modify transmission config file placed in /lacie/default
line 38 and 43
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "",
"rpc-port": 9091,
"rpc-username": "",
"rpc-whitelist": "0.0.0.0",
"rpc-whitelist-enabled": false,
now from dashboard disable transmission and enable it.
www from transmission is http://<lacie ip>:9091/transmission/web/
[HOWTO] own www & transmission web interface
-
- Posts: 4
- Joined: Wed Feb 29, 2012 7:51 am
Re: [HOWTO] own www & transmission web interface
Thanks for the guide! I used it to enable web configuration for Transmission. Really useful when using magnet links.
Have you figured out how to update the Twonky Media server on the WS?
Have you figured out how to update the Twonky Media server on the WS?