rss - Gitlab Atom feed entries link configuration -
i find out gitlab's atom feed not serve public url entries links.
my atom feed url @ http://my_public_url.ltd/dashboard.atom?private_token=xxxxxxxx
by generated entries like:
<entry> <id>tag:192.168.0.105,2014-06-03:189</id> <link href="http://192.168.0.105/team/project/issues/2"/> <title>user commented on issue #16 @ project / repo</title> <updated>2014-06-03t05:46:26z</updated> <media:thumbnail width="40" height="40" url="http://www.gravatar.com/avatar/7fe0e43839bea9ad3e28344e6f9306bb?s=40&d=mm"/> <author> <name>author's name</name> <email>user@bmy_public_domain.ltd</email> </author> <summary type="xhtml"> </summary> </entry>
so can see, uses 192.168.0.105 instead of my_public_url, though gitlab.yml defined so:
production: &base gitlab: host: my_public_url port: 80
Comments
Post a Comment