[webpages] Add pushing webpages to Archivebox

This commit is contained in:
2024-04-13 00:39:18 -04:00
parent 2bf0ca1a8c
commit aebe4f899d
4 changed files with 683 additions and 1 deletions

View File

@ -26,6 +26,10 @@ class UserProfile(TimeStampedModel):
retroarch_path = models.CharField(max_length=255, **BNULL)
retroarch_auto_import = models.BooleanField(default=False)
archivebox_username = models.CharField(max_length=255, **BNULL)
archivebox_password = EncryptedField(**BNULL)
archivebox_url = models.CharField(max_length=255, **BNULL)
redirect_to_webpage = models.BooleanField(default=True)
def __str__(self):