49 lines
1.8 KiB
Markdown
49 lines
1.8 KiB
Markdown
# 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
|
|
```
|