gw1/squid: Allow Unifi controller to internal repos
I've move the Unifi controller back to running on a Fedora Linux machine. It therefore needs access to Fedora RPM repositories, as well as the internal "dch" RPM repository, for system packages. I also created a new custom container image for the Unifi Network software (the linuxserver.io one sucks), so the server needs access to the OCI repo on Gitea.unifi-restore
parent
78d70af574
commit
0c070c9807
|
@ -87,6 +87,10 @@ squid_http_access:
|
|||
- allow unifi_controller dockerhub
|
||||
- allow unifi_controller ghcr
|
||||
- allow unifi_controller linuxserverio
|
||||
- allow unifi_controller gitea
|
||||
- allow unifi_controller fedora_repo
|
||||
- allow unifi_controller dch_repo
|
||||
- allow unifi_controller grafana_rpm
|
||||
- allow trusted frigate github_api
|
||||
- deny all
|
||||
|
||||
|
|
Loading…
Reference in New Issue