Merge branch 'next' of https://github.com/coollabsio/coolify into next
This commit is contained in:
commit
14ace4962a
2 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class Create extends Component
|
||||||
|
|
||||||
public function mount()
|
public function mount()
|
||||||
{
|
{
|
||||||
$this->name = generate_random_name();
|
$this->name = substr(generate_random_name(), 0, 34); // GitHub Apps names can only be 34 characters long
|
||||||
}
|
}
|
||||||
|
|
||||||
public function createGitHubApp()
|
public function createGitHubApp()
|
||||||
|
|
|
||||||
|
|
@ -241,6 +241,7 @@ function generate_default_proxy_configuration(Server $server)
|
||||||
'ports' => [
|
'ports' => [
|
||||||
'80:80',
|
'80:80',
|
||||||
'443:443',
|
'443:443',
|
||||||
|
'443:443/udp',
|
||||||
],
|
],
|
||||||
'labels' => [
|
'labels' => [
|
||||||
'coolify.managed=true',
|
'coolify.managed=true',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue