An open API service indexing awesome lists of open source software.

https://github.com/glindstedt/unifi-controller-systemd


https://github.com/glindstedt/unifi-controller-systemd

podman systemd unifi unifi-controller

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# unifi-controller-systemd

Systemd units for self-hosting a unifi-controller using podman quadlets.

### Setup

Running these just recipes will install the systemd units in user mode under
`~/.config/containers/systemd/unifi-controller`:

```bash
# creates a variables.env file with new passwords that will be used when
# templating
just init-variables
just install
```

Now you can start the units:

```bash
systemctl --user start unifi-db
systemctl --user start unifi-network-application
```

### Resources

-
-
-