plugn
plugn copied to clipboard
Hook system that lets users extend your application with plugins
Bumps golang from 1.18.3-buster to 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...
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.
Bumps golang from 1.18.3-buster to 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...
Bumps golang from 1.22.1-bookworm to 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...
As discussed in #141
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:  ###...