• 1 Post
  • 4 Comments
Joined 2 months ago
cake
Cake day: December 30th, 2024

help-circle
  • https://github.com/calzoneman/sync/issues/996

    To get the Yunohost installer to work you have to either use a specific version of node or delete the package-lock.json file. Some of the stuff in the Cytube config wasn’t setup by yunohost yet and there was a permissions issue with the certs. I was also going to try it again when I have more time in a few days.

    edit:

    I’ve gotten it to work twice with Yunohost now and I think I know what’s missing:

    Port 8443 needs to be opened in the firewall

    In the cytube config: the https block needs to be uncommented, the root domain name needs to be changed off of localhost, under io socket the domain needs to be changed to https, and the cert paths need to be added under the https socket block (etc/yunohost/certs).

    Finally the cytube user needs permission to access the certs:

        $ sudo addgroup cytube
    $ sudo adduser cytube cytube
    $ sudo chgrp -R cytube /etc/yunohost/certs/
    

    This works for a session but seems to break yunohost if you restart. I don’t know what the proper way to give the cytube user cert access is atm.

    If you remove the path at the end of the url in Yunohost settings you should be able to open cytube directly.