Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename the repo to "noports" #666

Merged
merged 2 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ if you don't already have Dart (or Flutter) installed.

To prepare your dedicated GitHub repository:

1. Fork in GitHub https://github.com/atsign-foundation/sshnoports
2. Clone *your forked repository* (e.g., `git clone [email protected]:yourname/sshnoports`)
1. Fork in GitHub https://github.com/atsign-foundation/noports
2. Clone *your forked repository* (e.g., `git clone [email protected]:yourname/noports`)
3. Set your remotes as follows:

```sh
cd sshnoports
git remote add upstream [email protected]:atsign-foundation/sshnoports.git
cd noports
git remote add upstream [email protected]:atsign-foundation/noports.git
git remote set-url upstream --push DISABLED
```

Running `git remote -v` should give something similar to:

```text
origin [email protected]:yourname/sshnoports.git (fetch)
origin [email protected]:yourname/sshnoports.git (push)
upstream [email protected]:atsign-foundation/sshnoports.git (fetch)
origin [email protected]:yourname/noports.git (fetch)
origin [email protected]:yourname/noports.git (push)
upstream [email protected]:atsign-foundation/noports.git (fetch)
upstream DISABLED (push)
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a href="https://atsign.com#gh-light-mode-only"><img width=250px src="https://atsign.com/wp-content/uploads/2022/05/atsign-logo-horizontal-color2022.svg#gh-light-mode-only" alt="The Atsign Foundation"></a><a href="https://atsign.com#gh-dark-mode-only"><img width=250px src="https://atsign.com/wp-content/uploads/2023/08/atsign-logo-horizontal-reverse2022-Color.svg#gh-dark-mode-only" alt="The Atsign Foundation"></a>

[![GitHub License](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/sshnoports/badge)](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/sshnoports)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/noports/badge)](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/noports)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8102/badge)](https://www.bestpractices.dev/projects/8102)

# noports
Expand Down
6 changes: 3 additions & 3 deletions packages/noports_core/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img width=250px src="https://atsign.dev/assets/img/atPlatform_logo_gray.svg?sanitize=true" alt="The atPlatform logo">

[![GitHub License](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/sshnoports/badge)](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/sshnoports)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/noports/badge)](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/noports)

# No Ports Core

Expand All @@ -11,11 +11,11 @@ No Ports Core is the underlying library used to enable sshnoports and the rest o

### CLI Example

See the [sshnoports](https://github.com/atsign-foundation/sshnoports/tree/trunk/packages/sshnoports) project.
See the [sshnoports](https://github.com/atsign-foundation/noports/tree/trunk/packages/sshnoports) project.

### Flutter Example

See the [sshnp_gui](https://github.com/atsign-foundation/sshnoports/tree/trunk/packages/sshnp_gui) project.
See the [sshnp_gui](https://github.com/atsign-foundation/noports/tree/trunk/packages/sshnp_gui) project.

## Maintainers

Expand Down
2 changes: 1 addition & 1 deletion packages/python/sshnpd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Python implementation of SSH No Ports daemon"
authors = ["Xavier Lin <[email protected] >"]
maintainers = ["Chris Swan <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/atsign-foundation/sshnoports"
homepage = "https://github.com/atsign-foundation/noports"

[tool.poetry.scripts]
sshnpd = 'sshnpd:main'
Expand Down
6 changes: 3 additions & 3 deletions packages/sshnoports/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img width=250px src="https://atsign.dev/assets/img/atPlatform_logo_gray.svg?sanitize=true" alt="The atPlatform logo">

[![GitHub License](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/sshnoports/badge)](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/sshnoports)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/noports/badge)](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/noports)

# SSH! No ports

Expand All @@ -12,7 +12,7 @@ address the device has been given. As long as the device and client has an IP ad
DNS and Internet access, you will be able to connect to it.

## Quick demo
![sshnp](https://github.com/atsign-foundation/sshnoports/assets/6131216/4ff005f1-230e-4621-9b33-f834caa9a1d1)
![sshnp](https://github.com/atsign-foundation/noports/assets/6131216/4ff005f1-230e-4621-9b33-f834caa9a1d1)


There are five binaries:-
Expand All @@ -30,7 +30,7 @@ can then ssh to via your localhost interface

To get going you just need two (or three if you want to use your own sshrvd service) atSigns and their .atKeys files and the
binaries (from the
[latest release](https://github.com/atsign-foundation/sshnoports/releases)).
[latest release](https://github.com/atsign-foundation/noports/releases)).
Once you have the atSigns (free or paid atSigns from [atsign.com](https://atsign.com)), drop the binaries in place
on each machine and put the keys in `~/.atsign/keys` directory. You will need
a device atSign and a manager atSign, but each device can also have a unique
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sshnoports_workspace
name: noports_workspace

environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_sshnp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ parse_env() {
else
SSHNP_VERSION="$(norm_version "$SSHNP_VERSION")"
fi
URL="https://api.github.com/repos/atsign-foundation/sshnoports/releases/$SSHNP_VERSION";
URL="https://api.github.com/repos/atsign-foundation/noports/releases/$SSHNP_VERSION";

case "$(uname)" in
Darwin)
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_sshnpd
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ parse_env() {
else
SSHNP_VERSION="$(norm_version "$SSHNP_VERSION")"
fi
URL="https://api.github.com/repos/atsign-foundation/sshnoports/releases/$SSHNP_VERSION";
URL="https://api.github.com/repos/atsign-foundation/noports/releases/$SSHNP_VERSION";

case "$(uname)" in
Darwin)
Expand Down
6 changes: 3 additions & 3 deletions tests/end2end_tests/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN set -eux ; \
# BUILD BRANCH
FROM dart:3.2.4@sha256:a310da69472710ceaa8015add37ef99d16d9ec51e9b67f87fe3b11a7e9596a50 AS build-branch

ENV URL=https://github.com/atsign-foundation/sshnoports.git
ENV URL=https://github.com/atsign-foundation/noports.git
ENV REPO_DIR=/app/repo
ENV PACKAGE_DIR=${REPO_DIR}/packages/sshnoports
ENV OUTPUT_DIR=/app/output
Expand Down Expand Up @@ -107,8 +107,8 @@ ARG release

ENV BUILD_DIR=/app/build
ENV OUTPUT_DIR=/app/output
ENV URL="https://api.github.com/repos/atsign-foundation/sshnoports/releases/latest"
ENV URLP="https://github.com/atsign-foundation/sshnoports/releases/download"
ENV URL="https://api.github.com/repos/atsign-foundation/noports/releases/latest"
ENV URLP="https://github.com/atsign-foundation/noports/releases/download"

RUN apt-get update ; \
apt-get install -y wget dpkg curl ; \
Expand Down
2 changes: 1 addition & 1 deletion tools/local-e2e-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you are on Windows, you may need to use [WSL]().
1. Clone this repository

```sh
git clone https://github.com/atsign-foundation/sshnoports.git
git clone https://github.com/atsign-foundation/noports.git
```

2. Navigate to the `tools` directory
Expand Down
4 changes: 2 additions & 2 deletions tools/manual-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you are on Windows, you may need to use [WSL]().
1. Clone this repository

```sh
git clone https://github.com/atsign-foundation/sshnoports.git
git clone https://github.com/atsign-foundation/noports.git
```

2. Navigate to the `tools` directory
Expand Down Expand Up @@ -84,7 +84,7 @@ If you do not want to use the [custom shell script](#using-the-custom-shell-scri
1. Clone this repository

```sh
git clone https://github.com/atsign-foundation/sshnoports.git
git clone https://github.com/atsign-foundation/noports.git
```

2. Navigate to the `tools` directory
Expand Down
Loading