Commit Graph

145 Commits

Author SHA1 Message Date
Marc Ole Bulling
28f9aff798 Better documentation for customising #41, added upgrade instructions for v1.5, fixed API link 2022-01-24 14:37:08 +01:00
Marc Ole Bulling
9f41697eb2 Refactored config to json 2022-01-24 13:18:45 +01:00
Marc Ole Bulling
8d11235456 Move log to data dir 2022-01-22 14:30:51 +01:00
Marc Ole Bulling
3766c9257f Replace writable parts of config with database (#40) 2022-01-20 23:52:34 +01:00
Marc Ole Bulling
2fbf9ad579 Cloud storage cannot be selected in setup if build without AWS support 2022-01-11 15:48:44 +01:00
Marc Ole Bulling
efc9ebe2f1 Only load MaxMemory from env if actually set 2022-01-10 16:08:13 +01:00
Marc Ole Bulling
7a233b388f Refactoring, added tests, minor changes 2022-01-05 10:54:15 +01:00
Marc Ole Bulling
d963166d10 Fix setup JS, formatting setup 2022-01-02 23:18:01 +01:00
Marc Ole Bulling
6be3a92b7b Replace env parsing with caarlos0/env library 2022-01-02 14:01:09 +01:00
Marc Ole Bulling
4eb609ece9 Fixed setup if no config directory exists
Remove temp files after upload
Set temp directory for docker to data directory by default #37
Increase default memory to 40
Added TMPDIR env
Update doc
2022-01-01 21:01:39 +01:00
Marc Ole Bulling
7d47744a20 More client-side setup validation, changed setup layout, return 127.0.0.1 if unknown IP 2021-12-31 18:00:08 +01:00
Marc Ole Bulling
3595a18dbd Replace CLI/env based setup with web UI setup, add OAuth2 (#33)
* Initial commit websetup

* Added writing cloudstorage credentials

* Clean up old configuration generation

* Added Oauth2 OpenID Connect support

* Bugfixes and fixed tests

* Refactoring

* Refactoring, added first tests

* Added documentation

* Refactoring, updated docs

* Added tests

* Added option to reshow setup for reconfiguring Gokapi instance

* Added docs and tests
2021-12-31 01:40:10 +01:00
Marc Ole Bulling
1b300a6691 Automated formatting for go1.17 2021-12-12 20:06:33 +01:00
Marc Ole Bulling
8e10f3710c Added header-based authentication #30 2021-12-12 20:02:07 +01:00
Marc Ole Bulling
094c51aa85 Fixed go.mod, removed go mod tidy 2021-12-12 12:31:42 +01:00
Marc Ole Bulling
cb5374f6c9 Update dependencies 2021-12-10 19:39:20 +01:00
Marc Ole Bulling
929c0247cd Fixed build 2021-12-10 19:31:43 +01:00
Marc Ole Bulling
20ea34ffe9 Fixed build (finally) 2021-12-10 19:24:59 +01:00
Marc Ole Bulling
d16d250a8d Fixed build 2021-12-10 19:22:13 +01:00
Marc Ole Bulling
442e75bb77 Fixed build 2021-12-10 19:16:17 +01:00
Marc Ole Bulling
a473df10fd Fixed tests 2021-12-10 19:09:27 +01:00
Marc Ole Bulling
2d892912eb Fixed build and tests 2021-12-10 19:06:59 +01:00
Marc Ole Bulling
cbbbef41c5 Fixed Gokapi not parsing parameters when uploading through API #31 2021-12-10 18:56:54 +01:00
Marc Ole Bulling
0bd9bd1a8d Changed /api endpoint to /apiKeys in order to avoid confusion with /api/ 2021-12-02 16:30:57 +01:00
Marc Ole Bulling
4b411f113f Updated docs 2021-12-02 16:20:59 +01:00
Marc Ole Bulling
724489d2a4 Minor changes, added tests 2021-12-02 16:05:21 +01:00
Marc Ole Bulling
0e31aba457 Fixed table in docs 2021-12-01 22:33:49 +01:00
Marc Ole Bulling
d88a3cdd1e Added env DISABLE_LOGIN in order to support 3rd party authentication #30 2021-12-01 22:25:33 +01:00
Marc Ole Bulling
30526a4caa Decrease min length username to 3 and make it more accessible through a constant 2021-11-22 21:01:43 +01:00
Marc Ole Bulling
6854befedc Changed to AGPL3 2021-08-16 18:08:32 +02:00
Marc Ole Bulling
749682d924 Fixed typo 2021-08-05 11:05:17 +02:00
Marc Ole Bulling
b89ef499e2 Fixed description for docs folder 2021-07-21 19:01:59 +02:00
Marc Ole Bulling
fc45c89cde Added note about AWS deletion in documentation 2021-07-16 10:17:47 +02:00
Marc Ole Bulling
68bb1781d3 Upgrade to Go 1.16.6 2021-07-13 11:39:40 +02:00
Marc Ole Bulling
205cac48ca Fixed typo that lead to slighly inaccurate max filesize 2021-07-04 09:54:37 +02:00
Marc Ole Bulling
18902ac954 Changed version number v1.3.1 2021-07-03 17:36:28 +02:00
Marc Ole Bulling
4172caad49 Fixed tests 2021-07-03 17:33:56 +02:00
Marc Ole Bulling
10d17d0807 Added maximum filesize setting throuh env variable #23 2021-07-03 16:51:26 +02:00
Marc Ole Bulling
a7888896f0 Added test tag requirement for unit tests, added minor tests 2021-06-24 13:34:53 +02:00
Marc Ole Bulling
cc82e76e16 Added manual dispatch option to workflow 2021-06-23 12:16:51 +02:00
Marc Ole Bulling
4ee4bca975 Changed Mutex to RWMutex 2021-06-23 11:58:59 +02:00
Marc Ole Bulling
6cffccb3be Added logging #18, set Dockerfile to Go 1.16.5, minor changes 2021-06-16 19:44:27 +02:00
Marc Ole Bulling
5068b742aa Fixed upload not working when using suburl #20 2021-06-04 14:13:57 +02:00
Marc Ole Bulling
8d786df90a Increased upload limit to 100GB 2021-05-28 12:44:44 +02:00
Marc Ole Bulling
8c2b893efe Changed version number, final release v1.3.0 2021-05-17 11:44:53 +02:00
Marc Ole Bulling
afdcda34ba Fixed AWS test 2021-05-17 11:40:09 +02:00
Marc Ole Bulling
e6227a95be Fixed AWS tests, refactoring 2021-05-17 11:04:39 +02:00
Marc Ole Bulling
e42586fcd6 Fixed AWS upload / download 2021-05-16 23:34:29 +02:00
Marc Ole Bulling
19e542c436 Updated Readme 2021-05-16 22:05:29 +02:00
Marc Ole Bulling
80c2a70030 Added documentation, modified AWS config example 2021-05-16 21:53:13 +02:00