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_webapp
and I wrote Github Action Workflow that deploys it into my_webapp
directory
- 2 Posts
- 32 Comments
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.
Not exactly. Yunohost offers solution to host services openly to the internet thanks to simplified configuration of domains (and it even offers free domains) and reverse proxy. Also it has built in email server (not client, but the server). Apps are packaged in its own format and with unique configuration, it is not just some wrapper for Docker Conpose
cichy1173@szmer.infoto Selfhosted@lemmy.world•What's your favorite note-taking application?English3·1 year agoHedgedoc and Nextcloud Notes
I tried another TeX editors, but I had some problems with packages that I need in my documents :(. But I would left Overleaf bc it is really heavy software.
Yeah, Even Dockge can do that
I know, That’s why I said I always look for Docker Compose bc it is the easier option.
The easier option is hunting for Docker Compose…
I know some Docker, even I built my own images, but I just don’t really like Docker.
yeah, it is available in yunohost catalog https://apps.yunohost.org/app/overleaf and as Docker project.
I would guess that you need to learn more about Docker usage in general, rather than just looking for a Docker Compose file
Yeah, I don’t really like using Docker so I always go for easier option, but my friend uses Docker a lot and also had troubles with Overleaf.
Also, I’d like to point out that Overleaf’s hosting and pricing options are quite reasonable, especially if you’re working for a university or institution: https://www.overleaf.com/user/subscription/plans
I don’t work for university, but I am a student that needs Latex. Overleaf free plan got really bad, even my thesis cannot be compiled now and Overleaf pricing isn’t really great. Student pricing is only for annually subscription, so it is not ideal for me.
cichy1173@szmer.infoto Selfhosted@lemmy.world•What are your must-have selfhosted services?English1·2 years ago- Home Assistant - Home automation and Smart home
- Nextcloud - cloud, rss, tasks, kanban, online office suite, file sharing
- Hedgedoc - markdown notes with easy publication
- adguard - ad blocking software
- Wallabag - Mozilla Pocket alternative
- Jellyfin - multimedia server
cichy1173@szmer.infoto Selfhosted@lemmy.world•Anyone knows a good lightweight self-hosted alternative to GitHub?English14·2 years agoGitlab isn’t really lightweight. It is cool, but not lightweight.
cichy1173@szmer.infoto Selfhosted@lemmy.world•Do you use a self hosting solution?English42·2 years agoPlus they always try to hide how stuff works behind the scenes so that day that upgrade script has a bug and fails, it’s hard to revert to a working stage.
Yunohost is creating backups for apps that are being updated. If update fails, it automatically reverts. Yes, it works, I checked.
those projects get eventually abandoned,
Yunohost is here for years now, and it does not look like it will be abondoned any time soon.
cichy1173@szmer.infoto Selfhosted@lemmy.world•Do you use a self hosting solution?English2·2 years agoI use a Yunohost for more about 1,5 year. I love for stability and simplicity but also openess for more pro users. I have my own backup solution that works great. Yunohost isn’t popular but has big catalogue. Some of the apps are not present in catalogue, so I use Docker on second device to get them.
Nextcloud is hard to install in manual way (even sometimes with Docker). As far I know, both Snap and Yunohost versions of Nextcloud are solid. I used Snap version on the cheapest Linode VPS, and it worked fine, especially when I doubled the SWAP to 1 GB. Now I use Yunohost version and I have only good time with it. It is super stable, fast and reliable. I used Nextcloud_ynh on HP 800 Mini G3 with i5-6500t and now on Asrock Mini PC with Ryzen 7 5700g. It is working just great.
If you don’t want to use Nextcloud, you ca install Vikunja for kanban and tasks. For notes Hedgedoc can be great.
cichy1173@szmer.infoto Selfhosted@lemmy.world•Considerations for a homeserver thats open to the internet? (Jellyfin / Nextcloud)English12·2 years agoI think you can go with Yunohost. It is easy to start selfhosting and exposing services to the web. I use it for more than a year, and it is super cool. Especially I love the fact, that it is easy for newcomers, but also it is opened for customisation for more pro users. Yunohost provides domain with ddns, Fail2Ban and tells which ports should be opened (80 and 443 is all you need, maybe another one for ssh). It also provides SSO for hiding services that do not use authentication.
Adguard Home works really bad on RPi Zero and not as fast as PiHole on Rpi3B+. That’s why Adguard is heavier for me.
Sounds like you are looking for Opentofu/Terraform. I use Opentofu to fastly create VMs on Proxmox with Cloud Init scripts. In scenario where one VM hosts one service I try to build IaC that way I can destroy VM and create a new one without loosing anything, data nor configuration.