Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使我的 TeamCity 站点成为公共站点。当有人访问我的 TeamCity 站点时,我不希望登录页面成为登录页面,而只是列出所有项目的概述页面。
让每个人都从登录页面以访客身份登录似乎是一个毫无价值的步骤,我希望他们不必这样做。
目前我能想到的唯一可行的方法是提供访客登录作为直接链接。例如,Castle Windsor 允许访客登录,您可以通过浏览直接进入:
http://builds.castleproject.org/guestLogin.html?guest=1
这与浏览不同
http://builds.castleproject.org/
这会将您带到登录页面。