Skip to content

Commit

Permalink
Merge pull request #129 from jaksi/snap
Browse files Browse the repository at this point in the history
Remove snap
  • Loading branch information
jaksi authored Jun 16, 2024
2 parents 818f020 + f4f540d commit 1a16fdc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
release-snaps:
name: Release snaps
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: snapcore/action-build@v1
id: build
- uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.SNAP_STORE_LOGIN }}
snap: ${{ steps.build.outputs.snap }}
release: stable
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ An easy to set up and use SSH honeypot, a fake SSH server that lets anyone in an
- [Installation and usage](#installation-and-usage)
- [From source](#from-source)
- [GitHub releases](#github-releases)
- [Snap](#snap)
- [Usage](#usage)
- [Docker](#docker)
- [CLI](#cli)
Expand All @@ -35,17 +34,6 @@ $ go build

Linux, macOS and Windows binaries for several architectures are built and released automatically and are available on the [Releases page](https://github.com/jaksi/sshesame/releases).

### Snap

Snaps for several architectures are built and released automatically and are available on the [Snap Store](https://snapcraft.io/sshesame).

> [!IMPORTANT]
> The snap can only access files (configs, keys, logs) in the user's home directory.
```
$ snap install sshesame
```

### Usage

```
Expand Down
30 changes: 0 additions & 30 deletions snap/snapcraft.yaml

This file was deleted.

0 comments on commit 1a16fdc

Please sign in to comment.