Skip to content

[Feature] Change default host to 127.0.0.1 instead of 0.0.0.0 / Remove installation auto start instance without notice #4684

@Bedrovelsen

Description

@Bedrovelsen
  1. The Unsloth studio docs say ...

Privacy first + Secure

Unsloth Studio can be used 100% offline and locally on your computer. Its token-based authentication, including encrypted password and JWT access / refresh flows keeps your data secure.

... yet the install script/developer install steps/documentation all use 0.0.0.0 as the default host which allows a much larger network attack surface than required for localhost offline use.

  1. The install via curl piped to bash method also states no where up front that it starts a non local host bound facing instance at end of installation with no choice for the user to proceed or not with such execution prior and shows the final message with the machines external facing internet ip address as the link to open.

Solution:

  • Changing the default host address to be 127.0.0.1 instead of 0.0.0.0 across install / script defaults and documentation on repo / website

  • Not auto starting an Unsloth studio instance as part of the install steps without confirmation or notice prior in install instructions or prompt at end of install before auto starting it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestFeature request pending on roadmap

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions