northys
northys
Hello, when site creates new session for user, the PHPSESSID is not overrided but both the old and the new one is sent. Please notice Cookie header in last request....
**What worked?** OpenVPN which is use to access company's private subnet. **What did not work?** I couldn't connect to domains which resolves to private subnet. I enabled resolving of those...
**What happened**: I have disabled portmaster by running systemctl disable && systemctl stop because my company VPN did not work (unrelated). After I enabled portmaster by running systemctl enable and...
I've added maloja to my uptime monitoring to check home page every minute and it killed my homelab completely. ``` Apr 24 09:49:59 nuc.northys.cz kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=d922e8d4fcf01a86bd2d4> Apr 24 09:49:59 nuc.northys.cz...
I noticed that https://github.com/contributte/apitte-skeleton/ implements it's own JsonDispatcher to use symfony/serializer. Also it somehow allows to return any value Object (DTO?) in controller that will be passed directly into serializer....
When I saw [this part of documentation about overriding mapping datatypes](https://github.com/apitte/core/blob/master/.docs/mapping.md#overriding-datatypes) I immediately created my own `UuidTypeMapper` and registered it like ``` api: plugins: Apitte\Core\DI\Plugin\CoreMappingPlugin: types: uuid: App\Api\Mapping\Parameter\UuidTypeMapper ``` This...
**Pre-Submit Checklist**: - Check applicable sources for existing issues: - [Linux Compatibility](https://docs.safing.io/portmaster/install/linux#compatibility) - [VPN Compatibility](https://docs.safing.io/portmaster/install/status/vpn-compatibility) - [Github Issues](https://github.com/safing/portmaster/issues?q=is%3Aissue+label%3Ain%2Fcompatibility) **What worked?** I've been using portmaster half year ago with my WG...
I tested tailscale.com. Basic VPN functionally worked but I had to dig into it a bit to make use of it. I had to: 1) allow incomming and outgoing connections...
I've installed rawmind/alpine-traefik:1.7.7-0 and I wanted to collect traefik logs with telegraf so I've mounted file to `${SERVICE_HOME}/log/traefik.log` and `${SERVICE_HOME}/log/access.log` but not a single line were written. Then I've found...
@drahak can you please create tag so do not need to checkout repository when using composer?