kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
eb780baf65
commit
162f3b497a
|
@ -37,10 +37,35 @@ The architectures supported by this image are:
|
||||||
|
|
||||||
The application can be accessed at:
|
The application can be accessed at:
|
||||||
|
|
||||||
http://yourhost:3000/
|
* http://yourhost:3000/
|
||||||
|
|
||||||
By default the user/pass is abc/abc, if you change your password or want to login manually to the GUI session for any reason use the following link:
|
By default the user/pass is abc/abc, if you change your password or want to login manually to the GUI session for any reason use the following link:
|
||||||
|
|
||||||
http://yourhost:3000/?login=true
|
* http://yourhost:3000/?login=true
|
||||||
|
|
||||||
|
You can also force login on the '/' path without this parameter by passing the environment variable `-e AUTO_LOGIN=false`.
|
||||||
|
|
||||||
|
#### Mysql Internal
|
||||||
|
|
||||||
|
When using mysql internal mode for the database you will need to click on "Find" Button for all the required binaries (mysql_install_db,mysqladmin,mysqld). Then select the binary file and press Open.
|
||||||
|
|
||||||
|
#### Keyboard Layouts
|
||||||
|
|
||||||
|
This should match the layout on the computer you are accessing the container from.
|
||||||
|
The keyboard layouts available for use are:
|
||||||
|
* da-dk-qwerty- Danish keyboard
|
||||||
|
* de-ch-qwertz- Swiss German keyboard (qwertz)
|
||||||
|
* de-de-qwertz- German keyboard (qwertz) - **OSK available**
|
||||||
|
* en-gb-qwerty- English (UK) keyboard
|
||||||
|
* en-us-qwerty- English (US) keyboard - **OSK available** **DEFAULT**
|
||||||
|
* es-es-qwerty- Spanish keyboard - **OSK available**
|
||||||
|
* fr-ch-qwertz- Swiss French keyboard (qwertz)
|
||||||
|
* fr-fr-azerty- French keyboard (azerty) - **OSK available**
|
||||||
|
* it-it-qwerty- Italian keyboard - **OSK available**
|
||||||
|
* ja-jp-qwerty- Japanese keyboard
|
||||||
|
* pt-br-qwerty- Portuguese Brazilian keyboard
|
||||||
|
* sv-se-qwerty- Swedish keyboard
|
||||||
|
* tr-tr-qwerty- Turkish-Q keyboard
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -60,6 +85,8 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
|
- SUBFOLDER=/ #optional
|
||||||
|
- KEYBOARD=en-us-qwerty #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/config
|
- /path/to/config:/config
|
||||||
ports:
|
ports:
|
||||||
|
@ -76,6 +103,8 @@ docker run -d \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=America/New_York \
|
-e TZ=America/New_York \
|
||||||
|
-e SUBFOLDER=/ `#optional` \
|
||||||
|
-e KEYBOARD=en-us-qwerty `#optional` \
|
||||||
-p 3000:3000 `#optional` \
|
-p 3000:3000 `#optional` \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -105,6 +134,8 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| `PUID=1000` | for UserID - see below for explanation |
|
| `PUID=1000` | for UserID - see below for explanation |
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `TZ=America/New_York` | Specify a timezone to use EG America/New_York. |
|
| `TZ=America/New_York` | Specify a timezone to use EG America/New_York. |
|
||||||
|
| `SUBFOLDER=/` | Specify a subfolder to use with reverse proxies, IE `/subfolder/` |
|
||||||
|
| `KEYBOARD=en-us-qwerty` | See the keyboard layouts section for more information and options. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -166,6 +197,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **20.02.22:** - Add MariaDB, expand documentation.
|
||||||
* **15.02.22:** - Rebase to Arch.
|
* **15.02.22:** - Rebase to Arch.
|
||||||
* **27.12.21:** - Rebase to focal to resolve dependency issues.
|
* **27.12.21:** - Rebase to focal to resolve dependency issues.
|
||||||
* **27.03.21:** - Download link fixed.
|
* **27.03.21:** - Download link fixed.
|
||||||
|
|
Ładowanie…
Reference in New Issue