Search found 16 matches

by godsyn
Fri Jun 12, 2009 7:54 pm
Forum: General
Topic: Why run as special user?
Replies: 3
Views: 3207

Re: Why run as special user?

Running any daemon, much less one that is in development, with more permissions than necessary, is poor form. Apache is ran as apache (or httpd, pending disrto), same with mysql, mail, syslog, sshd, etc. etc. This is just another daemon, and as such, should be ran with minimal permissions. It isn't ...
by godsyn
Wed Jun 10, 2009 12:08 pm
Forum: Web Interface
Topic: AppleScript Remote Torrent Launcher
Replies: 7
Views: 9622

Re: AppleScript Remote Torrent Launcher

BELzEBUB wrote:I realy like your AppleScript, what you did is exaclty what i tried to do but I didn't know how. So I made a bash-script to upload all downloaded torrent-files. :D
Would you please share?
by godsyn
Sun Mar 29, 2009 2:03 pm
Forum: Web Interface
Topic: How to display free drive space?
Replies: 6
Views: 7295

Re: How to display free drive space?

Feel free to submit a request to trac, or a patch.
by godsyn
Sun Mar 29, 2009 1:59 pm
Forum: Web Interface
Topic: Authentication for the WEBUI
Replies: 2
Views: 10718

Re: Authentication for the WEBUI

* rpc-authentication-required: Boolean (default = 0) * rpc-enabled: Boolean (default = 1) * rpc-password: String * rpc-port: Number (default = 9091) * rpc-username: String * rpc-whitelist: String (Comma-delimited list of IP addresses. Wildcards allowed using '*'. Example: "127.0.0.*,192.168.*....
by godsyn
Tue Mar 24, 2009 11:24 pm
Forum: Web Interface
Topic: How to display free drive space?
Replies: 6
Views: 7295

Re: How to display free drive space?

If your server supports PHP, you could use http://phpsysinfo.sourceforge.net/ . Granted it isn't integrated into the transmission webUI, but it displays the information requested.
by godsyn
Wed Mar 18, 2009 11:19 pm
Forum: Web Interface
Topic: Trash data & remove from list
Replies: 2
Views: 3960

Re: Trash data & remove from list

avberk wrote:looks like build 8073 kills the webinterface almost completly. (ok with build 8072)
http://trac.transmissionbt.com/changeset/8074
fixed.
by godsyn
Mon Feb 16, 2009 7:40 am
Forum: Web Interface
Topic: An option to add torrents from URLs (in web client)
Replies: 8
Views: 10789

Re: An option to add torrents from URLs (in web client)

If you were using my code, I've updated it to resolve this issue. Sorry!
by godsyn
Wed Jan 21, 2009 5:12 am
Forum: Web Interface
Topic: Firefox add-on to right click and add torrents from URL
Replies: 20
Views: 33298

Re: Firefox add-on to right click and add torrents from URL

Gimp wrote:1.5x has had add-torrent by url re-added. This add-on can now be made to work with 1.5x and trunk.
AWESOME! off to work on it now.
... Update:
Any chance of getting this to work via "GET" as well?
by godsyn
Sun Jan 18, 2009 12:46 am
Forum: Web Interface
Topic: Firefox add-on to right click and add torrents from URL
Replies: 20
Views: 33298

Re: Firefox add-on to right click and add torrents from URL

Sadly, no. Not yet. It is slated to be added back.

In the mean time, I have created a PHP script that will add the function back, but requires a web server and PHP running on the server.

If you are interested, please see: http://forum.transmissionbt.com/viewtop ... f=2&t=5568
by godsyn
Mon Jan 12, 2009 2:10 am
Forum: Web Interface
Topic: Firefox add-on to right click and add torrents from URL
Replies: 20
Views: 33298

Re: Firefox add-on to right click and add torrents from URL

What version of transmission are you running? This is very outdated, and will not work with newer versions of transmission without server-side scripting (as the API was removed when combining clutch with transmission).
by godsyn
Sat Jul 19, 2008 6:42 am
Forum: Web Interface
Topic: Firefox add-on to right click and add torrents from URL
Replies: 20
Views: 33298

Glad to hear you were able to get it to work for you.

Sadly, this breaks the "normal" method of uploading (right click, send with no local web server).

I wonder why the icon didn't work for you.. I too am using FF3.
by godsyn
Sat Jul 12, 2008 2:41 pm
Forum: Web Interface
Topic: Firefox add-on to right click and add torrents from URL
Replies: 20
Views: 33298

Looking around I sadly do not see a way to do it short of creating a mini web-server and hosting the file long enough for it to upload..

This is far beyond my ability.
by godsyn
Sat Jul 12, 2008 1:05 pm
Forum: Web Interface
Topic: Firefox add-on to right click and add torrents from URL
Replies: 20
Views: 33298

Imtcb : http://www.alexisbrunet.com/
I'll see if I can manipulate that to fit your needs. No promises.
by godsyn
Tue Jul 08, 2008 10:28 am
Forum: Web Interface
Topic: Firefox add-on to right click and add torrents from URL
Replies: 20
Views: 33298

Waldorf wrote:Did you make this compatible with the 'new' (for the upcoming release of T 1.30)?
This is currently using clutch's remote API.
See http://svn.recurser.com/transmission/tr ... /index.php