Miha Kralj
Miha Kralj
- added default dummy entry for ID - added logs
I saw that nextdns CLI is already among BSD ports: https://www.freshports.org/dns/nextdns/ Could we... add it to the repo?
This snippet totally works once manually configured. A perfect mini project to add a form, learn PHP to read/write to config.xml and make this dynamic.
tons of unfinished stuff, some things actually work. :-) There is an unifi.md explaining where this prototype is at.
This is much cleaner way to instruct users how to add - and remove - opn-repo: `sudo pkg install ` to install the repo.conf `sudo pkg remove ` to delete...
Graylog
Now that we have MongoDB and Elasticsearch in the repo, should we add Graylog for log filtering and parsing? I never put Graylog on BSD, but it looks doable: [https://charliepitkin.com/install-graylog-on-freebsd-10-3/](https://charliepitkin.com/install-graylog-on-freebsd-10-3/)
ZLMA bug
```python d = pd.DataFrame(np.array([1,2,3,4,5,6,7,8,9,10])) d.ta.zlma(close=d[0], length= 5, append=True) print(d) ``` output: ```sh 0 ZL_EMA_5 0 1 NaN 1 2 NaN 2 3 NaN 3 4 NaN 4 5 **_6.00_** 5...
Michael, I would like to add several CLI packages to the repo and am pondering how we should approach that. The most obvious idea would be if you'd publish your...
I created a shell script that finds out all binary packages and their dependencies in FreeBSD repo - without having repo installed on OPNsense. I use it instead of using...
Michael, is it correct to stuff all Community (and all Maxit) plugins into a vendor hierarchy /OPNsense/? Shouldn't non-core plugins use a different vendor designation, just like Zenarmor does? So,...