I recently discovered yunohost, a French project for easy selfhosting. Does anyone have experience with that?
Yunohost has been recommended to me a couple of years ago and this is a software that brought me into #selfhosting.
Thanks to Yunohost’s application catalog, I got familiar with quite a few interesting applications, learnt about their capabilities, and I still use many of them today, such as Hedgedoc and Wallabag. In addition, Yunohost makes it easy to manage domains or reverse proxies. I currently work as SysOps/SysAdmin/DevOps and when I choose to deploy an application, I opt for something I have more control over, but without yunohost I would never have stepped into this career path. I continue to use yunohost on my main server, which is a bastion of stability for me, but I test new apps and host them on a separate server. In Yunohost, on the other hand, I install the Redirect application to conveniently have access to them outside my network.
Paddy66@lemmy.ml 11 months ago
If I host a website on Yunohost can I push the files from Codeberg to it using git?
cichy1173@szmer.info 11 months ago
It can be done using Forgejo Actions. I did something like that with Github Actions. I host static website on my Yunohost server using app named
my_webappand I wrote Github Action Workflow that deploys it intomy_webappdirectoryWhiteHotaru@feddit.org 11 months ago
I think this is not possible to configure just with yunohosting standard tools. My guess would be you would not need yunohost to do so. I have a blog made with a static site generator and I just push the whole output to a directory under /var/www. Plus there is an nginx running as Webserver and to redirect traffic to subdomains.
Paddy66@lemmy.ml 11 months ago
I thought that I would need Yunohost to take care of all the web hosting stuff in the back ground…? Are you saying to just push files into the VPS barebones, or into Yunohosts website app shell? (Sorry I’m new to VPS stuff).
And how would you push the files from Codeberg? what is the method?