mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
fix CUSTOM_TEMPLATES_DIR config load and chrome symlinking
This commit is contained in:
parent
29fc14dff4
commit
f4f1d7893c
4 changed files with 16 additions and 13 deletions
|
@ -140,7 +140,7 @@ class ServerConfig(BaseConfigSet):
|
|||
|
||||
SNAPSHOTS_PER_PAGE: int = Field(default=40)
|
||||
FOOTER_INFO: str = Field(default='Content is hosted for personal archiving purposes only. Contact server owner for any takedown requests.')
|
||||
CUSTOM_TEMPLATES_DIR: Path = Field(default=None)
|
||||
# CUSTOM_TEMPLATES_DIR: Path = Field(default=None) # this is now a constant
|
||||
|
||||
PUBLIC_INDEX: bool = Field(default=True)
|
||||
PUBLIC_SNAPSHOTS: bool = Field(default=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue