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 -->
|
||||
<!-- 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)
|
||||
|
||||
[![Scarf.io pulls](https://scarf.sh/installs-badge/lsiodev-ci/lsiodev%2Fgmail-order-bot?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](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\> |
|
||||
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||
| armhf| ✅ | arm32v7-\<version tag\> |
|
||||
| armhf | ❌ | |
|
||||
|
||||
## Application Setup
|
||||
|
||||
|
@ -92,6 +96,7 @@ services:
|
|||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- BOT_NAME=discord
|
||||
- LOOP_TIME=60
|
||||
volumes:
|
||||
|
@ -106,11 +111,13 @@ docker run -d \
|
|||
--name=gmail-order-bot \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e TZ=Etc/UTC \
|
||||
-e BOT_NAME=discord \
|
||||
-e LOOP_TIME=60 \
|
||||
-v /path/to/data:/config \
|
||||
--restart unless-stopped \
|
||||
lscr.io/lsiodev/gmail-order-bot:latest
|
||||
|
||||
```
|
||||
|
||||
## 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 |
|
||||
| `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) |
|
||||
| `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
|
||||
|
||||
* **24.09.23:** - Deprecate.
|
||||
* **06.07.20:** - Initial Release.
|
||||
|
|
Ładowanie…
Reference in New Issue