26 lines
509 B
YAML
26 lines
509 B
YAML
name: GoogleSheet Bot
|
|
version: "1.0.8"
|
|
slug: googlesheet_bot
|
|
description: Bot do automatyzacji zadań w Arkuszach Google.
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armhf
|
|
- armv7
|
|
- i386
|
|
init: false
|
|
startup: application
|
|
boot: auto
|
|
options:
|
|
credentials_json: ""
|
|
run_hours: "9,13,16"
|
|
debug: false
|
|
schema:
|
|
credentials_json: str
|
|
run_hours: str
|
|
debug: bool
|
|
# environment:
|
|
# CONFIG_CREDENTIALS_JSON: "{options.credentials_json}"
|
|
# CONFIG_RUN_HOURS: "{options.run_hours}"
|
|
# CONFIG_DEBUG: "{options.debug}"
|