Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

ArchiveBox

3 Topics 16 Posts
  • ArchiveBox - Package Updates

    Pinned
    2
    1 Votes
    2 Posts
    103 Views
    nebulonN

    [0.1.0]

    Initial version v0.7.2
  • 3 Votes
    11 Posts
    361 Views
    robiR

    Heya, been playing with archivebox and can't seem to figure out how to generate a functional site.

    Here's the example on the demo server: https://archivebox.demo.cloudron.io/archive/1706242844.530401/index.html (deleted)
    Was an archive of https://textconverter.com/split-text-into-paragraphs

    the .js for the input textbox and split functions doesn't work in the archived site ;-/

    How would one get that working?

  • 2 Votes
    3 Posts
    123 Views
    P

    Running the archivebox manage createsuperuser command interactively is no longer the only way to create a user, you can now also use the environment variables ADMIN_USERNAME + ADMIN_PASSWORD to setup the admin user automatically on first run as of v0.7.2.

    https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#admin_username--admin_password

    We also support LDAP for authentication, or custom headers for authentication (when using a reverse proxy that handles auth) using REVERSE_PROXY_USER_HEADER + REVERSE_PROXY_WHITELIST. I'm not sure how Cloudron handles auth, but maybe these are helpful to ya'll.

    reverse proxy auth info: https://github.com/ArchiveBox/ArchiveBox/pull/866 ldap auth info: https://github.com/ArchiveBox/ArchiveBox/pull/1214

    Thanks for your efforts packaging ArchiveBox for Cloudron! I've linked to Cloudron from our README as well btw: https://github.com/ArchiveBox/ArchiveBox/tree/dev#-other-options