Konstantinos Spartalis

Results 54 comments of Konstantinos Spartalis

> > Also, the service fails to restart after an OPNsense restart. You need to manually start it and then manually connect from the authentication page. > > > >...

Hello @bcmmbaga Yes, following the above steps, it started automatically. However, I had to create a new key to connect, as the one the plugin read after the re-installation no...

That would be a disaster to implement.

> i make a workaround for this problem, if you would like to share this is the repo: https://github.com/savergiggio/NginxProxyManager_DNS_Watcher_AccessList Why don't you create a PR to implement this? Obviously the...

> > > i make a workaround for this problem, if you would like to share this is the repo: https://github.com/savergiggio/NginxProxyManager_DNS_Watcher_AccessList > > > > Why don't you create a...

@james8675309 Thank you James! @fraenki Any blockers here?

@fraenki From what I remember, nothing. I was trying to fix the depreciation error from showing up on the UI and the error log. But apparently the "update schedule" fails...

> `protected` vars are not usable for deriving classes (locked in parent class scope) so if you use them you need to set them again which was done here correctly,...

> > My understanding of PHP is that these will override the others, no? > > No, protected does not overlap across classes even if derived. It's actually "private" to...

@fichtner Now that I have you ;)