22 lines
356 B
YAML
22 lines
356 B
YAML
name: GoogleSheet Bot
|
|
version: "1.0.1"
|
|
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
|