kipp icon indicating copy to clipboard operation
kipp copied to clipboard

A flexible file storage server

Results 27 kipp issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) | require | patch | `v1.44.70` -> `v1.44.71` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io_bazel_rules_docker](https://togithub.com/bazelbuild/rules_docker) | http_archive | minor | `v0.24.0` -> `v0.25.0` | ---...

There are some limitations with serving static content which hurt customisation and usability. This is partly related to #3, but extends it by tackling some other issues such as: *...

frontend

Could it be possible to show your past uploads when loading the site again? Like a history of sorts for everything you've uploaded, maybe even expired stuff too?

frontend

Kipp currently does not expose any metrics. It would be good to expose: * Go runtime metrics * High-level metrics (files uploaded, total size, requests, various others) Prometheus is the...

Kipp does not currently expose any mechanism to request the deletion of files, which is a problem. The hard part is figuring out how to distribute deletion keys, as browsers...

The current system read content fully into memory, and encrypts it using AES128-GCM. The key, IV and nonce are then stored in a URL hash. This is fine, but has...

Currently kipp only supports multipart uploads, rejecting invalid requests. However it might be nice to also accept raw bodies? Primarily to avoid overhead, and to allow direct writing to the...