>I have all my HTTPS certificates issued + managed via letsencrypt. It's a terrific service; all I have to do is run snap run certonly --nginx every 3 months and everything is taken care of automatically. Hopefully through cron and not manual invokation! Certbot can safely be executed daily by cron, as it will only attempt renewal if it is required. Automating certificate renewal is an very important step in ensuring…
Self-Hosting Dozens of Web Applications and Services on a Single Server
11–20 of 285 posts
Re: Self-Hosting Dozens of Web Applications and Services on a Single Server
#12Why do you RAID-1 NVMe? They are likely to fail simultaneously so maybe make them independent and schedule regular backups from one volume to the other, or to a remote disk drive somewhere.
Re: Self-Hosting Dozens of Web Applications and Services on a Single Server
#13- traefik (nginx proxy with auto letscencrypt)
- portainer (docker container management)
- fail2ban (basic security)
- logwatch (server / security stats by mail)
- munin (server stats)
- restic (cloud backup)
- unattended-upgrades (auto install security updates)
- apticron (weekly info)
- n8n (automatisation for e.g. quick info via telegram, if something not work)
Run every app that you want in your container.
Re: Self-Hosting Dozens of Web Applications and Services on a Single Server
#14I went the opposite direction, 1 vm per service. It's much easier to secure, backup, restore thanks to full isolation.
Re: Self-Hosting Dozens of Web Applications and Services on a Single Server
#15Re: Self-Hosting Dozens of Web Applications and Services on a Single Server
#16I do the same, and have spent some time automating the backup of such a set of standalone containers [0], in case others also find it useful.
Re: Self-Hosting Dozens of Web Applications and Services on a Single Server
#17Re: Self-Hosting Dozens of Web Applications and Services on a Single Server
#18Re: Self-Hosting Dozens of Web Applications and Services on a Single Server
#19There's projects like Yunohost [0] and Freedombox [1] that aim to make all this easier for the average person. Interested to hear about more such software projects. [0] https://yunohost.org [1] https://freedombox.org