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

5 Topics 24 Posts
  • ArchiveBox - Package Updates

    Pinned
    3
    1 Votes
    3 Posts
    1k Views
    nebulonN
    [0.2.0] Fix chrome sanbox mode
  • ArchiveBox initial setup

    2
    0 Votes
    2 Posts
    76 Views
    jamesJ
    @perelin said in ArchiveBox initial setup: Should I use the regular login mask, but what password to use / where to set a password. If you followed the first time setup guid step by step, you should be able to user your cloudron username and password in the login mask. I have just tested and confirmed it is working if the first time setup guide is followed.
  • 3 Votes
    5 Posts
    2k Views
    nebulonN
    @pirate thanks for the elaborate explanation! This makes sense. We anyways try to stay as close with the default configs for app packages as upstream usually always knows best and often has deeper reasoning as seen in this example again.
  • ArchiveBox on Cloudron - Success!

    archivebox success testing
    11
    1
    3 Votes
    11 Posts
    4k 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
    1k 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