Knut Ahlers

Results 63 comments of Knut Ahlers

``` [15:22] luzifer ~/g/g/s/b/l/dirclean (master) [128]> git push ipfs://_/repo.git master time="2015-09-14T15:22:50+02:00" level=info msg="for-push: should be able to push to non existant.. TODO #2" module=git-remote-ipfs time="2015-09-14T15:22:50+02:00" level=error msg="walk root failednot a...

Someone would need to implement the new hashing algorithm described at http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html / http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-auth-using-authorization-header.html - Currently I didn't manage to do so…

It should behave like `rsync` does. Checking which files to upload and then upload them. Like I was doing a `rsync --checksum local/folder/ dropbox://folder/inside/dropbox/` or vice versa…

One small addition to this: Would be great to have a target per "work week"… As an example: - I'm working 40 hours / week (target: 40h / week) -...

You could configure your proxy webserver to limit access to `/api/create` for only allowed origins… On application level currently there is no way to not display the corresponding interface or...

I've added a PR with an option to disable the creation frontend in #21 - it's still missing the french translation for the new texts and I need to think...

In-mem storage is not shareable and it's most ephemeral (restarting the process will wipe the storage). If you want to share the storage you should use Redis storage… As an...

The reason for this is simple: With `v1.1.1` OpenSSL introduced the possibility to use PBKDF2 key derivation for the encryption secret. The Javascript library used for encrypting the secrets sadly...

Well my path would be to keep compatibility with OpenSSL by using the [wasm-openssl](https://github.com/Luzifer/wasm-openssl) implementation instead of switching to something breaking everything users built against OTS and possibly preventing them...

Looks like a bug in the salmon part of go-ostatus: I'm constantly recording HTTP 400 responses to a Mastodon instance when the `/salmon` path is posted. One issue is: Mastodon...