testing a push
with description
This commit is contained in:
parent
39caa7a9b2
commit
c7b26bb966
1 changed files with 49 additions and 0 deletions
49
installation_info.md
Normal file
49
installation_info.md
Normal file
|
|
@ -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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue