Actions
Bug #16074
closeddevelopment version listens on 0.0.0.0:3000 and 0.0.0.0:3808 by default
Difficulty:
Triaged:
Description
Foreman used to be limited to 127.0.0.1 by default making it safe to develop in public places. Please keep it that way.
Updated by Dominic Cleal over 8 years ago
- Related to Refactor #12364: Use NPM+Webpack to manage external assets (js, css, fonts) added
Updated by Dominic Cleal over 8 years ago
- Category set to Rails
- Translation missing: en.field_release set to 160
Indeed, 127.0.0.1 is the Rails default for this reason. It should require explicit reconfiguration to open a development instance on all interfaces.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shlomi Zadok
- Pull request https://github.com/theforeman/foreman/pull/3830 added
Updated by Shlomi Zadok over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3b10c2a9a8ba62bbacc4bf11e96e75befa56e645.
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman/pull/3868 added
Actions