hi guys, I have to say setting up funkwhale was quite difficult.
The worst part was setting up permissions, even adding puid/guid didn't work. Only chmod to 777 did the job...
Ok, I have music imported, external domain working nicely but I can't make ssl working.
I'm dividing my question into several chunks to try to get answers to all of them without asking multiple questions.
Currently, I'm stuck at #1 question so all the other questions are 'less important'
#1 There's no file the doc talks about
docker exec -it funkwhale ls /etc/nginx/sites-enabled/
ls: /etc/nginx/sites-enabled/: No such file or directory
I only have /etc/nginx/conf.d/funkwhale.conf but any change there will be reverted...plus setting up anything inside a docker file and not in the linked /data folder isn't the wisest thing...
#2 My synology uses synology's dynamic domain xxx.diskstation.me
I'm exposing funkwhale through a port xxx.diskstation.me : PORT
My synology already has a certificate...at the end of the day I could use my own domain, create a subdomain and cname it to my xxx.diskstation.me if this will be important
#3 The doc doesn't specify how to generate ssl certificate I assume I will need to refer to letsencrypts one
#4 I can't make the funkwhale app (android) to work
trying http://xxx.diskstation.me : PORT
checking the allow cleartex traffic (http)
and nothing
If I check off the cleartext it tells me to access funkwhale through https...yeah I know.
So guys any tips?