Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - stw

#1
Development and Code Review / Wanted: Plugin developer
August 09, 2023, 09:48:00 PM
For anyone reading this who has experience building plugins for OPNsense: we'd love to write a contract to develop a Tailscale plugin. Please contact dgentry at tailscale.com

See: https://github.com/tailscale/tailscale/issues/5067#issuecomment-1670316404

I am not Denton Gentry, just forwarding this message.
#2
23.1 Legacy Series / opnsense-code ports fails
June 23, 2023, 10:25:22 PM
After updating to 23.1.10 opnsense-code ports fails and I have no idea which solution I should take or if I can cleanup somehow:

root@OPNsense:~ # opnsense-code ports
remote: Enumerating objects: 30, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 30 (delta 15), reused 30 (delta 15), pack-reused 0
Unpacking objects: 100% (30/30), 2.91 KiB | 372.00 KiB/s, done.
From https://github.com/opnsense/tools
+ 44938d1...f57a81e master     -> origin/master  (forced update)
* [new tag]         23.1.10    -> 23.1.10
* [new tag]         23.1.9     -> 23.1.9
hint: You have divergent branches and need to specify how to reconcile them.
hint: You can do so by running one of the following commands sometime before
hint: your next pull:
hint:
hint:   git config pull.rebase false  # merge
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: Need to specify how to reconcile divergent branches.