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 |
Nick Sweeting
|
16796a63fd
share PUID and PGID with child procs from entrypoint
|
2 years ago |
Nick Sweeting
|
4f655fc4a1
Replace chown of entire data directory when ownership mismatch detected
|
2 years ago |
Nick Sweeting
|
0b6064b7dd
Update docker_entrypoint.sh to use /bin/bash
|
2 years ago |
Nick Sweeting
|
09842c1f7e
autocreate logs dir
|
4 years ago |
Nick Sweeting
|
19f7c907e0
exec archivebox from docker entrypoint script to avoid nesting pid under bash
|
5 years ago |
Dan Arnfield
|
187ca7e2b5
Change env vars to linuxserver.io convention
|
5 years ago |
Dan Arnfield
|
db96e7d75b
Set archivebox UID/GID via envvars
|
5 years ago |
Nick Sweeting
|
ea209fa575
make permission chowning on docker start less fancy
|
5 years ago |
Nick Sweeting
|
5b15c8e29e
silence usermod on start
|
5 years ago |
Nick Sweeting
|
33ab7fd4ec
autodetect when running inside docker and provide hints
|
5 years ago |
Nick Sweeting
|
f6ec98e1c0
ignore stderr during chown
|
5 years ago |