Commit graph

391 commits

Author SHA1 Message Date
simonmicro
f0981690b2
Merge pull request #82 from Py-KMS-Organization/deprecation/etrigan/remove
Remove Etrigan and add a new web-ui
2023-02-21 14:14:00 +01:00
simonmicro
d0d2b602a1
Updated changelog to today 2023-02-21 14:10:34 +01:00
simonmicro
bf323f73c5
Added new build-args containing the version info 2023-02-21 14:10:34 +01: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
d3fabf35f1
Added web-ui screenshot 2023-02-21 14:09:59 +01:00
simonmicro
ddf1ad8efb
Added note regarding the used command 2023-02-21 14:09:59 +01:00
simonmicro
16eb5a010b
Updated some docs references to the web interface port 2023-02-21 14:09:59 +01:00
simonmicro
460a714f2d
Fixed inaccessible products without clients 2023-02-21 14:09:59 +01:00
simonmicro
37d09c6797
Updated install instructions 2023-02-21 14:09:59 +01:00
simonmicro
5674e26979
Added new webui support into docker 2023-02-21 14:09:58 +01:00
simonmicro
ca7ba46507
Fixed missing primary key 2023-02-21 14:09:58 +01:00
simonmicro
0cb3ee538f
Added products sub-page 2023-02-21 14:09:58 +01:00
simonmicro
28e07ac7e1
Added sub-page for license information 2023-02-21 14:09:58 +01:00
simonmicro
03c3e1c116
First web UI draft 2023-02-21 14:09:58 +01:00
simonmicro
767751c314
Removed old graphics 2023-02-21 14:09:57 +01:00
simonmicro
88f96a23b4
Removed dummy client code 2023-02-21 14:09:57 +01:00
simonmicro
f15ed48f59
Switched sqlite parameter to point to file instead of dir 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
4bd60959f1
Removed old gui code references and variables 2023-02-21 14:08:41 +01:00
simonmicro
f1fa5b794f
Removed Etrigan GUI support 2023-02-21 14:08:41 +01:00
simonmicro
77e545d0fe
Removed Etrigan support 2023-02-21 14:08:41 +01:00
simonmicro
fe7784d873
Merge pull request #79 from Py-KMS-Organization/feature/ipv6_default
Use IPv6 by default
2023-02-21 14:06:27 +01:00
simonmicro
f88ada340d
Added workflow for different stages 2023-02-21 14:04:40 +01:00
simonmicro
ee5be9ad75
Merge pull request #78 from Py-KMS-Organization/deprecation/etrigan/warning
Added warning about removal of Etrigan support
2022-12-07 14:45:34 +01:00
simonmicro
964dde625e
Switched default log level to warning 2022-12-07 13:16:40 +01:00
simonmicro
bc25dd58b0
Removed two old badges from docs 2022-12-07 12:23:08 +01:00
simonmicro
e5a7f77440
Added warning about removal of Etrigan support
Added warning about removal of Etrigan GUI support
2022-12-07 12:19:32 +01:00
simonmicro
57f2159be3
Default dual-stack socket 2022-12-07 11:53:24 +01:00
simonmicro
d8c1d75be1
Migrated to use "::" by default for #71 2022-12-07 11:44:54 +01:00
simonmicro
e8c2fb7e50
Updated packages 2022-11-25 17:26:10 +01:00
simonmicro
537f7a75ab
Added missing package 2022-11-25 17:16:19 +01:00
simonmicro
01ad610e8e
Added useage note and removed old badge 2022-11-25 17:11:49 +01:00
simonmicro
9d4d8b66b1
Added workaround from #76
See #76
2022-11-06 15:22:50 +01:00
simonmicro
364c15ce98
Merge pull request #72 from yangzhaofeng/patch-1
Do not run py-kms on the same machine to activate
2022-07-12 12:19:41 +02:00
Zhaofeng Yang (楊肇峰)
ffc1bf61f5
Do not run py-kms on the same machine to activate 2022-07-12 17:05:43 +08:00
simonmicro
1435c86fe4
Merge pull request #68 from edgd1er/req
move requirements from Dockerfile to txt file. #67
2022-05-30 00:22:14 +02: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
simonmicro
7bea3a2cb0
Merge pull request #66 from edgd1er/dev
client: add -D to discover KMS server #51
2022-04-22 21:19:17 +02:00
edgd1er
248c144e7a
client: request #51 add automatic discovery.
changes after review.
2022-04-15 22:47:09 +02:00
edgd1er
c74a64cc67
client: handle dns exceptions #51 2022-04-14 07:44:08 +02:00
edgd1er
ddb99ddc1e
add dnspython to docker image, add doc. #51 2022-04-14 01:48:06 +02:00
edgd1er
805c234e33
client: add -D to discover KMS server #51 2022-04-14 01:30:34 +02:00
simonmicro
a43f16ab94
Merge pull request #64 from martinsstuff/master
(Documentation) Correct "lcid" info & Reorder defaults for clarity
2022-04-11 12:23:30 +02:00
martinsstuff
e7135b5299
Correct "lcid" info & reorder for clarity 2022-04-09 23:40:29 +02:00