homelab/roles/archivebox/meta/argument_specs.yml
Ivan Reshetnikov ca070782c9
Make archivebox role customizable
External HDD is no longer needed.
UID, GID and container tag may be changed.
The time zone now matches the host.
2024-11-19 17:26:34 +05:00

27 lines
623 B
YAML

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