plugn icon indicating copy to clipboard operation
plugn copied to clipboard

Hook system that lets users extend your application with plugins

Results 27 plugn issues
Sort by recently updated
recently updated
newest added

Bumps golang from 1.18.3-buster to 1.19.0-buster. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18.3-buster&new-version=1.19.0-buster)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

See https://github.com/dokku/plugn/blob/3cb228fbfea4f76473b8b9bc7bd29f701f859a32/bashenv/plugn.bash#L53 `git checkout master &> /dev/null` does not work when no 'master' branch exists. (newly created github projects uses `main` as default) Seen here: https://github.com/dokku/dokku/discussions/5041 However to work around...

## Description of problem I'm using [the docker-based install instructions](https://dokku.com/docs/getting-started/install/docker/) for a local dev/test environment. I am able to use the plugin-list file in order to have the dokku system...

It is possible to "install" a tarball from aws s3 for which access is forbidden, though plugn (or maybe dokku?) will just assume everything is peachy.

bug

Bumps golang from 1.18.3-buster to 1.19.2-buster. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18.3-buster&new-version=1.19.2-buster)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps golang from 1.22.1-bookworm to 1.22.2-bookworm. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22.1-bookworm&new-version=1.22.2-bookworm)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

As of Go 1.16, the same functionality is now provided by io or os

Fixes #71 My experience with Go is minimal, and I wasn't able to get the go-bindata generated code to create a reasonable diff, ~~so I did not include that.~~ It's...

### Description of problem I tried installing a specific commit for a plugin via: ``` dokku plugin:install https://github.com/IgnisDa/dokku-edgedb.git --committish 71d116ef604baada41194146b081d4fa268760b7 ``` But it exits with a non-zero code: ![image](https://user-images.githubusercontent.com/60938164/227697312-b17fdde9-0652-4d9b-8f4d-1d414faefc25.png) ###...