Derek Fong

Results 5 issues of Derek Fong

It does not appear to be possible to specify an input with a type of `tel` and `url` without extending the `Factory` class. Although these types (and probably others) simply...

When installing istatserver, the permissions on /usr/local/etc/istatserver are 0755. Since /usr/local/etc/istatserver/istatserver.conf is also 0755, this means anyone with shell access to the server can read the conf file and pair...

`.srt` files are incorrectly reported as not indexed by Plex even though they may be. If there's a way to determine whether Plex is using these, then this should be...

enhancement

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [X] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [X] I...

support

### What happened? I'm using Docker compose to run orbital-sync with the following relevant directives: ``` orbital-sync: image: mattwebbio/orbital-sync:1 container_name: orbital-sync environment: PRIMARY_HOST_BASE_URL: "https://pihole.enterprise.home.lan" PRIMARY_HOST_PATH: "/admin" PRIMARY_HOST_PASSWORD: ${PIHOLE_ENTERPRISE_PASSWORD} SECONDARY_HOSTS_1_BASE_URL: "https://pihole.dns02.home.lan"...