mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-09 03:04:57 -04:00
Updated Publishing a Plugin to the Download Page (markdown)
parent
2fd7bef520
commit
ddba595014
@ -27,16 +27,20 @@ To add your package to the plugin registry, it must meet the following requireme
|
||||
|
||||
- Packages that use or rely on free third-party services (which are only free) will be decided on a case-by-case basis.
|
||||
|
||||
- Packages that integrate with commercial services (including services with free plans/trials) may be decided based on sponsorship agreements.
|
||||
- Packages that integrate with commercial services (including services with free plans/trials) may be decided based on sponsorship.
|
||||
|
||||
- The functionality of a package must be unique among other registered packages and the Caddy core. This is not an app store. We follow the "improve or remove" philosophy.
|
||||
|
||||
- The package must not use cgo and must be cross-platform compatible.
|
||||
- The package and its dependencies must not invoke cgo.
|
||||
|
||||
- The package must compile cross-platform.
|
||||
|
||||
- Package must be under test using the standard Go `testing` package rather than third-party testing dependencies. Tests should not take more than a few seconds to run.
|
||||
|
||||
- The project license must be compatible with the main Caddy project license.
|
||||
|
||||
- Distribution from the Caddy website does not imply endorsement by the Caddy project or its author, maintainers, or contributors. Users assume all risks and you are responsible for updates, security, and maintaining your own code.
|
||||
|
||||
|
||||
### 2. Documentation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user