Skip to content

Require authentication on remote clients #988

@KSXGitHub

Description

@KSXGitHub

Let's say that my computer is connected to a local area network (such as wifi), my own ip address is 192.168.1.5 and ::ffff:192.168.1.5. I run ungit --port=8448 so every device in my LAN can go to http://192.168.1.5:8448 and edit my repo. I could just use --allowedIPs but it's more convenient to be able to access my repo from other devices.

Request

  1. The following hosts should be able to freely access ungit without authentication:
  • 127.0.0.1
  • ::1
  • ::ffff:127.0.0.1
  • 192.168.1.5
  • ::ffff:192.168.1.5
  1. The other hosts must login in order to use ungit in my machine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions