kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
cd91052bf8
commit
f34c129ee9
|
@ -4,6 +4,10 @@ title: gmail-order-bot
|
||||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||||
<!-- Please read the https://github.com/lsiodev/docker-gmail-order-bot/blob/master/.github/CONTRIBUTING.md -->
|
<!-- Please read the https://github.com/lsiodev/docker-gmail-order-bot/blob/master/.github/CONTRIBUTING.md -->
|
||||||
|
|
||||||
|
# DEPRECATION NOTICE
|
||||||
|
|
||||||
|
This image is deprecated. We will not offer support for this image and it will not be updated.
|
||||||
|
|
||||||
# [lsiodev/gmail-order-bot](https://github.com/lsiodev/docker-gmail-order-bot)
|
# [lsiodev/gmail-order-bot](https://github.com/lsiodev/docker-gmail-order-bot)
|
||||||
|
|
||||||
[](https://scarf.sh/gateway/lsiodev-ci/docker/lsiodev%2Fgmail-order-bot)
|
[](https://scarf.sh/gateway/lsiodev-ci/docker/lsiodev%2Fgmail-order-bot)
|
||||||
|
@ -30,7 +34,7 @@ The architectures supported by this image are:
|
||||||
| :----: | :----: | ---- |
|
| :----: | :----: | ---- |
|
||||||
| x86-64 | ✅ | amd64-\<version tag\> |
|
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||||
| arm64 | ✅ | arm64v8-\<version tag\> |
|
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||||
| armhf| ✅ | arm32v7-\<version tag\> |
|
| armhf | ❌ | |
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
|
@ -92,6 +96,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
- BOT_NAME=discord
|
- BOT_NAME=discord
|
||||||
- LOOP_TIME=60
|
- LOOP_TIME=60
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -106,11 +111,13 @@ docker run -d \
|
||||||
--name=gmail-order-bot \
|
--name=gmail-order-bot \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
|
-e TZ=Etc/UTC \
|
||||||
-e BOT_NAME=discord \
|
-e BOT_NAME=discord \
|
||||||
-e LOOP_TIME=60 \
|
-e LOOP_TIME=60 \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/data:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/lsiodev/gmail-order-bot:latest
|
lscr.io/lsiodev/gmail-order-bot:latest
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -128,6 +135,7 @@ 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=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
| `BOT_NAME=discord` | On successful order receive send the order payload to this bot (default bots are located in root/defaults/bots) |
|
| `BOT_NAME=discord` | On successful order receive send the order payload to this bot (default bots are located in root/defaults/bots) |
|
||||||
| `LOOP_TIME=60` | Time in seconds to reach into gmail and get new messages to process |
|
| `LOOP_TIME=60` | Time in seconds to reach into gmail and get new messages to process |
|
||||||
|
|
||||||
|
@ -191,4 +199,5 @@ We publish various [Docker Mods](https://github.com/lsiodev/docker-mods) to enab
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **24.09.23:** - Deprecate.
|
||||||
* **06.07.20:** - Initial Release.
|
* **06.07.20:** - Initial Release.
|
||||||
|
|
Ładowanie…
Reference in New Issue