Commit History

Author SHA1 Message Date
  Nick Sweeting 8f3901dd36 fix edge case in docker_entrypoint where crontabs glob fails to expand 1 year ago
  Nick Sweeting 8e9cfc8869 fix crontab symlinking to use glob instead of ls for iteration 1 year ago
  Nick Sweeting e48159b8a0 cleanup docker-compose by storing crontabs in data dir 1 year ago
  Nick Sweeting ed49301cf0 only check data/archive if data has space available in entrypoinbt 2 years ago
  Nick Sweeting 75d8ed3fec dont attempt to chown /browsers/.links if it doesnt exist 2 years ago
  Nick Sweeting 8ccb4f73ec check data/archive folder for free space as well 2 years ago
  Nick Sweeting ff5aef521e fix chown of playwright browsers dir links 2 years ago
  Nick Sweeting 014c1e1dc7 remove dbus from docker setup, not actually needed 2 years ago
  Nick Sweeting df11a8a3ba fix playwright browsers path not having hidden dir inside chowned 2 years ago
  Nick Sweeting e085b1d13b try to chown everything in ./data and only fallback to avoiding ./data/archive if it fails initially 2 years ago
  gnattu bc2bfc1cc7 fix: handle archive folder permission more graceful 2 years ago
  Nick Sweeting 3ddc0c7f7a fix free space calculation and make it based on absolute values instead of pcts 2 years ago
  Nick Sweeting 2bb6dca294 check for available disk space on docker root fs and data volume and improve shell requoting 2 years ago
  Nick Sweeting 48c9a49d56 fix shell re-quoting in docker_entrypoint.sh so that quoted subcommands can be passed in 2 years ago
  Nick Sweeting 1f71fedff7 dont check for PGID=0 anymore 2 years ago
  Nick Sweeting 6584f300d6 add better comments 2 years ago
  Nick Sweeting 7410fddacf improve entrypoint error handling and color coding 2 years ago
  Nick Sweeting c259b3f2fd fix browsers chown on startup again 2 years ago
  Nick Sweeting 1ce228e9bb fix /browsers/* does not exist chown error 2 years ago
  Nick Sweeting 4a4ed2cad6 fix version string parsing 2 years ago
  Nick Sweeting 35685cf6ea mkdir and chown browsers directory automatically in entrypoint script 2 years ago
  Nick Sweeting b9f25d84f3 catch edge case where user sets PUID=0 or autodetected PUID=0 and add hints about network filesystem permissions being messed with 2 years ago
  Matteo Giordano a8eade4dd0 Fix archivebox user UID & GID 2 years ago
  Nick Sweeting fd9803f3b7 chown PLAYWRIGHT_BROWSERS_PATH in entrypoint to fix archivebox setup 2 years ago
  Nick Sweeting 166573d417 autodetect qemu and warn about broken chrome in emulated containers 2 years ago
  Nick Sweeting ce76c324a5 autodetect uid and gid from data dir contents 2 years ago
  Nick Sweeting 019c012951 fix entrypoint chowning 2 years ago
  Nick Sweeting 6b35c30e17 fix armv7 build for Docker and bare metal 2 years ago
  Nick Sweeting db360dea1f Fix writing to stderr from docker entrypoint 2 years ago
  Nick Sweeting e7795550fc add help message to permissions error output 2 years ago