2024-11-02 19:04:43 +05:00
|
|
|
---
|
|
|
|
argument_specs:
|
|
|
|
main:
|
|
|
|
options:
|
2024-11-19 17:26:34 +05:00
|
|
|
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
|
2024-11-19 17:26:34 +05:00
|
|
|
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
|
2024-11-19 17:26:34 +05:00
|
|
|
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
|