- config.yaml, nina.yaml, scheduler.yaml aus Root → config/ verschoben - conf/ (env.example, nina.yaml, scheduler.yaml, config.yaml) gelöscht - meshbot/config.py, nina.py, scheduler.py: Pfade auf config/ aktualisiert - .gitignore: config/.env und .forgejo_token ergänzt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
741 B
YAML
32 lines
741 B
YAML
jobs:
|
|
- name: Wetterbericht
|
|
enabled: true
|
|
cron: 0 7 * * *
|
|
command: ?weather
|
|
channel: 0
|
|
description: Taeglicher Wetterbericht
|
|
type: command
|
|
- name: Mesh-Status
|
|
enabled: true
|
|
cron: 0 18 * * *
|
|
command: ?mesh
|
|
channel: 1
|
|
description: Mesh-Netzwerk Uebersicht
|
|
type: command
|
|
- name: Bot-Bake
|
|
description: Bot-Bake LongFast
|
|
type: message
|
|
command: '{datetime} MeshDD-Bot Version v0.08.11 aktiv, {nodes_24h} Nodes aktiv,
|
|
Hilfe mit "?help"'
|
|
cron: 0 */6 * * *
|
|
channel: 0
|
|
enabled: false
|
|
- name: Bot-Bake Mei
|
|
description: Bot-Bake INFO MEI O
|
|
type: message
|
|
command: '{datetime} MeshDD-Bot Version v0.08.11 aktiv, {nodes_24h} Nodes aktiv,
|
|
Hilfe mit "?help"'
|
|
cron: 1 */6 * * *
|
|
channel: 4
|
|
enabled: true
|