From c7b26bb9662ba500411f8abe30841712249f6355 Mon Sep 17 00:00:00 2001 From: Jakub Klena Date: Thu, 10 Jul 2025 10:36:38 +0200 Subject: [PATCH] testing a push with description --- installation_info.md | 49 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 installation_info.md diff --git a/installation_info.md b/installation_info.md new file mode 100644 index 0000000..ac2e694 --- /dev/null +++ b/installation_info.md @@ -0,0 +1,49 @@ +# Why forgejo + +It's free, community maintained, updated often, has basically all features of github.com. + +# What was installed + +Forgejo v11.0.2 +Running with user git +Base URL: http://194.163.164.216:3000/ +Log Path: /var/lib/forgejo/log +Using SQLite3: /var/lib/forgejo/data/forgejo.db + +### Service installed +sudo wget -O /etc/systemd/system/forgejo.service \ + https://codeberg.org/forgejo/forgejo/raw/branch/forgejo/contrib/systemd/forgejo.service +sudo systemctl daemon-reload +sudo systemctl enable --now forgejo + +### TLS + +certbot + nginx +autosetup response below: + +``` +Congratulations! You have successfully enabled https://git.worksys.io + +You should test your configuration at: +https://www.ssllabs.com/ssltest/analyze.html?d=git.worksys.io +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +IMPORTANT NOTES: + - Congratulations! Your certificate and chain have been saved at: + /etc/letsencrypt/live/git.worksys.io/fullchain.pem + Your key file has been saved at: + /etc/letsencrypt/live/git.worksys.io/privkey.pem + Your cert will expire on 2025-10-08. To obtain a new or tweaked + version of this certificate in the future, simply run certbot again + with the "certonly" option. To non-interactively renew *all* of + your certificates, run "certbot renew" + - Your account credentials have been saved in your Certbot + configuration directory at /etc/letsencrypt. You should make a + secure backup of this folder now. This configuration directory will + also contain certificates and private keys obtained by Certbot so + making regular backups of this folder is ideal. + - If you like Certbot, please consider supporting our work by: + + Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + Donating to EFF: https://eff.org/donate-le +```