Some stuff needed to package the unifi server/controller for Linux.
The source packages are here -> https://community.ui.com/releases/ Search for the term "Unifi Network Application"
So far I have fedora-rpm and deb (Debian and Raspbian)
The shell scripts and .github/workflows/rpmbuild_copr_obs_debbuild_obs.yml are used for Github Actions based workflows for automated package creation using Copr and Open Build Service, respectively. Ideally only the SPEC file and DEB compat file needs to be updated and the corresponding git push will trigger the automation.
More generic information about the Github Actions to Copr or OBS connection can be found here.