Roundup Tracker - Issues

Issue 2550882

classification
Setting of Tracker::web doesn't have any effect
Type: Severity: normal
Components: Web interface Versions: 1.5
process
Status: fixed fixed
:
: rouilj : ber, krichter, rouilj
Priority: :

Created on 2015-04-24 12:47 by krichter, last changed 2016-07-09 21:46 by rouilj.

Messages
msg5307 Author: [hidden] (krichter) Date: 2015-04-24 12:47
After changing `Tracker::web` in
`/opt/roundup/trackers/[tracker]/config.ini` (after setting up
`roundup-admin install`) starting the webserver with `roundup-server
tracker=/opt/roundup/trackers/tracker` causes the server to be started
at `http://localhost:8080`.

I'm setting up a roundup instance following
http://roundup-tracker.org/docs/installation.html.
msg5309 Author: [hidden] (ber) Date: 2015-04-24 15:11
Hi Karl-Phillip,

when calling roundup-server -h
you will see that localhost:8080 is the default for -n and -p parameters.

Note that the url that is configured by "Tracker:web" is for what 
roundup is sending out where is can be reached.

The -n and -p options are for specifying the listening interface
and port number of the web server. In more complicated setups, they
may be different from the url that is displayed, so the settings are
separate. For demo.py Tracker:web is taken to fill -p and -n automatically.

Do you think we should improve this in the document or in the code?
Any idea where ?
msg5799 Author: [hidden] (rouilj) Date: 2016-07-09 21:46
Updated installation.txt with example using all interfaces on the host
with port 1080. Also updated roundup-server man page with default value
for -n and documented using -n 0.0.0.0 for binding to all interfaces.

commit: c54720396f40
History
Date User Action Args
2016-07-09 21:46:12rouiljsetstatus: new -> fixed
assignee: rouilj
resolution: fixed
messages: + msg5799
nosy: + rouilj
2015-04-24 15:11:29bersetnosy: + ber
messages: + msg5309
2015-04-24 12:47:57krichtercreate