|
|
7 månader sedan | |
|---|---|---|
| docker | 8 månader sedan | |
| images | 7 månader sedan | |
| nginx | 7 månader sedan | |
| README.md | 7 månader sedan | |
mkdir gitea
nano docker-compose.yml
mkdir data
mkdir postgres
nano /etc/nginx/sites-available/git.auxilife.eu
ln -s /etc/nginx/sites-available/git.auxilife.eu /etc/nginx/sites-enabled/git.auxilife.eu
systemctl reload nginx
git IN CNAME auxilife.eu.
ping git.auxilife.eu
certbot --nginx -d git.auxilife.eu
Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: No redirect - Make no further changes to the webserver configuration.
2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
new sites, or if you're confident your site works on HTTPS. You can undo this
change by editing your web server's configuration.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2