Boris Rybalkin

Results 79 comments of Boris Rybalkin

Ldap needs user/password combination, but currently web offers only password field. I am planning to add a simple ldap config to api.toml with address and bind_dn. Then if ldap is...

@tobiasKaminsky Agree, reasonable preview scaling is always good, I guess it must be server side scaling then. At the same time "Auto load next picture" maybe a setting for people...

Hi @bnhf do you maintain your fork of this project? Did you remove any feature? I would like to push back my LDAP authentication feature I made on my fork,...

@bnhf Syncloud actually is not running OpenVPN in a container. I guess PiVPN is similar to Syncloud which is an app store for devices like RPi, it has many apps...

You actually support easyrsa3 nice! https://github.com/bnhf/openvpn-tap-external-web-ui/commit/1189f54bb6cda4d9a7b53d095d90605812a253fc Would you accept LDAP authentication feature?

Syncloud (https://www.syncloud.org) is an app store for non-tech users to convert their hardeare into a personal cloud. It supports multiple devices and multiple apps like openvpn or nextcloud. LDAP is...

I think the issue comes from `gopkg.in/ldap.v2 v2.5.1` which is used in v0.12.10 main branch actually has no such issue as it uses `github.com/go-ldap/ldap/v3 v3.4.4`

```` root@odroid-xu3and4:~# docker run --rm \ > -e PLUGIN_REBUILD=true \ > -e PLUGIN_MOUNT="./node_modules" \ > -e DRONE_REPO_OWNER="foo" \ > -e DRONE_REPO_NAME="bar" \ > -e DRONE_JOB_NUMBER=0 \ > -v $(pwd):$(pwd) \...

```` root@odroid-xu3and4:~# docker image inspect drillster/drone-volume-cache | grep Arch "Architecture": "amd64", ````

> 1. specify arch in .drone.yml But that is what I am doing and this is how found out that on arm it does not work. This `docker run` above...