We could also try template or sed -i the conf/seahub_settings.py, but unsure how to do it, because some SECRET_KEY is generated in there, and the stuff is generated after our entrypoint ...
for now i simply run abra app run seafile.example.org app bash and vi that file
Because we don't use the builtin LETSENCRYPT stuff, the bootstrap.py script assumes `http` as PROTO for FILE_SERVER_ROOT, SERVICE_URL...
Already raised an issue: https://github.com/haiwen/seafile-docker/issues/302
We could also try template or `sed -i` the `conf/seahub_settings.py`, but unsure how to do it, because some `SECRET_KEY` is generated in there, and the stuff is generated after our entrypoint ...
for now i simply run `abra app run seafile.example.org app bash` and `vi` that file
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Because we don't use the builtin LETSENCRYPT stuff, the bootstrap.py script assumes
httpas PROTO for FILE_SERVER_ROOT, SERVICE_URL...Already raised an issue: https://github.com/haiwen/seafile-docker/issues/302
We could also try template or
sed -itheconf/seahub_settings.py, but unsure how to do it, because someSECRET_KEYis generated in there, and the stuff is generated after our entrypoint ...for now i simply run
abra app run seafile.example.org app bashandvithat file