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
- Host: GitHub
- URL: https://github.com/glindstedt/unifi-controller-systemd
- Owner: glindstedt
- License: mit
- Created: 2024-12-28T12:35:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T13:09:05.000Z (about 1 year ago)
- Last Synced: 2025-02-06T15:05:34.759Z (11 months ago)
- Topics: podman, systemd, unifi, unifi-controller
- Language: Just
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-
-
-