I was looking at installing vaultwarden today using pkg, but it has a dependency on mysql and I'm using mariadb on my system for other things which makes it impossible to install since it wants to remove it.
As far as I'm aware, it is completely compatible with mariadb so it shouldn't be an issue to not use mysql and I was wondering if there was a way to achieve installing it from pkg without installing mysql?
The only 2 options I can think of is to either install it from ports(but mixing pkg and ports was a terrible idea last time I tried it) or making my own package with mariadb as the dependency instead(which I have no idea how to do or how complex it would be).
As far as I'm aware, it is completely compatible with mariadb so it shouldn't be an issue to not use mysql and I was wondering if there was a way to achieve installing it from pkg without installing mysql?
The only 2 options I can think of is to either install it from ports(but mixing pkg and ports was a terrible idea last time I tried it) or making my own package with mariadb as the dependency instead(which I have no idea how to do or how complex it would be).