Open krzakx opened 1 year ago
Can you share more information about your setup? Hardware, OS, LXC config... For reference, my setup is: Proxmox v7, LXC=Debian 11, 20Gb disk, 4 cores, 4Gb memory
You need frigate and nginx running. Both services run with systemd. To see the current status, run sudo systemctl status
.
However, I suspect something went wrong in the installation, hence the reason why the services aren't running.
May I suggest you share the log of the installation script? Download the script
wget https://raw.githubusercontent.com/remz1337/frigate/dev/standalone_install.sh
then execute and capture the output in a log file
sudo bash standalone_install.sh > output.log 2>&1
then reply here with the content of output.log
Ideally, do this on a fresh LXC.
Hey, I've used your script as I did liked to have frigate without Docker (even I am not sure about the updates handling) but anyway I do see nothing under LXC_IP:5000
How I can check frigate status on LXC container?