|
70c88ef9c7
|
bump versions
|
2022-03-02 21:49:27 +01:00 |
|
|
60b596ddb2
|
refactor, cleanup and strip off the nginx
|
2020-05-17 22:43:54 +02:00 |
|
|
8ad95a56e9
|
Revert "enable ipv6 listening"
This reverts commit 9582113c42 .
Discussion
9582113c42 (commitcomment-39238032)
|
2020-05-17 21:12:40 +02:00 |
|
|
c7ef6aed7f
|
Merge remote-tracking branch 'upstream/master'
|
2020-05-17 20:53:48 +02:00 |
|
El RIDO
|
9582113c42
|
enable ipv6 listening
|
2020-04-28 07:13:40 +02:00 |
|
El RIDO
|
d83d136f45
|
remove backwards compatibility with port 80 to drop setcap use, closes #15
|
2020-04-28 07:10:27 +02:00 |
|
El RIDO
|
c11b91da26
|
update to openssl 1.1.1g
|
2020-04-22 20:01:16 +02:00 |
|
El RIDO
|
770958fc7c
|
new release 1.3.4
|
2020-03-22 07:21:58 +01:00 |
|
El RIDO
|
f8edfbd009
|
new release 1.3.3
|
2020-02-16 11:54:05 +01:00 |
|
El RIDO
|
36fc8ff134
|
provide a working example of a k8s deployment, fixes #8
|
2020-01-18 06:40:18 +01:00 |
|
El RIDO
|
e1df8e99a4
|
Merge branch 'mattclegg-1578563055'
|
2020-01-16 05:37:09 +01:00 |
|
mattclegg
|
f0aa6e51d4
|
[BUGFIX] add nobody to www-data group to allow correct ownerships
|
2020-01-13 14:04:59 +01:00 |
|
El RIDO
|
c0e969be7d
|
new release 1.3.2
|
2020-01-11 12:07:47 +01:00 |
|
El RIDO
|
79b2d68bf7
|
updating paths for Alpine 3.11
|
2019-12-21 16:38:01 +01:00 |
|
El RIDO
|
fd564b47e1
|
avoiding curl by using busybox' wget, deduplication of commands
|
2019-12-21 14:21:24 +01:00 |
|
El RIDO
|
5b6a042eb9
|
update alpine
|
2019-12-21 07:38:01 +01:00 |
|
El RIDO
|
2510616c8d
|
improved wording of documentation
|
2019-12-07 09:23:15 +01:00 |
|
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
|
2019-12-07 09:20:39 +01:00 |
|
El RIDO
|
0160b8e051
|
bounce alpine image
|
2019-10-26 18:06:38 +02:00 |
|
El RIDO
|
9b8aa78539
|
build architecture detection for choosing the correct s6 overlay #3
|
2019-10-04 07:38:32 +02:00 |
|
|
d452029127
|
Merge branch 'master' of https://github.com/PrivateBin/docker-nginx-fpm-alpine
continuous-integration/drone/push Build is passing
|
2019-09-29 22:35:54 +02:00 |
|
El RIDO
|
abd5b56c1d
|
reverting user to nobody, to avoid having to change permissions of existing data directories
|
2019-09-23 07:52:34 +02:00 |
|
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
|
2019-09-23 07:42:14 +02:00 |
|
El RIDO
|
09eff060ab
|
new release 1.3.1, correcting docs to work in a release agnostic way and add reference to included PostgreSQL module
|
2019-09-23 07:29:26 +02:00 |
|
El RIDO
|
a1d92a013e
|
switching from supervisord to s6-overlay, less dependencies and lets us run as non-root
|
2019-09-23 07:19:50 +02:00 |
|
El RIDO
|
a4a3f175a4
|
ensure latest alpine 3.10 is used, add tzdata to support timezone in nginx logs
|
2019-08-24 08:25:41 +02:00 |
|
El RIDO
|
ad8a4c184a
|
new release 1.3
|
2019-07-09 19:09:46 +02:00 |
|
El RIDO
|
c1bcafcc02
|
clarify permissions required for data volume
|
2019-06-24 22:31:30 +02:00 |
|
El RIDO
|
dba458cad9
|
with alpine 3.10 we have version parity with the php image, so a smaller image with minimal dependencies is possible
|
2019-06-24 21:19:09 +02:00 |
|
El RIDO
|
22805f20a8
|
making image source explicit
|
2019-06-12 01:39:40 +02:00 |
|
|
73caf8ac94
|
update readme [skip ci]
|
2019-05-05 22:35:33 +02:00 |
|
|
a705d0f9e1
|
add Drone CI 1.1
continuous-integration/drone/push Build is passing
|
2019-04-29 09:23:09 +02:00 |
|
El RIDO
|
5228f0f48e
|
new release 1.2.1
|
2018-08-11 22:55:39 +02:00 |
|
El RIDO
|
9438b9b88f
|
new release 1.2
|
2018-07-22 13:20:29 +02:00 |
|
El RIDO
|
93da5b24a8
|
Allow up to 3 MiB payload in nginx, privatebin defaults to 2 MiB
|
2018-06-19 13:23:28 +02:00 |
|
El RIDO
|
f18e51f132
|
privilege separation, ensuring nginx may access it's own tmp folder and only read /var/www
|
2018-06-19 13:16:07 +02:00 |
|
Simon Rupf
|
14ea837229
|
switching to unix socket for communication between nginx & php-fpm, improves performance and fixes #1
|
2018-06-03 20:33:50 +02:00 |
|
El RIDO
|
d2aa0d89eb
|
updating formatting for docker hub
|
2018-05-29 21:36:32 +02:00 |
|
El RIDO
|
f9687a65df
|
improving documentation
|
2018-05-29 19:09:14 +02:00 |
|
El RIDO
|
021c774227
|
Updating documentation
|
2018-05-28 21:02:58 +02:00 |
|
El RIDO
|
3236992f33
|
added GPG based verification of PrivateBin release
|
2018-05-28 07:31:11 +02:00 |
|
El RIDO
|
f03a438ee5
|
deploying PrivateBin with changed path, to keep code and data out of the document root
|
2018-05-28 06:44:54 +02:00 |
|
El RIDO
|
aa1cabad94
|
trimmed down docker image, added GD support, enabled file upload
|
2018-05-27 23:22:08 +02:00 |
|
Michael Contento
|
40cb55b3d5
|
Move default access_log config into own overwritable file
|
2017-04-27 16:02:19 +02:00 |
|
Michael Contento
|
3718ea34ee
|
Disable php-fpm access.log, as nginx already logs the access
|
2017-04-27 15:43:35 +02:00 |
|
Michael Contento
|
7078cdfe7d
|
Ensure nginx writes properly to stdout/stderr
|
2017-04-27 15:04:55 +02:00 |
|
Michael Contento
|
54c2021348
|
Sort php-fpm configs and add ENV_WHITELIST option
|
2017-04-27 14:17:43 +02:00 |
|
Michael Contento
|
8fc2924cb7
|
Don't log supervisord messages twice
|
2017-04-27 09:19:54 +02:00 |
|
Michael Contento
|
573187ea6b
|
Only lower-case the xdebug seting name and NOT it's value
|
2017-04-27 08:24:34 +02:00 |
|
Michael Contento
|
3d50758773
|
Add .dockerignore for a smaller docker build context
|
2017-04-27 07:24:18 +02:00 |
|