config.yaml 282 B

1234567891011121314
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:11337
  3. logLevel: "WARN"
  4. checkForUpdates: false
  5. showFooter: false
  6. actions:
  7. - title: Delete old backups
  8. icon: ashtonished
  9. shell: echo "Deleted old backups"
  10. arguments:
  11. - type: confirmation
  12. title: Are you sure?!