Skip to content

Instantly share code, notes, and snippets.

@nemanjam
Created February 25, 2023 17:52
Show Gist options
  • Save nemanjam/6437f96ed522fb812e45ea5231ebe05a to your computer and use it in GitHub Desktop.
Save nemanjam/6437f96ed522fb812e45ea5231ebe05a to your computer and use it in GitHub Desktop.

Revisions

  1. nemanjam created this gist Feb 25, 2023.
    167 changes: 167 additions & 0 deletions traefik-proxy-apps-dokku$ tree -da.log
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,167 @@
    ubuntu@arm1:~$ cd traefik-proxy/apps/dokku/
    ubuntu@arm1:~/traefik-proxy/apps/dokku$ tree -da .
    .
    └── dokku-data
    ├── etc
    │   ├── nginx
    │   └── ssh
    │   ├── ssh_config.d
    │   └── sshd_config.d
    ├── home
    │   └── dokku
    │   ├── .basher
    │   ├── .dokkurc
    │   ├── .parallel
    │   │   └── tmp
    │   ├── .ssh
    │   └── nextjs-app
    │   ├── branches
    │   ├── hooks
    │   ├── info
    │   ├── letsencrypt
    │   │   ├── account
    │   │   └── certs
    │   │   └── ac00fb3b1783f8750bfd5ca350e514d4918ca459
    │   ├── nginx.conf.d
    │   ├── objects
    │   │   ├── 00
    │   │   ├── 06
    │   │   ├── 07
    │   │   ├── 09
    │   │   ├── 0c
    │   │   ├── 0e
    │   │   ├── 15
    │   │   ├── 1b
    │   │   ├── 24
    │   │   ├── 34
    │   │   ├── 35
    │   │   ├── 40
    │   │   ├── 45
    │   │   ├── 47
    │   │   ├── 4a
    │   │   ├── 4c
    │   │   ├── 51
    │   │   ├── 54
    │   │   ├── 59
    │   │   ├── 5a
    │   │   ├── 5b
    │   │   ├── 61
    │   │   ├── 6c
    │   │   ├── 6d
    │   │   ├── 6e
    │   │   ├── 71
    │   │   ├── 79
    │   │   ├── 7b
    │   │   ├── 7f
    │   │   ├── 81
    │   │   ├── 82
    │   │   ├── 83
    │   │   ├── 84
    │   │   ├── 88
    │   │   ├── 89
    │   │   ├── 8f
    │   │   ├── 91
    │   │   ├── 95
    │   │   ├── 9b
    │   │   ├── a1
    │   │   ├── a9
    │   │   ├── b0
    │   │   ├── b2
    │   │   ├── b5
    │   │   ├── b9
    │   │   ├── be
    │   │   ├── bf
    │   │   ├── c1
    │   │   ├── c2
    │   │   ├── c5
    │   │   ├── c7
    │   │   ├── c8
    │   │   ├── c9
    │   │   ├── cf
    │   │   ├── d0
    │   │   ├── d2
    │   │   ├── d4
    │   │   ├── d7
    │   │   ├── da
    │   │   ├── dd
    │   │   ├── e9
    │   │   ├── f0
    │   │   ├── f3
    │   │   ├── f6
    │   │   ├── f8
    │   │   ├── fa
    │   │   ├── fb
    │   │   ├── fc
    │   │   ├── fd
    │   │   ├── fe
    │   │   ├── info
    │   │   └── pack
    │   └── refs
    │   ├── heads
    │   └── tags
    └── var
    └── lib
    └── dokku
    ├── config
    │   ├── app-json
    │   │   └── nextjs-app
    │   ├── apps
    │   │   └── nextjs-app
    │   ├── builder
    │   ├── builder-dockerfile
    │   ├── builder-herokuish
    │   ├── builder-lambda
    │   ├── builder-pack
    │   ├── buildpacks
    │   ├── caddy
    │   │   └── --global
    │   ├── checks
    │   ├── common
    │   │   └── nextjs-app
    │   ├── git
    │   │   └── nextjs-app
    │   ├── haproxy
    │   ├── letsencrypt
    │   │   ├── --global
    │   │   └── nextjs-app
    │   ├── logs
    │   ├── mongo
    │   ├── network
    │   │   ├── --global
    │   │   └── nextjs-app
    │   ├── nginx
    │   │   └── --global
    │   ├── postgres
    │   ├── ps
    │   │   └── nextjs-app
    │   ├── registry
    │   ├── resource
    │   ├── scheduler
    │   ├── scheduler-docker-local
    │   └── traefik
    │   └── --global
    ├── data
    │   ├── app-json
    │   │   └── nextjs-app
    │   ├── builder-lambda
    │   ├── caddy
    │   ├── git
    │   ├── haproxy
    │   ├── letsencrypt
    │   │   └── nextjs-app
    │   ├── logs
    │   │   └── nextjs-app
    │   ├── nginx-vhosts
    │   │   ├── app-nextjs-app
    │   │   └── dokku-errors
    │   ├── ps
    │   │   └── nextjs-app
    │   ├── scheduler-docker-local
    │   │   └── nextjs-app
    │   ├── storage
    │   └── traefik
    └── services
    ├── mongo
    └── postgres

    162 directories