AustinYQM
AustinYQM
EFPElfHosted / Funky Penguin
Created by karleksbarn on 12/26/2023 in #🙋┆geek-support
Traefik issues in docker swarm
Change the Traefik logging level to debug, it will spit out (much much) more and might be helpful. Are you using proxies on your DNS via cloudflare, are you sure the whitelist is complete?
11 replies
EFPElfHosted / Funky Penguin
Created by karleksbarn on 12/26/2023 in #🙋┆geek-support
Traefik issues in docker swarm
Not sure if the QTS update brought a Docker Engine update.
11 replies
EFPElfHosted / Funky Penguin
Created by karleksbarn on 12/26/2023 in #🙋┆geek-support
Traefik issues in docker swarm
Could have also been a change to docker engine that effected how it parsed the yaml.
11 replies
EFPElfHosted / Funky Penguin
Created by karleksbarn on 12/26/2023 in #🙋┆geek-support
Traefik issues in docker swarm
- "traefik.http.routers.traefik.service=api@internal"
11 replies
EFPElfHosted / Funky Penguin
Created by karleksbarn on 12/26/2023 in #🙋┆geek-support
Traefik issues in docker swarm
That should be = not :
11 replies
EFPElfHosted / Funky Penguin
Created by karleksbarn on 12/26/2023 in #🙋┆geek-support
Traefik issues in docker swarm
- "traefik.http.routers.traefik.service: api@internal"
11 replies
EFPElfHosted / Funky Penguin
Created by AustinYQM on 12/23/2023 in #🙋┆geek-support
Interesting git problem
Nope, not sure the best way to remedy this
5 replies
EFPElfHosted / Funky Penguin
Created by AustinYQM on 12/23/2023 in #🙋┆geek-support
Interesting git problem
Oh I see, there is an alias in the gcb-aliases thing, I think I get it
5 replies
EFPElfHosted / Funky Penguin
Created by AustinYQM on 12/23/2023 in #🙋┆geek-support
Interesting git problem
Not 100% sure why it.. seems to have downloaded a docker image?
5 replies
EFPElfHosted / Funky Penguin
Created by AustinYQM on 12/23/2023 in #🙋┆geek-support
Interesting git problem
I added export GIT_DISCOVER_ACROSS_FILESYSTEM=1 to my profile and ran and attempted to run git pull git@github.com:funkypenguin/geek-cookbook-premix.git /share/data/config (note the change of target directory, I do not believe I can put anything in var without risking hurting qts.) This was the result of the git command:
[/share/data/config] # git pull git@github.com:funkypenguin/geek-cookbook-premix.git /share/data/config
Unable to find image 'funkypenguin/git-docker:latest' locally
latest: Pulling from funkypenguin/git-docker
4fe2ade4980c: Pull complete
166b12221965: Pull complete
9f920d6a1aa9: Pull complete
d641ed786f8e: Pull complete
Digest: sha256:0488a0ed17e822d094bbbeb2e101e9492d835249301c5b9365ddbe4918c8df2e
Status: Downloaded newer image for funkypenguin/git-docker:latest
fatal: not a git repository (or any parent up to mount point /var)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[/share/data/config] # git pull git@github.com:funkypenguin/geek-cookbook-premix.git /share/data/config
Unable to find image 'funkypenguin/git-docker:latest' locally
latest: Pulling from funkypenguin/git-docker
4fe2ade4980c: Pull complete
166b12221965: Pull complete
9f920d6a1aa9: Pull complete
d641ed786f8e: Pull complete
Digest: sha256:0488a0ed17e822d094bbbeb2e101e9492d835249301c5b9365ddbe4918c8df2e
Status: Downloaded newer image for funkypenguin/git-docker:latest
fatal: not a git repository (or any parent up to mount point /var)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
5 replies
EFPElfHosted / Funky Penguin
Created by raiomarco on 12/21/2023 in #🙋┆geek-support
NAS Storage Disks: What to pick?
My general rule of thumb is 3:1 HDD:SSD, with SDD working more as swap space than storage.
13 replies