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