Peter

Results 10 issues of Peter

I just started using Keel and it updates my containers fine. However, it seems like Keel doesn't watch/update my initContainers in the same deployment. How can I get Keel to...

help wanted

##### ISSUE TYPE - Feature Idea ##### DIONAEA VERSION ``` Dionaea Version 0.8.0 Compiled on Linux/ARM at Sep 11 2018 18:59:54 with gcc 5.4.0 20160609 Started on 7aee16fe4d68 running Linux/armv7l...

##### ISSUE TYPE - Feature Idea ##### DESCRIPTION Add the ability to enable Reverse DNS lookups. At the moment an incident contains the IP of the attacker. We would also...

help wanted
Type: Tech discussion

Subdomains are not logged in `/scripts/cron.php`. See line 95.

enhancement

There is a rate limit for the public beta launch. *Rate limit on registrations per IP is currently 10 per 3 hours *Rate limit on certificates per Domain is currently...

enhancement

Create a page to view the log.

enhancement

Add functionality to enable or disable this plugin per user level. For example: the admin does not want his users to request SSL certificates because of his sale model. He...

enhancement

I would like to have ARMv7 support since not all devices are ready to support arm64. Therefore, I've added the architecture in the build process, the same way JAVA_ARCHITECTURES is...

**Describe the bug** Connecting to Cowrie using Warp.dev terminal throws error. Using macOS standard terminal works fine. SSH Terminal throws: `exec request failed on channel 1` Cowrie container logs: ```...

On my Eloquent model I've got a custom function like this: ``` public function userCount(): int { return $this->users()->count(); } ``` As you can see the return type is `int`....