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

Remove all references to bintray. #13

Merged
merged 1 commit into from
Jul 9, 2022
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
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ jobs:
version: latest
args: release --rm-dist --release-footer _footer.md --release-header release-note.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPLOAD_BINTRAY_SECRET: ${{ secrets.UPLOAD_BINTRAY_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 0 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ nfpms:
- deb
builds:
- client
uploads:
- name: bintray
method: PUT
mode: archive
username: reddec
custom_artifact_name: true
ids:
- debian
target: 'https://api.bintray.com/content/reddec/debian/{{ .ProjectName }}/{{ .Version }}/{{ .ArtifactName }};publish=1;deb_component=main;deb_distribution=all;deb_architecture={{ .Arch }}'
archives:
- replacements:
Linux: linux
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
[![license](https://img.shields.io/github/license/reddec/trusted-cgi.svg)](https://github.com/reddec/trusted-cgi)
[![](https://godoc.org/github.com/reddec/trusted-cgi?status.svg)](http://godoc.org/github.com/reddec/trusted-cgi/application)
[![donate](https://img.shields.io/badge/help_by️-donate❤-ff69b4)](http://reddec.net/about/#donate)
[![Download](https://api.bintray.com/packages/reddec/debian/trusted-cgi/images/download.svg)](https://bintray.com/reddec/debian/trusted-cgi/_latestVersion)

![](https://bintray-binary-objects-or-production.s3-accelerate.amazonaws.com/80ee75735ebc642670140a263e7e94f32fb8ce932933626ef3c4812006295af0)

Lightweight self-hosted lambda/applications/cgi/serverless-functions engine.

Expand Down Expand Up @@ -35,7 +32,7 @@ Since `0.3.3` Linux, Darwin and even Windows OS supported: pre-built binaries co

TL;DR;

* for production for debian servers - use bintray repository (recommend)
* for production for debian servers - use ~~bintray repository~~ github release (recommend)
* locally or non-debian server - [download binary](https://github.com/reddec/trusted-cgi/releases) and run
* for quick tests or for limited production - use docker image (`docker run --rm -p 3434:3434 reddec/trusted-cgi`)

Expand Down
25 changes: 2 additions & 23 deletions _footer.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
For Ubuntu/Debian (should be for all LTS)

```bash
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
echo "deb https://dl.bintray.com/reddec/debian all main" | sudo tee /etc/apt/sources.list.d/trusted-cgi.list
sudo apt update
sudo apt install trusted-cgi
```

Optionally you may install a server and a client separately.


**Server only**

Daemon only.

```bash
sudo apt install trusted-cgi-server
```

**Client only**

CLI tools only.

```bash
sudo apt install trusted-cgi-client
sudo wget -O trusted-cgi_0.3.6_linux_amd64.deb https://github.com/reddec/trusted-cgi/releases/download/v0.3.6/trusted-cgi_0.3.6_linux_amd64.deb
sudo apt install ./trusted-cgi_0.3.6_linux_amd64.deb
```
14 changes: 6 additions & 8 deletions docs/administrating/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,23 @@ nav_order: 1

TL;DR;

* for production for debian servers - use bintray repository (recommend)
* for production for debian servers - use ~~bintray repository~~ github release (recommend)
* locally or non-debian server - download binary and run
* for quick tests or for limited production - use docker image

## Debian/Ubuntu

Add the repository (needed only once)
Download the latest release.

```bash
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
echo "deb https://dl.bintray.com/reddec/debian all main" | sudo tee /etc/apt/sources.list.d/trusted-cgi.list
sudo apt update
sudo wget -O trusted-cgi_0.3.6_linux_amd64.deb https://github.com/reddec/trusted-cgi/releases/download/v0.3.6/trusted-cgi_0.3.6_linux_amd64.deb
```

Install your distribution:

* standard (basic templates supported): `sudo apt install trusted-cgi`
* minimal (actions will not work): `sudo apt install --no-install-recommends trusted-cgi`
* maximum (all pre-made templates available): `sudo apt install trusted-cgi php-cli nodejs npm`
* standard (basic templates supported): `sudo apt install ./trusted-cgi_0.3.6_linux_amd64.deb`
* minimal (actions will not work): `sudo apt install --no-install-recommends ./trusted-cgi_0.3.6_linux_amd64.deb`
* maximum (all pre-made templates available): `sudo apt install ./trusted-cgi_0.3.6_linux_amd64.deb php-cli nodejs npm`

Of course, you may install required packages later.

Expand Down
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![license](https://img.shields.io/github/license/reddec/trusted-cgi.svg)](https://github.com/reddec/trusted-cgi)
[![](https://godoc.org/github.com/reddec/trusted-cgi?status.svg)](http://godoc.org/github.com/reddec/trusted-cgi/application)
[![donate](https://img.shields.io/badge/help_by️-donate❤-ff69b4)](http://reddec.net/about/#donate)
[![Download](https://api.bintray.com/packages/reddec/debian/trusted-cgi/images/download.svg)](https://bintray.com/reddec/debian/trusted-cgi/_latestVersion)

Lightweight self-hosted lambda/applications/cgi/serverless-functions engine.

Expand Down Expand Up @@ -102,7 +101,7 @@ So, 'cause I am a developer I decided to make my own wheels ;-)

TL;DR;

* for production for debian servers - use bintray repository (recommend)
* for production for debian servers - use ~~bintray repository~~ github release (recommend)
* locally or non-debian server - [download binary](https://github.com/reddec/trusted-cgi/releases) and run
* for quick tests or for limited production - use docker image (`docker run --rm -p 3434:3434 reddec/trusted-cgi`)

Expand Down