Commit Graph

51 Commits (d83d136f458b32de985773b3cbbc9e079541da9c)
 

Author SHA1 Message Date
El RIDO d83d136f45
remove backwards compatibility with port 80 to drop setcap use, closes #15
4 years ago
El RIDO c11b91da26
update to openssl 1.1.1g
4 years ago
El RIDO 770958fc7c
new release 1.3.4
4 years ago
El RIDO f8edfbd009
new release 1.3.3
4 years ago
El RIDO 36fc8ff134
provide a working example of a k8s deployment, fixes #8
4 years ago
El RIDO e1df8e99a4
Merge branch 'mattclegg-1578563055'
4 years ago
mattclegg f0aa6e51d4
[BUGFIX] add nobody to www-data group to allow correct ownerships
4 years ago
El RIDO c0e969be7d
new release 1.3.2
4 years ago
El RIDO 79b2d68bf7
updating paths for Alpine 3.11
4 years ago
El RIDO fd564b47e1
avoiding curl by using busybox' wget, deduplication of commands
4 years ago
El RIDO 5b6a042eb9
update alpine
4 years ago
El RIDO 2510616c8d
improved wording of documentation
4 years ago
El RIDO 0c1a2e565c
changing default port to 8080, keeping port 80 for backwards compatibility. updating documentation. ensure the image can be run as root user and services drop privileges, fixes #11
4 years ago
El RIDO 0160b8e051
bounce alpine image
5 years ago
El RIDO 9b8aa78539
build architecture detection for choosing the correct s6 overlay #3
5 years ago
El RIDO abd5b56c1d
reverting user to nobody, to avoid having to change permissions of existing data directories
5 years ago
El RIDO d393fc5c89
increasing file upload support to 10 MiB, the new default in PrivateBin 1.3.1 and documenting how this can be increased further, fixes #7
5 years ago
El RIDO 09eff060ab
new release 1.3.1, correcting docs to work in a release agnostic way and add reference to included PostgreSQL module
5 years ago
El RIDO a1d92a013e
switching from supervisord to s6-overlay, less dependencies and lets us run as non-root
5 years ago
El RIDO a4a3f175a4
ensure latest alpine 3.10 is used, add tzdata to support timezone in nginx logs
5 years ago
El RIDO ad8a4c184a
new release 1.3
5 years ago
El RIDO c1bcafcc02
clarify permissions required for data volume
5 years ago
El RIDO dba458cad9
with alpine 3.10 we have version parity with the php image, so a smaller image with minimal dependencies is possible
5 years ago
El RIDO 22805f20a8
making image source explicit
5 years ago
El RIDO 5228f0f48e new release 1.2.1
6 years ago
El RIDO 9438b9b88f new release 1.2
6 years ago
El RIDO 93da5b24a8 Allow up to 3 MiB payload in nginx, privatebin defaults to 2 MiB
6 years ago
El RIDO f18e51f132 privilege separation, ensuring nginx may access it's own tmp folder and only read /var/www
6 years ago
Simon Rupf 14ea837229 switching to unix socket for communication between nginx & php-fpm, improves performance and fixes #1
6 years ago
El RIDO d2aa0d89eb updating formatting for docker hub
6 years ago
El RIDO f9687a65df improving documentation
6 years ago
El RIDO 021c774227 Updating documentation
6 years ago
El RIDO 3236992f33 added GPG based verification of PrivateBin release
6 years ago
El RIDO f03a438ee5 deploying PrivateBin with changed path, to keep code and data out of the document root
6 years ago
El RIDO aa1cabad94 trimmed down docker image, added GD support, enabled file upload
6 years ago
Michael Contento 40cb55b3d5 Move default access_log config into own overwritable file
7 years ago
Michael Contento 3718ea34ee Disable php-fpm access.log, as nginx already logs the access
7 years ago
Michael Contento 7078cdfe7d Ensure nginx writes properly to stdout/stderr
7 years ago
Michael Contento 54c2021348 Sort php-fpm configs and add ENV_WHITELIST option
7 years ago
Michael Contento 8fc2924cb7 Don't log supervisord messages twice
7 years ago
Michael Contento 573187ea6b Only lower-case the xdebug seting name and NOT it's value
7 years ago
Michael Contento 3d50758773 Add .dockerignore for a smaller docker build context
7 years ago
Michael Contento 95ff0d3758 Add xdebug support and improve php configuration
7 years ago
Michael Contento 4b6ebf31c6 Add custom "hook folders" /etc/nginx/{server.d,location.d}
7 years ago
Michael Contento 271d123846 Fix outdated comment in Dockerfile
7 years ago
Michael Contento 023f04c7a4 refactor REDIRECT_PROTO and add some examples
7 years ago
Michael Contento b6c804b68c support container restarting
7 years ago
Michael Contento a0929f0059 support php for nested routes
7 years ago
Michael Contento 48724219b3 add REDIRECT_SCHEME to support running this image behind a SSL-termination proxy
7 years ago
Michael Contento 190712ffc1 combine two RUN statements to keep the layers down
7 years ago