Commit graph

87 commits

Author SHA1 Message Date
simonmicro
b72e62820d
Exposed dualstack argument on Docker
Signed-off-by: simonmicro <simon@simonmicro.de>
2024-05-28 20:11:11 +02:00
simonmicro
11b5c69606
Security update
Signed-off-by: simonmicro <simon@simonmicro.de>
2024-05-19 16:41:49 +02:00
ATENSI
69cbe51306
🔥 Update Dockerfile: remove commented code
I think we can clean this commented code.
2023-07-13 02:03:55 +07:00
simonmicro
182ccbe480
Newline 2023-05-06 20:23:13 +02:00
simonmicro
1b4f0a9557
Flask security update 2023-05-06 18:07:55 +02:00
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
simonmicro
858fb14cab
Fix for #84
Also fixed always-active webui
2023-05-06 17:15:16 +02:00
simonmicro
818520730c
Added version metadata into container 2023-02-21 14:10:30 +01:00
simonmicro
d795f5265b
Fixed startup on minimal tag 2023-02-21 14:10:00 +01:00
simonmicro
5674e26979
Added new webui support into docker 2023-02-21 14:09:58 +01:00
simonmicro
03c3e1c116
First web UI draft 2023-02-21 14:09:58 +01:00
simonmicro
88f96a23b4
Removed dummy client code 2023-02-21 14:09:57 +01:00
simonmicro
5a8a21abda
Removed sqliteweb support 2023-02-21 14:09:57 +01:00
simonmicro
fdf1445187
Removed docs dependencies from requirements.txt
Moved requirement-files into respective docker folders
2023-02-21 14:08:42 +01:00
simonmicro
d8c1d75be1
Migrated to use "::" by default for #71 2022-12-07 11:44:54 +01:00
edgd1er
6e5ad3c00b
remove unused import 2022-05-13 07:12:19 +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
Simon Beginn
5d13d09851
Removed useless CMD statement (entrypoint does not even respect that) 2022-05-12 13:56:14 +02:00
edgd1er
248c144e7a
client: request #51 add automatic discovery.
changes after review.
2022-04-15 22:47:09 +02:00
edgd1er
ddb99ddc1e
add dnspython to docker image, add doc. #51 2022-04-14 01:48:06 +02:00
simonmicro
d892d81190
Merge pull request #62 from SoLoR1/patch-2
Fix docker healthcheck to netcat to actual IP
2022-04-05 15:46:59 +02:00
Klemen Mihevc
943a63d68f
Fix healthcheck to netcat to actual IP 2022-04-04 21:54:46 +02:00
Klemen Mihevc
7979f40e5e
Fix healthcheck to netcat to actual IP
Since localhost usualy resolves in to 127.0.0.1/::1 in case we run custom ip it will fail, so lets fix that.
2022-04-04 21:51:50 +02:00
Klemen Mihevc
238af40309
Allow multiple IPs in dovecot IP env variable 2022-04-03 22:11:32 +02:00
Jacobite89
fab7b507a8
Update Dockerfile 2022-02-11 09:44:15 +01:00
Jacobite89
65e9808fc3
Update Dockerfile 2022-02-11 09:43:24 +01: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
28faacdf1d
Added CTRL+C check 2021-12-09 17:45:24 +01:00
Simon Beginn
59e9d47843
Removed unused dependency 2021-12-09 01:58:12 +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
TheSpad
edc028c66d Fix HC interval typo 2021-11-09 18:06:07 +00:00
TheSpad
e67f14c7d7 Fix HC interval 2021-11-09 18:05:39 +00:00
TheSpad
008143b1c4 Fix healthchecks, make Dockerfiles consistent 2021-11-09 18:03:28 +00: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
fa17996b66 fix dockerfile for minimal kms 2021-10-31 18:19:48 +01:00
edgd1er
51e2210e72 var added as requested and renamed as per PEP-008
https://www.python.org/dev/peps/pep-0008/#function-and-variable-names
2021-10-30 12:41:11 +02:00
edgd1er
2979e78311 add missing setting to timzeone. 2021-10-29 18:53:52 +02:00
edgd1er
a564822e26 add healthcheck with netcap checking port 2021-10-26 22:56:47 +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