On May 21, 2014 9:57 AM, "Marc" <[email protected]> wrote: > > > > > cd /home/trac/ ; nohup tracd --port 8000 > --basic-auth=*,/home/trac/.htpasswd, * & > > Will display a page with links to projects > > Available Projects > > project1 > project2 > project3 > project4 > project5 > project6 > project7 > > Is there a way to hide this page so only direct urls are accessible? > Like: http://www.tracserver.com:8000/project1 > > So multiple projects served (thus not -s) but no overview/project list, > only direct access to the project.
I believe you can override the project list template by putting a filesystem path to a custom template file in the OS environment key TRAC_ENV_INDEX_TEMPLATE. Pointing that to a blank HTML page should do what you want. But I haven't tested this myself. Hope this helps, Ethan > > Thanks in advance, > Marc > > > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. > F1 Outsourcing Development Sp. z o.o. > Poland > > t: +48 (0)124466845 > f: +48 (0)124466843 > e: [email protected] > > -- > You received this message because you are subscribed to the Google Groups "Trac Users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/trac-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
