Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69b2ae6514 | ||
|
|
50bdfa73bc | ||
|
|
37a9e55061 | ||
|
|
42d6985dab | ||
|
|
ec8f853c84 |
@@ -8,7 +8,7 @@ A friendly interface for [Dokku](https://github.com/dokku/dokku), the open-sourc
|
|||||||

|

|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Read the [docs](https://shokku.app)
|
Read the [docs](https://shokku.dev/docs)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
Shokku is provided 'as-is' - no support is available.
|
Shokku is provided 'as-is' - no support is available.
|
||||||
|
|||||||
@@ -42,8 +42,8 @@ func NewRequestValidator() *requestValidator {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal().Err(err).Msg("failed to register validator")
|
log.Fatal().Err(err).Msg("failed to register validator")
|
||||||
}
|
}
|
||||||
v.RegisterAlias("appName", "appNameChars,min=4,max=16")
|
v.RegisterAlias("appName", "appNameChars,min=4,max=32")
|
||||||
v.RegisterAlias("processName", "appNameChars,min=2,max=16")
|
v.RegisterAlias("processName", "appNameChars,min=2,max=32")
|
||||||
|
|
||||||
return &requestValidator{validator: v}
|
return &requestValidator{validator: v}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
const scriptInstallCommands = [
|
const scriptInstallCommands = [
|
||||||
`wget "${bootstrapLink}"`,
|
`wget "${bootstrapLink}"`,
|
||||||
`export SHOKKU_LETSENCRYPT_EMAIL="foo@example.com"`,
|
`export SHOKKU_LETSENCRYPT_EMAIL="foo@example.com"`,
|
||||||
`bash install.sh`,
|
`bash bootstrap.sh`,
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user