kopia lustrzana https://github.com/linuxserver/docker-documentation
Use correct namespace for serverstransport
rodzic
131b358b2a
commit
ae87b24dbf
26
docs/FAQ.md
26
docs/FAQ.md
|
@ -6,7 +6,7 @@ hide:
|
||||||
|
|
||||||
??? faq "My host is incompatible with images based on Ubuntu Jammy"
|
??? faq "My host is incompatible with images based on Ubuntu Jammy"
|
||||||
|
|
||||||
##### My host is incompatible with images based on Ubuntu Jammy { #jammy }
|
##### My host is incompatible with images based on Ubuntu Jammy { #jammy }
|
||||||
|
|
||||||
=== "Description"
|
=== "Description"
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ hide:
|
||||||
|
|
||||||
??? faq "My host is incompatible with images based on rdesktop"
|
??? faq "My host is incompatible with images based on rdesktop"
|
||||||
|
|
||||||
##### My host is incompatible with images based on rdesktop { #rdesktop }
|
##### My host is incompatible with images based on rdesktop { #rdesktop }
|
||||||
|
|
||||||
=== "Description"
|
=== "Description"
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ hide:
|
||||||
|
|
||||||
??? faq "My host is incompatible with images based on Ubuntu Focal and Alpine 3.13 and later"
|
??? faq "My host is incompatible with images based on Ubuntu Focal and Alpine 3.13 and later"
|
||||||
|
|
||||||
##### My host is incompatible with images based on Ubuntu Focal and Alpine 3.13 and later { #libseccomp }
|
##### My host is incompatible with images based on Ubuntu Focal and Alpine 3.13 and later { #libseccomp }
|
||||||
|
|
||||||
=== "Description"
|
=== "Description"
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ hide:
|
||||||
|
|
||||||
??? faq "My host filesystem is incompatible with my docker storage driver"
|
??? faq "My host filesystem is incompatible with my docker storage driver"
|
||||||
|
|
||||||
##### My host filesystem is incompatible with my docker storage driver { #storage }
|
##### My host filesystem is incompatible with my docker storage driver { #storage }
|
||||||
|
|
||||||
=== "Description"
|
=== "Description"
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@ hide:
|
||||||
|
|
||||||
??? faq "What is lscr.io"
|
??? faq "What is lscr.io"
|
||||||
|
|
||||||
##### What is lscr.io { #lscr }
|
##### What is lscr.io { #lscr }
|
||||||
|
|
||||||
LSCR is a vanity url for our images, this is provided to us in collaboration with [scarf.sh](https://about.scarf.sh/). It is not a dedicated docker registry, rather a redirection service. As of writing it redirects to GitHub Container Registry (ghcr.io).
|
LSCR is a vanity url for our images, this is provided to us in collaboration with [scarf.sh](https://about.scarf.sh/). It is not a dedicated docker registry, rather a redirection service. As of writing it redirects to GitHub Container Registry (ghcr.io).
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ hide:
|
||||||
|
|
||||||
??? faq "I cannot connect to lscr.io"
|
??? faq "I cannot connect to lscr.io"
|
||||||
|
|
||||||
##### I cannot connect to lscr.io { #lscr-no-connect }
|
##### I cannot connect to lscr.io { #lscr-no-connect }
|
||||||
|
|
||||||
Due to the nature of Scarf as a Docker gateway which gathers usage metrics, some overzealous privacy-focused blocklists will include its domains.
|
Due to the nature of Scarf as a Docker gateway which gathers usage metrics, some overzealous privacy-focused blocklists will include its domains.
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ hide:
|
||||||
|
|
||||||
??? faq "I want to reverse proxy an application which defaults to https with a self-signed certificate"
|
??? faq "I want to reverse proxy an application which defaults to https with a self-signed certificate"
|
||||||
|
|
||||||
##### I want to reverse proxy an application which defaults to https with a self-signed certificate { #strict-proxy }
|
##### I want to reverse proxy an application which defaults to https with a self-signed certificate { #strict-proxy }
|
||||||
|
|
||||||
=== "Traefik"
|
=== "Traefik"
|
||||||
|
|
||||||
|
@ -230,21 +230,21 @@ hide:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
http:
|
http:
|
||||||
serversTransports:
|
serversTransports:
|
||||||
ignorecert:
|
ignorecert:
|
||||||
insecureSkipVerify: true
|
insecureSkipVerify: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Then on our `foo` service we tell it to use this rule, as well as telling Traefik the backend is running on https.
|
Then on our `foo` service we tell it to use this rule, as well as telling Traefik the backend is running on https.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- traefik.http.services.foo.loadbalancer.serverstransport=ignorecert
|
- traefik.http.services.foo.loadbalancer.serverstransport=ignorecert@file
|
||||||
- traefik.http.services.foo.loadbalancer.server.scheme=https
|
- traefik.http.services.foo.loadbalancer.server.scheme=https
|
||||||
```
|
```
|
||||||
|
|
||||||
??? faq "Why does LinuxServer.io recommend to use docker-compose over Portainer?"
|
??? faq "Why does LinuxServer.io recommend to use docker-compose over Portainer?"
|
||||||
|
|
||||||
##### Why does LinuxServer.io recommend to use docker-compose over Portainer? { #portainer }
|
##### Why does LinuxServer.io recommend to use docker-compose over Portainer? { #portainer }
|
||||||
|
|
||||||
Portainer has many issues which make it hard for us to support, such as:
|
Portainer has many issues which make it hard for us to support, such as:
|
||||||
|
|
||||||
|
@ -257,7 +257,7 @@ hide:
|
||||||
|
|
||||||
??? faq "Inexplicable issues when running ubuntu"
|
??? faq "Inexplicable issues when running ubuntu"
|
||||||
|
|
||||||
##### Inexplicable issues when running ubuntu { #snap }
|
##### Inexplicable issues when running ubuntu { #snap }
|
||||||
|
|
||||||
=== "Description"
|
=== "Description"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue