Paul Draeger
a1efcdf2cf
Added env variable to set a minium password length ( #312 )
...
Co-authored-by: Marc Ole Bulling <Marc-Ole@gmx.de >
2025-10-20 17:48:46 +02:00
Marc Ole Bulling
d774d2c1be
Added feature to use custom favicon #305
2025-08-30 22:06:17 +02:00
Marc Ole Bulling
1a6678eb38
Fixed documentation
2025-08-29 14:56:13 +02:00
Marc Ole Bulling
04966762b8
Disable parallel uploads, set default chunks to 4 to prevent reaching max connection limit on HTTP1.1 #278
2025-08-29 10:20:37 +02:00
Marc Ole Bulling
04d0e4e175
Added option in gokapi-cli to zip and upload a folder #294 , edited documentation
2025-08-28 21:57:35 +02:00
Marc Ole Bulling
24769223c2
Better error handling for CLI, updated documentation #288
2025-08-09 11:36:47 +02:00
Marc Ole Bulling
25fb6351be
Added Docker release for CLI, updated documentation, added docker-specific features to CLI
2025-08-08 23:29:53 +02:00
Marc Bulling
9a574dbed5
Added a CLI tool for uploading that also supports e2e ( #280 )
2025-08-08 16:51:54 +02:00
Marc Ole Bulling
eff0448cf3
Added .env and updated docker-compose, removed unused GOKAPI_DATABASE_URL and GOKAPI_AWS_PROXY_DOWNLOAD
2025-06-10 12:52:34 +02:00
Marc Bulling
d4bfad90c3
Add feature to add custom css/js instead of overwriting all content ( #248 )
2025-05-19 20:43:18 +02:00
Marc Ole Bulling
92c42fe250
Make GOKAPI_LENGTH_ID non-permanent, add GOKAPI_LENGTH_HOTLINK_ID to change hotlink ID length #251
2025-04-19 22:06:20 +02:00
Marc Ole Bulling
cbd0cc7708
Enable hotlinking for videos with env var, removed deprecated DB_NAME env var from docs
2025-03-24 11:58:53 +01:00
Marc Ole Bulling
ddc72b0a98
Use API for most of UI interactions with an internal API key ( #211 ), breaking API changes
...
* Changed color of API procressing status
* Added internal system key, use system key for API page perm changes, BREAKING: removed session auth
* API: Added /auth/delete, added option to include basic parameters in /auth/create, migrated API overview page completely to use API calls
* Added toast in API menu for clipboard, removed reference to session authentication in documentation
* Changed delete button in upload menu to API call, fixed modify API call in menu #210
* Set Api key in API menu for changing permissions, renamed title for Deleting Uploads permission, refactoring
* Added tests, refactoring
2024-12-05 13:55:11 +01:00
Marc Ole Bulling
5a155f7180
Changed "bare metal" to "native installation" in documentation #208 , changed order
2024-11-28 06:25:18 +01:00
Marc Ole Bulling
b56970bf88
Add Redis support / make database location and provider selectable in setup ( #180 )
2024-07-07 22:13:51 +02:00
Marc Ole Bulling
8619f165eb
Updated documentation
2024-06-07 19:30:00 +02:00
Marc Ole Bulling
3b7cdae6fd
Added settings to set the chunk size and amount of parallel uploads for faster upload speed, fixes #162 . Updated documentation
2024-06-07 16:38:59 +02:00
Marc Ole Bulling
09d25ff6a5
Docker only runs in non-root if env variable DOCKER_NONROOT is set #167 , updated documentation
2024-05-29 13:44:57 +02:00
Marc Ole Bulling
fe3616fdcd
Add option to proxy S3 dowmloads #75
2024-05-24 12:35:44 +02:00
Marc Ole Bulling
5fcd264ba6
Added GOKAPI_LOG_STDOUT env variable for outputing log file entries to stdout
2024-05-23 17:34:34 +02:00
Marc Ole Bulling
5a31cd5d63
Added deployment-password flag, generate salts if invalid, added section for automatic deployment to docs
2024-05-22 23:12:45 +02:00
Marc Ole Bulling
486c1d51a5
Replaced old env variables from examples
2024-05-22 14:49:44 +02:00
Marc Ole Bulling
729185faea
Added env variable to disable CORS check
2024-04-13 00:21:29 +02:00
Marc Ole Bulling
15c2bd9c67
Added wildcard for OIDC groups and users, better login flow for OIDC, updated documentation to add OIDC provider examples
2024-01-20 11:40:20 +01:00
Marc Ole Bulling
1d0bde6644
Changed to sqlite, dropped Windows 32bit support, fixed data dir env not being persistant #115 , updated readme
2023-11-21 20:50:30 +01:00
Marc Ole Bulling
59271c2ff2
Added option to change the name in the setup, show filename in title for downloads, use sessionStorage instead of localStorage for e2e decryption, replaced expiry image with dynamic SVG
2023-05-13 14:33:37 +02:00
Marc Ole Bulling
3f7cce9f65
Updated documentation
2023-02-09 17:49:31 +01:00
Marc Ole Bulling
c5c01b9bab
Added tests, added note when port in use during setup, added port env variable to documentation
2022-10-29 00:02:21 +02:00
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
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
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
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
10d17d0807
Added maximum filesize setting throuh env variable #23
2021-07-03 16:51:26 +02:00
Marc Ole Bulling
80c2a70030
Added documentation, modified AWS config example
2021-05-16 21:53:13 +02:00