Commit graph

25 commits

Author SHA1 Message Date
simonmicro
474c5feb6d
Fixed healthcheck for classic (non Kubernetes) Docker (broken with default-ipv6 "::" listen ip) #89
Added multi-ip healthcheck support
Cleanup of logging inside container-scripts
Removed "nc" from containers
2023-05-06 18:01:02 +02:00
edgd1er
17bc78f534
add versions, removed sudo, powerusers group, 2022-05-13 06:37:34 +02:00
edgd1er
90b4af2627
move requirements from Dockerfile to txt file. #67
import sqlite_web as package
change tz through python
conditionnal import for sqlite_web
2022-05-13 06:37:34 +02:00
Simon Beginn
c216e50dad
Implemented graceful shutdown 2022-05-12 14:07:26 +02:00
Simonmicro
feb6d798e6
Fixes #54 2022-01-06 17:14:40 +01:00
Simonmicro
cd07807a80
Added more debug logging & FINALLY corrected permission fixer 2021-12-23 18:59:31 +01:00
Simonmicro
05fdd33353
Added permission unlocker for log files 2021-12-23 17:53:17 +01:00
Simonmicro
bc3c504fe3
Corrected permissions on database file (and parent folder for #48) 2021-12-23 17:28:24 +01:00
simonmicro
c89f74a7ef
Merge pull request #39 from gh0st-app1e/master
Fixed not dropping privileges to default user/group
2021-12-05 18:11:10 +01:00
xWTF
7073b88d43 Fix loglevel MININFO for docker 2021-12-03 17:14:29 +08:00
Vladislav Poddubnyy
2312a2d8ac Fixed not dropping privileges to py-kms user by default 2021-12-01 02:43:01 +03:00
Zhaofeng Yang
7f4fe7d003
code style 2021-11-01 13:25:27 +08:00
Zhaofeng Yang
ba25df0b1c
subprocess should be run when this if statement is true 2021-11-01 12:32:38 +08:00
edgd1er
2979e78311 add missing setting to timzeone. 2021-10-29 18:53:52 +02:00
edgd1er
5f7ef1397f add proper logger to entrypoint and start 2021-10-25 23:57:57 +02:00
edgd1er
6d7124414a use unbuffered output globally. 2021-10-25 22:05:53 +02:00
edgd1er
d2394cd1bd start as root, change uid/gid, drop priv, run server/client 2021-10-25 22:05:53 +02:00
edgd1er
f9e7df6af9 lint dockerfile, set TZ and UID/GID, have client log. 2021-10-25 22:05:53 +02:00
lepoarro
677916a3ec
Update entrypoint.py 2021-10-22 14:59:53 +03:00
Simon Beginn
eb42224bf1
Block SQLITE in case sqlite-web files are missing 2021-10-21 13:22:03 +02:00
Simon Beginn
4ee742d671
Fix for missing environment variables 2021-10-21 13:14:44 +02:00
Simon Beginn
b00e743eaf
Fixed broken SQLite entrypoint (https://github.com/Py-KMS-Organization/py-kms/issues/14) 2021-10-17 11:56:28 +02:00
simonmicro
74850b8b63
Corrected path back to current work directory and formatted log message 2021-10-15 01:31:34 +02:00
TheSpad
b2b9cb137e Fix entrypoint 2021-10-14 18:37:45 +01:00
Simon Beginn
0630b22611
Switch to whole new entrypoint system 2021-10-14 13:13:15 +02:00