kopia lustrzana https://github.com/bellingcat/auto-archiver
Also build auto-archiver
rodzic
3eb4ab41b8
commit
54a2a19dd7
|
@ -19,7 +19,7 @@ build:
|
||||||
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
|
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
|
||||||
|
|
||||||
# generate the config editor page. Schema then HTML
|
# generate the config editor page. Schema then HTML
|
||||||
- poetry run python scripts/generate_settings_schema.py
|
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run python scripts/generate_settings_schema.py
|
||||||
# install node dependencies and build the settings
|
# install node dependencies and build the settings
|
||||||
- cd scripts/settings && npm install && npm run build && cp dist/index.html ../../docs/source/installation/settings_base.html && cd ../..
|
- cd scripts/settings && npm install && npm run build && cp dist/index.html ../../docs/source/installation/settings_base.html && cd ../..
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"default": 1,
|
"default": 1,
|
||||||
"help": "index of the header row (starts at 1)",
|
"type": "int",
|
||||||
"type": "int"
|
"help": "index of the header row (starts at 1)"
|
||||||
},
|
},
|
||||||
"service_account": {
|
"service_account": {
|
||||||
"default": "secrets/service_account.json",
|
"default": "secrets/service_account.json",
|
||||||
|
@ -85,8 +85,8 @@
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"default": 1,
|
"default": 1,
|
||||||
"help": "index of the header row (starts at 1)",
|
"type": "int",
|
||||||
"type": "int"
|
"help": "index of the header row (starts at 1)"
|
||||||
},
|
},
|
||||||
"service_account": {
|
"service_account": {
|
||||||
"default": "secrets/service_account.json",
|
"default": "secrets/service_account.json",
|
||||||
|
@ -559,6 +559,7 @@
|
||||||
},
|
},
|
||||||
"join_channels": {
|
"join_channels": {
|
||||||
"default": true,
|
"default": true,
|
||||||
|
"type": "bool",
|
||||||
"help": "disables the initial setup with channel_invites config, useful if you have a lot and get stuck"
|
"help": "disables the initial setup with channel_invites config, useful if you have a lot and get stuck"
|
||||||
},
|
},
|
||||||
"channel_invites": {
|
"channel_invites": {
|
||||||
|
@ -587,6 +588,7 @@
|
||||||
},
|
},
|
||||||
"join_channels": {
|
"join_channels": {
|
||||||
"default": true,
|
"default": true,
|
||||||
|
"type": "bool",
|
||||||
"help": "disables the initial setup with channel_invites config, useful if you have a lot and get stuck"
|
"help": "disables the initial setup with channel_invites config, useful if you have a lot and get stuck"
|
||||||
},
|
},
|
||||||
"channel_invites": {
|
"channel_invites": {
|
||||||
|
@ -887,8 +889,8 @@
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"default": 120,
|
"default": 120,
|
||||||
"help": "timeout for WACZ generation in seconds",
|
"type": "int",
|
||||||
"type": "int"
|
"help": "timeout for WACZ generation in seconds"
|
||||||
},
|
},
|
||||||
"extract_media": {
|
"extract_media": {
|
||||||
"default": false,
|
"default": false,
|
||||||
|
@ -926,8 +928,8 @@
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"default": 120,
|
"default": 120,
|
||||||
"help": "timeout for WACZ generation in seconds",
|
"type": "int",
|
||||||
"type": "int"
|
"help": "timeout for WACZ generation in seconds"
|
||||||
},
|
},
|
||||||
"extract_media": {
|
"extract_media": {
|
||||||
"default": false,
|
"default": false,
|
||||||
|
@ -1150,10 +1152,12 @@
|
||||||
},
|
},
|
||||||
"include_srt": {
|
"include_srt": {
|
||||||
"default": false,
|
"default": false,
|
||||||
|
"type": "bool",
|
||||||
"help": "Whether to include a subtitle SRT (SubRip Subtitle file) for the video (can be used in video players)."
|
"help": "Whether to include a subtitle SRT (SubRip Subtitle file) for the video (can be used in video players)."
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"default": 90,
|
"default": 90,
|
||||||
|
"type": "int",
|
||||||
"help": "How many seconds to wait at most for a successful job completion."
|
"help": "How many seconds to wait at most for a successful job completion."
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
|
@ -1178,10 +1182,12 @@
|
||||||
},
|
},
|
||||||
"include_srt": {
|
"include_srt": {
|
||||||
"default": false,
|
"default": false,
|
||||||
|
"type": "bool",
|
||||||
"help": "Whether to include a subtitle SRT (SubRip Subtitle file) for the video (can be used in video players)."
|
"help": "Whether to include a subtitle SRT (SubRip Subtitle file) for the video (can be used in video players)."
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"default": 90,
|
"default": 90,
|
||||||
|
"type": "int",
|
||||||
"help": "How many seconds to wait at most for a successful job completion."
|
"help": "How many seconds to wait at most for a successful job completion."
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
|
|
Ładowanie…
Reference in New Issue