dokku / dokku-pro-issues

Temporary location for issues with installing or using dokku pro
0 stars 0 forks source link

There is no way to change an existing app domain #14

Open gamedevsam opened 1 year ago

gamedevsam commented 1 year ago

Description of problem

Using the dokku-pro UI, I can add new domains and remove existing domains, but I cannot change an existing domain.

image

Steps to reproduce

Select an app, go to domains tab, attempt to change a domain, notice there is no button to save changes to the domain.

dokku-pro version

1.2.0

dokku report

Running dokku report downloads herokuish images, which I don't want to do.

root@ubuntu-s-1vcpu-1gb-nyc1-01:~# dokku report
-----> uname: Linux ubuntu-s-1vcpu-1gb-nyc1-01 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
-----> memory: 
                      total        used        free      shared  buff/cache   available
       Mem:             969         231          79           0         658         579
       Swap:            999          47         952
-----> docker version: 
       Client: Docker Engine - Community
        Version:           23.0.3
        API version:       1.42
        Go version:        go1.19.7
        Git commit:        3e7cbfd
        Built:             Tue Apr  4 22:05:48 2023
        OS/Arch:           linux/amd64
        Context:           default

       Server: Docker Engine - Community
        Engine:
         Version:          23.0.3
         API version:      1.42 (minimum version 1.12)
         Go version:       go1.19.7
         Git commit:       59118bf
         Built:            Tue Apr  4 22:05:48 2023
         OS/Arch:          linux/amd64
         Experimental:     false
        containerd:
         Version:          1.6.20
         GitCommit:        2806fc1057397dbaeefbea0e4e17bddfbd388f38
        runc:
         Version:          1.1.5
         GitCommit:        v1.1.5-0-gf19387a
        docker-init:
         Version:          0.19.0
         GitCommit:        de40ad0
-----> docker daemon info: 
       Client:
        Context:    default
        Debug Mode: true
        Plugins:
         buildx: Docker Buildx (Docker Inc.)
           Version:  v0.10.4
           Path:     /usr/libexec/docker/cli-plugins/docker-buildx
         compose: Docker Compose (Docker Inc.)
           Version:  v2.17.2
           Path:     /usr/libexec/docker/cli-plugins/docker-compose

       Server:
        Containers: 0
         Running: 0
         Paused: 0
         Stopped: 0
        Images: 1
        Server Version: 23.0.3
        Storage Driver: overlay2
         Backing Filesystem: extfs
         Supports d_type: true
         Using metacopy: false
         Native Overlay Diff: true
         userxattr: false
        Logging Driver: json-file
        Cgroup Driver: systemd
        Cgroup Version: 2
        Plugins:
         Volume: local
         Network: bridge host ipvlan macvlan null overlay
         Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
        Swarm: inactive
        Runtimes: runc io.containerd.runc.v2
        Default Runtime: runc
        Init Binary: docker-init
        containerd version: 2806fc1057397dbaeefbea0e4e17bddfbd388f38
        runc version: v1.1.5-0-gf19387a
        init version: de40ad0
        Security Options:
         apparmor
         seccomp
          Profile: builtin
         cgroupns
        Kernel Version: 5.15.0-67-generic
        Operating System: Ubuntu 22.04.2 LTS
        OSType: linux
        Architecture: x86_64
        CPUs: 1
        Total Memory: 969.4MiB
        Name: ubuntu-s-1vcpu-1gb-nyc1-01
        ID: 16f361c7-502a-46fa-bad5-5becaae808c5
        Docker Root Dir: /var/lib/docker
        Debug Mode: false
        Registry: https://index.docker.io/v1/
        Experimental: false
        Insecure Registries:
         127.0.0.0/8
        Live Restore Enabled: false

-----> git version: git version 2.34.1
-----> sigil version: 0.9.0build+bc921b7

Additional information

No response

josegonzalez commented 1 year ago

Confirmed as a bug. I'll see if I can shim in a fix into the next minor, but it'll likely land in the patch after that. Thanks for reporting.