Ivan Reshetnikov
ca070782c9
External HDD is no longer needed. UID, GID and container tag may be changed. The time zone now matches the host.
27 lines
623 B
YAML
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
|