2.3.0+1.39.3
I don't see any ACL options for fake-s3
. The bucket should be rw to outline, and only public/
path should be world-readable. So i figure it needs to be exposed somehow, wondering if that could…
gosu
is used in the vendor docker-entrypoint.sh
. Its not portable to -alpine
, but wouldn't be with apt-install
either
I don't know in which state the migration did not complete, its just a safety mechanism to stop interrupted migrations that are in an unclear state. With restore I mean to restore the hopefully…
.html
don't work anymore
SECRET_KEY
has to be in hex format, i.e. like openssl rand -hex 32
. Can abra
do that?
Yes i did remove and regenerate with different key sizes, and also completely removed the app. Just tried now again:
> abra app run <domain> app cat /run/secrets/secret_key
Changing secret_key
to length 32 doesn't solve the problem for me, I still get the exact same error msg.
I also tried length=16, then I got:
{"level":"warn","message":"- SECRET_KEY's byte…