Hello Community,
I'm trying to get Funkwhale running in my setup but somehow I cant make it.
I have an ProxMox-Server with many containers (LXCs, I don't like to use docker) with NextCloud, Bitwarden,...reachable via HTTP. Only the Reverse-Proxy LXC is reachable externally,
Now I want that Funkwhale runs in its own LXC (Debian 10) and is reachable via IP and HTTP.
My reverse proxy is enforcing HTTPS to the outside and internally I only use HTTP so I only have one LetsEncrypt-Setup.
What I did:
I installed 'libpq-dev' to get the install script running. In the script I chose to install everything except nginx and letsencrypt, works without error. Then I changed the 'FUNKWHALE_PROTOCOL' in er .env auf http.
Afterwards I set up nginx according the instructions in the documentation.
I tried modifying the funkwhale.conf, removing the HTTPS enforcement and ssl and change it to port 80.
'nginx -t' says syntax is ok and start without error.
But when I try to start Funkwhale it always gives the error "(code=exited, status=1/FAILURE)".
I hope someone can help me because I really want to use Funkwhale.
Mfg,
Tropaion
EDIT: logfile of funkwhale-beat: logfile.txt