clean up nextcloud-aio

This commit is contained in:
2025-03-25 12:27:32 -04:00
parent 237a906b68
commit 9a3382862d

View File

@@ -33,7 +33,7 @@ This has been tested working on Fedora 41 with selinux and firewalld enabled.
```bash
sudo useradd nextcloud
sudo loginctl enable-linger nextcloud
sudo loginctl enable-linger $(id -u nextcloud)
```
### Install Podman
@@ -41,7 +41,6 @@ sudo loginctl enable-linger nextcloud
```bash
# As admin user
sudo dnf install podman
sudo loginctl enable-linger 1001 # Or whatever user nextcloud is
# Now SSH into the server as the nextcloud user
systemctl --user enable podman-restart