Commit graph

390 commits

Author SHA1 Message Date
simonmicro
c6ca763e8a
Merge pull request #61 from SoLoR1/patch-1
Allow multiple IPs in docker IP env variable
2022-04-05 15:46:31 +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
simonmicro
837236c777
Merge pull request #58 from Jacobite89/master
Update to Alpine 3.15
2022-02-11 12:48:49 +01: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
297d6bb802
Merge pull request #56 from Py-KMS-Organization/fixes/bugs
Fixes #54
2022-01-06 23:29:01 +01:00
Simonmicro
feb6d798e6
Fixes #54 2022-01-06 17:14:40 +01:00
simonmicro
59d9c2a7e6
Merge pull request #52 from Py-KMS-Organization/fixes/bugs
Fixes/bugs
2021-12-23 20:02:38 +01:00
Simonmicro
882eeb8dce
Removed link to special file, as it does not work anyways 2021-12-23 19:02:04 +01:00
Simonmicro
cd07807a80
Added more debug logging & FINALLY corrected permission fixer 2021-12-23 18:59:31 +01:00
Simonmicro
81e616ddd1
Proper failure if entry in database is not found 2021-12-23 18:42:54 +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
476f7faf4e
Merge pull request #50 from sashaqwert/patch-1
Clarification of edition Enterprise multi-session
2021-12-22 15:45:23 +01:00
Alexandr Chivarzin
8a7da2826e
Improved readability
Revisions for PG3GK key are now written on different lines, rather than on one.
2021-12-22 17:27:15 +03:00
Alexandr Chivarzin
b0b3a622d8
Clarification of edition Enterprise multi-session
Windows 10 Enterprise for remote Sessions (1803) and Windows 10 Enterprise for virtual desktops (1809+) are the same edition of Windows 10.
In Windows 11, the edition was renamed to Windows 11 Enterprise multi-session.
2021-12-22 16:07:53 +03:00
simonmicro
464a639e64
Merge pull request #47 from Py-KMS-Organization/win11keys
Added proper Windows 11 key names for #46
2021-12-15 13:08:13 +01:00
Simon Beginn
9c44b6e97e
Added proper Windows 11 key names for #46 2021-12-14 18:03:36 +01:00
simonmicro
da6d51007c
Merge pull request #44 from arturolegovich/patch-1
Added Windows 10 21H2
2021-12-10 20:10:17 +01:00
arturolegovich
7935b092d4
Added Windows 10 21H2
Added Windows 10 21H2
2021-12-10 22:45:22 +04:00
simonmicro
9258a29c32
Merge pull request #43 from Py-KMS-Organization/feature/win11
Added Windows 11 to supported list
2021-12-09 19:52:40 +01:00
simonmicro
98008d646f
Merge pull request #42 from Py-KMS-Organization/next
Silenced deprecated warning in Python 3.10
2021-12-09 18:13:40 +01:00
Simonmicro
c186432fcf
Added Windows 11 to supported list 2021-12-09 18:13:21 +01:00
Simonmicro
01fa142679
Updated Python version info 2021-12-09 18:10:48 +01:00
Simonmicro
7350ba14ba
Silenced deprecated warning in Python 3.10 2021-12-09 18:08:01 +01:00
Simonmicro
11e8b4d2fc
Corrected SO_REUSEPORT behavior on unsupported platforms 2021-12-09 18:01:23 +01:00
Simonmicro
28faacdf1d
Added CTRL+C check 2021-12-09 17:45:24 +01:00
Simonmicro
1e6a55d06a
Fix for #36 2021-12-09 17:38:26 +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
simonmicro
88bd053978
Merge pull request #40 from xWTF/master
Fix: Crashes when set loglevel=MININFO in docker
2021-12-03 16:57:14 +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
simonmicro
7f08d753e3
Merge pull request #33 from TheSpad/fix-healthchecks
Fix healthchecks
2021-11-09 19:46:01 +01: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
simonmicro
50f4778dd4
Merge pull request #30 from yangzhaofeng/patch-1
subprocess should be run when this if statement is true
2021-11-01 11:03:58 +01: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
simonmicro
deddf0c01c
Merge pull request #28 from edgd1er/master
fix dockerfile for minimal kms
2021-10-31 19:01:33 +01:00
edgd1er
fa17996b66 fix dockerfile for minimal kms 2021-10-31 18:19:48 +01:00
simonmicro
70975bb4eb
Merge pull request #13 from edgd1er/master
TZ from env, client log, alpine 3.14, path DB changed.
2021-10-31 15:14:40 +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