No config/traefik folder under integration

Hello everybody,

I am trying to do basic preparation for mender server installation with Docker Compose.The first step that I need to do is the following:
git clone -b 3.4.0 GitHub - mendersoftware/integration: Mender backend services integration. mender-server
I have already cloned this repo, but I cannot see the config/traefik directory under mender-server. I have checked the .gitignore, but this folder is not included there.So, what could be the reason ?

Hello @dekan
You can find config/traefik directory here: https://github.com/mendersoftware/integration/tree/3.4.x/config/traefik
If you checked this out without deep limitation, you should see it

1 Like

I can see it on the github, but when I clone this repo to my digitialocean droplet, the folder does not appear there.

This is my test on a temp directory:

$ git clone -b 3.4.0 https://github.com/mendersoftware/integration mender-server
$ cd mender-server
$ ls -l config/traefik 
total 32
drwxrwxr-x 2 giova giova 4096 lug 26 11:10 static
-rw-rw-r-- 1 giova giova 2615 lug 26 11:10 traefik.enterprise.yaml
-rw-rw-r-- 1 giova giova 2511 lug 26 11:10 traefik.middlewares.yaml
-rw-rw-r-- 1 giova giova  482 lug 26 11:10 traefik.minio.yaml
-rw-rw-r-- 1 giova giova  611 lug 26 11:10 traefik.reporting.yaml
-rw-rw-r-- 1 giova giova  309 lug 26 11:10 traefik.tls.yaml
-rw-rw-r-- 1 giova giova 7958 lug 26 11:10 traefik.yaml

Could you please check it on another system?

Thanks