* www/caddy: Add missing selectpicker style to dropdowns which have other styles attached
* www/caddy: Change style order to generic to specific, add changelog
commit 7de5868bfc2fce4dceecd4fa1f8db71d976acbe0
Author: Ad Schellevis <ad@opnsense.org>
Date: Sun Mar 23 17:28:31 2025 +0100
sysutils/beats8: remove revision from makefile
commit d091cac6dd
Author: Maxime THIEBAUT <46688461+0xThiebaut@users.noreply.github.com>
Date: Wed Mar 12 21:05:12 2025 +0000
sysutils/beats8: initial Filebeat support
* net/frr: Add BGP route redistribution with route-map feature. Add migration.
* net/frr: Small template fix in redistribution since route-map is optional
* net/frr: Add OSPF and OSPF6 route redistribution with route-map feature. Adjust migration to migrate OSPF, OSPF6 and BGP models.
* net/frr: make sweep
* net/frr: Fix wrong diff in ospf6 template
* net/frr: Add a little css to make the redistribution grid look like its part of the base form, more seamless integration
* net/frr: Show route-map in grid and hide description
* Add possibility for hostname prefix for backups and allow usage of filedrop only sftp server
* Move config variable into else block
* Set value in case no backups where found on the server and housekeeping is disabled.
---------
Co-authored-by: Ad Schellevis <AdSchellevis@users.noreply.github.com>
* www/caddy: Consolidate all selective DNS Provider logic to includeDnsProvider
* www/caddy: Update list of DNS providers with optional remaining or new ones from caddy-dns
Add a simple backup option using secure copy (sftp).
Easy to use with any unix/linux target server offering ssh services. Just add a public key to `~/.ssh/authorized_keys` (`~` = users home directory), upload a matching private key and set the remote location (for example `sftp://root@192.168.1.1//root/test_backup`)
[ssh-keygen](https://man.openbsd.org/ssh-keygen.1) can be used to generate a keypair.