Commit Graph

150 Commits

Author SHA1 Message Date
Oscar Krause
88c8fb98da added some notes about included database drivers in docker image 2023-02-28 07:52:14 +01:00
Oscar Krause
4b58fe6e20 added openSUSE Leap 15.4 support 2023-02-13 08:09:21 +01:00
Oscar Krause
b36b49df11 fixed missing mkdir for config file on manual installation method 2023-02-01 07:55:12 +01:00
Oscar Krause
a42b1c8cfb added note to be logged in as root using manual install method (git) 2023-01-30 12:34:46 +01:00
Oscar Krause
70212e0edd improved docker-compose examples 2023-01-30 09:18:57 +01:00
Oscar Krause
616e8fba5e README - improvements 2023-01-30 08:37:34 +01:00
Oscar Krause
02276d5440 disabled openapi endpoints 2023-01-23 07:33:54 +01:00
Oscar Krause
9ebff8d6ca typos 2023-01-23 07:29:13 +01:00
Oscar Krause
48eb6d6c64 typos 2023-01-23 07:23:42 +01:00
Oscar Krause
bed24b56ce styling 2023-01-19 08:26:35 +01:00
Oscar Krause
7045692958 added official links 2023-01-19 07:25:24 +01:00
Oscar Krause
38177fa259 styling 2023-01-18 14:29:48 +01:00
Oscar Krause
9411759f6d added system requirements and preparements 2023-01-18 14:23:34 +01:00
Oscar Krause
059a51fe74 refactored commands 2023-01-17 17:25:48 +01:00
Oscar Krause
bf858b38f4 fixes 2023-01-17 17:09:13 +01:00
Oscar Krause
f60f08d543 run powershell as administrator 2023-01-17 16:57:15 +01:00
Oscar Krause
651af4cc82 fixed client-token url and added wget als alternative to curl 2023-01-17 16:29:21 +01:00
Oscar Krause
70f7d3f483 mark Let's Encrypt section as optional 2023-01-17 15:36:38 +01:00
Oscar Krause
3e445c80aa fixes 2023-01-16 10:33:52 +01:00
Oscar Krause
20cc984799 FAQ.md 2023-01-16 10:30:55 +01:00
Oscar Krause
3495cc3af5 typos 2023-01-16 10:30:40 +01:00
Oscar Krause
b551b0e7f9 README.md - added sunsupoorted ubuntu version 2023-01-15 19:47:50 +01:00
Oscar Krause
9180222169 README.md 2023-01-04 21:46:02 +01:00
Oscar Krause
02fccb3605 README.md 2023-01-04 18:05:07 +01:00
Oscar Krause
24dba89dbe removed todos, currently all done or there is a branch for it 2023-01-04 17:58:23 +01:00
Oscar Krause
f5557a5ccd README.md 2023-01-04 17:46:19 +01:00
Oscar Krause
4325560ec4 README.md - added some collapses for logs 2023-01-04 17:18:13 +01:00
Oscar Krause
05979490ce README.md - moved "Endpoints" below "Setup" 2023-01-04 17:17:58 +01:00
Oscar Krause
6c9ea63dc1 added variable for TOKEN_EXPIRE_DELTA 2023-01-04 10:08:17 +01:00
Oscar Krause
8bd37c0ead added some notes to required variables to change 2023-01-04 07:40:37 +01:00
Oscar Krause
5bb8437b1d README.md - added timestamp to linux token filename 2023-01-03 18:59:34 +01:00
Oscar Krause
4198021212 README.md - fixed windows issue with /leasing/v1/lessor/shutdown 2023-01-03 18:10:02 +01:00
Oscar Krause
0e3e7cbd3a main.py - corrected leasing behaviour (migrated from 'LEASE_REF' to 'ALLOTMENT_REF') 2023-01-03 13:05:05 +01:00
Oscar Krause
4fb6243330 removed deprecated endpoints
- '/client-token' moved to '/-/client-token'
- '/status' moved to '/-/health' and '/-/config'

see README.md for more information
2023-01-02 19:18:32 +01:00
Oscar Krause
2e950ca6f4 implemented '/-/config' endpoint to list runtime environment variables 2023-01-02 19:14:25 +01:00
Oscar Krause
34662e6612 implemented 'LEASE_RENEWAL_PERIOD' variable 2023-01-02 18:57:41 +01:00
Oscar Krause
0853dd64cb README.md - added known issue for error on releasing leases on windows shutdown 2023-01-02 14:12:15 +01:00
Oscar Krause
838956bdb7 README.md - added '-L' parameter to curl commands to follow redirects (from deprecated endpoints) 2023-01-02 11:40:19 +01:00
Oscar Krause
8c515b7f2e README.md - removed links from endpoints 2023-01-02 11:39:37 +01:00
Oscar Krause
de5f07273b README.md - added compatibility to official dls 2023-01-02 11:38:48 +01:00
Oscar Krause
b0e10004f1 README.md - added windows license key installation from powershell 2022-12-30 07:11:02 +01:00
Oscar Krause
a8504f3017 hardcoded default CORS to https, since drivers only support secure connections 2022-12-29 19:14:49 +01:00
Oscar Krause
e91436b236 README.md - fixed redoc links 2022-12-29 12:58:19 +01:00
Oscar Krause
26d6d1feeb updated variables descriptions 2022-12-29 12:19:49 +01:00
Oscar Krause
a09fc5f2ad added some new endpoints and links in readme 2022-12-29 10:31:25 +01:00
Oscar Krause
ed1b55f5f1 created a simple management ui 2022-12-29 10:12:31 +01:00
Oscar Krause
2b7fed3381 created endpoints to delete origins and to delete a lease 2022-12-29 09:57:37 +01:00
Oscar Krause
001b70b89c README.md - added credits 2022-12-29 09:15:12 +01:00
Oscar Krause
07de2401d7 REAMDE.md - added shout out to @samicrusader 2022-12-29 09:07:20 +01:00
Oscar Krause
6b2e6bf392 added optional query parameter to '/-/origins' and '/-/leases' for linked leases/origin 2022-12-29 09:00:52 +01:00
Oscar Krause
7abfb96841 README.md - added archlinux section 2022-12-29 07:17:51 +01:00
Oscar Krause
8633190e97 removed todo for migrating to flask 2022-12-28 13:45:42 +01:00
Oscar Krause
fb858adc0c README.md 2022-12-28 12:01:57 +01:00
Oscar Krause
c83130f138 README.md - added known issue 2022-12-28 11:33:26 +01:00
Oscar Krause
0e24d26089 README.md 2022-12-28 09:47:31 +01:00
Oscar Krause
89bf744054 removed some todos 2022-12-28 09:24:02 +01:00
Oscar Krause
2afa01273a Merge branch 'debian' into 'dev'
Debian

See merge request oscar.krause/fastapi-dls!11
2022-12-28 09:16:32 +01:00
Oscar Krause
3dc9c8bcb1 README.md 2022-12-28 09:10:57 +01:00
Oscar Krause
e9dc5a765a fixed service
Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
2022-12-28 08:52:13 +01:00
Oscar Krause
914fc17795 Merge branch 'dev' into debian
# Conflicts:
#	README.md
2022-12-28 08:39:10 +01:00
Oscar Krause
050d105659 README.md - added Let's Encrypt section 2022-12-28 08:37:47 +01:00
Oscar Krause
ddb1299f5c Merge branch 'dev' into debian 2022-12-28 07:29:54 +01:00
Oscar Krause
a95126f51d typos 2022-12-28 07:29:42 +01:00
Oscar Krause
180cdcb43d added some variables 2022-12-28 07:29:38 +01:00
Oscar Krause
9744a8f0e8 code styling 2022-12-28 07:04:10 +01:00
Oscar Krause
65937b153e typos 2022-12-28 06:58:50 +01:00
Oscar Krause
84f7e99c78 README.md - adde toc 2022-12-28 06:58:26 +01:00
Oscar Krause
0b46212f28 Merge branch 'dev' into debian 2022-12-28 06:54:50 +01:00
Oscar Krause
3b75e8dbeb fixes 2022-12-28 06:54:25 +01:00
Oscar Krause
8c1c51897f README.md - added install instructions 2022-12-28 06:53:31 +01:00
Oscar Krause
46620c5e2a typos 2022-12-28 06:50:04 +01:00
Oscar Krause
c820dac4ec README.md - improvements & fixed manual install steps 2022-12-28 06:49:18 +01:00
Oscar Krause
15c49d396f README.md - added required cipher suite for windows guests 2022-12-27 20:35:04 +01:00
Oscar Krause
11a2c1d129 added "CAP_NET_BIND_SERVICE" to debian service to allow low range ports for non root user "www-data" 2022-12-27 18:51:20 +01:00
Oscar Krause
cefee22202 README.md - fixed srevice type 2022-12-27 18:38:26 +01:00
Oscar Krause
e5f557eb96 README.md - added todos 2022-12-27 17:49:52 +01:00
Oscar Krause
3d6da6fab9 README - fixed debian installation via git 2022-12-27 16:59:35 +01:00
Oscar Krause
6ddba90cd8 README fixed 2022-12-27 15:28:52 +01:00
Oscar Krause
a91e1f7018 README.md - added supported package version 14.4 2022-12-27 11:03:53 +01:00
Oscar Krause
599eaba14a README.md - added supported and tested driver versions 2022-12-27 09:19:05 +01:00
Oscar Krause
d6d4cbc74a README.md - added docker image sources 2022-12-22 10:31:52 +01:00
Oscar Krause
a6f7b9b595 code styling 2022-12-22 10:14:32 +01:00
Oscar Krause
7946c63f8c README.md - added notice that no internet connection is required 2022-12-22 10:14:15 +01:00
Oscar Krause
1131f31c27 Merge remote-tracking branch 'origin/dev' into dev 2022-12-22 07:58:04 +01:00
Oscar Krause
e84a7b3e8d README.md - added installation method with debian and git on bare metal 2022-12-22 07:57:56 +01:00
Oscar Krause
6afb121533 README.md - added docs section 2022-12-21 11:06:25 +01:00
Oscar Krause
e323fd3488 added cors support and improved logging 2022-12-21 10:41:20 +01:00
Oscar Krause
42705be631 README.md fixed description 2022-12-21 10:40:31 +01:00
Oscar Krause
af6b17319d include version and commit hash in status endpoint 2022-12-21 10:40:05 +01:00
Oscar Krause
fdaedacfa5 README.md 2022-12-21 08:01:02 +01:00
Oscar Krause
f977f75538 README.md updated 2022-12-21 07:32:53 +01:00
Oscar Krause
003570e0af README.md - updated known issues 2022-12-20 18:25:26 +01:00
Oscar Krause
c647363b6d main.py - added some debug endpoints 2022-12-20 18:24:59 +01:00
Oscar Krause
fad0545942 main.py - implemented lease storage support 2022-12-20 18:06:32 +01:00
Oscar Krause
8d93c92de4 README.md - added configuration variables & implemented support for 'LEASE_EXPIRE_DAYS' 2022-12-20 15:05:50 +01:00
Oscar Krause
88e14d2a21 README.md 2022-12-20 09:00:21 +01:00
Oscar Krause
fbf91b3635 typos 2022-12-19 13:10:43 +01:00
Oscar Krause
2aa0a1bc21 README.md - updated installation section 2022-12-19 12:59:58 +01:00
Oscar Krause
bc679be0aa README.md, ToDo.md and added some docs 2022-12-16 13:51:00 +01:00
Oscar Krause
918129a811 README.md 2022-12-16 13:05:52 +01:00