homelab/roles/archivebox/meta/argument_specs.yml

28 lines
623 B
YAML
Raw Normal View History

2024-11-02 19:04:43 +05:00
---
argument_specs:
main:
options:
tag:
type: str
uid:
type: int
gid:
type: int
archive_dir:
type: str
description: "Path to the archive directory"
2024-11-02 19:04:43 +05:00
csrf_trusted_origins:
type: str
required: true
description: "Full URL to your instance, e.g. https://example.com"
2024-11-02 19:04:43 +05:00
allowed_hosts:
type: str
required: true
description: "The domain of your instance, e.g. example.com"
2024-11-02 19:04:43 +05:00
public_index:
type: bool
public_snapshots:
type: bool
save_archive_dot_org:
type: bool