Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Another person and I are in the early stages of probably setting one up. The other thing we use is cytube which would be great to see on yunohost, I'd suggest it if I had a trusted account.
ill check it lut and suggest it Im early days in writing scripts for Yunohost applications
We suggested it on the Yunohost site and they started it. The other person I'm working with I think made some progress but we're new and don't really have the time to try and figure a bunch of stuff out.
I think there's a file you have to delete and there's some stuff in the cytube config the Yunohost installer hasn't been setup to edit properly yet.
Ive finally got a VM box running to spin up some test instances of Yunohost and applications for it.
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 port in the http section needs to be changed, 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).
The last thing is the node app/cytube needs access to the certs. It gives an access error without it and I don't know how to do this properly. My friend asked in the yunohost element and I guess this a weird/bad thing, but there is a fix.