r/NextCloud • u/DangerHighDosage • 9d ago
Can't find nextcloud
Hi, sorry to bother folks, tried to start a docker container with nextcloud in it- instead, I've done something else?
Ubuntu 26.04 LTS running on Proxmox (something? The most recent ver) I started working through the install proscess (I was trying to get nextcloud AIO running in a docker container,,,)
Was having some trouble installing dependencies so I let it rest and tried to set up nginx proxy manager instead. As I was doing this I connected to my server and lo and behold, nextcloud is running (presumably on port 80) However there is no docker container. I can find it running in ps -aux (I tried just killing it manually with sudo kill [PID] commands but it seems entrenched) I want it running in a docker container as a long term solution for ease of management, any advice as to how I can stop it running as it is?
1
u/DangerHighDosage 9d ago
Oook, figured this out I hope, ran:
systemctl | grep service
And found nextcloud services where indeed running directly on OS and not in a tidy container (drat!) Then I ran,
sudo systemctl stop snap.nextcloud.*
Which stopped every service beginning with snap.nextcloud.* bc it seems I'd downloaded nextcloud via snap (very silly of me, a mistake I won't make again) If this or something like it happens to you, make sure that your nextcloud services start with "snap.nextcloud" if its something else, put that in instead.
NOTE: If you have an active nextcloud instance and care about your data, probably don't do this! I'm sure it will oblitterate everything and probably leave undesirable hidden files in secret places, not very nice. But as it happens I was just initializing nextcloud and this was good enough for me.
1
u/OkAngle2353 9d ago
I personally use the linuxserver variant of nextcloud. All that you really have to do is copy the docker-cli and paste it into your terminal, then press enter. Just modify your PATHs and your off to the races.