From 562bd1873aecfa00d8be6ed9794df009bfbf96d9 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 7 Nov 2020 04:08:22 -0800 Subject: [PATCH] Updated links in Mail/Web/Git server to point to gitweb repos rather than straight to git-daemon. --- data/notes/mail_web_git_server.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/notes/mail_web_git_server.md b/data/notes/mail_web_git_server.md index a9d0d89..ac1dd91 100644 --- a/data/notes/mail_web_git_server.md +++ b/data/notes/mail_web_git_server.md @@ -17,7 +17,7 @@ Linux, offering the following services: - Apache as central HTTP server with multiple vhosts. - - [CMless](git://git.subgeniuskitty.com/cmless) as CGI for content management + - [CMless](http://git.subgeniuskitty.com/cmless/.git) as CGI for content management - ACME for automated SSL certificate management @@ -27,7 +27,7 @@ Linux, offering the following services: - Anonymous read-only access to a subset of git repositories via: - - Customized [gitweb](git://git.subgeniuskitty.com/gitweb-sgk) for + - Customized [gitweb](http://git.subgeniuskitty.com/gitweb-sgk/.git) for GUI git browsing with syntax highlighting, diffs, etc - Git-daemon for cloning repositories via the `git://` protocol @@ -233,12 +233,12 @@ Create `/etc/apache2/sites-available/subgeniuskitty.com.conf`. Enable the site with `a2ensite subgeniuskitty.com`. -Clone a copy of [CMless](git://git.subgeniuskitty.com/cmless) into +Clone a copy of [CMless](http://git.subgeniuskitty.com/cmless/.git) into `/srv/apache_vhosts/subgeniuskitty.com` and ensure everything is owned by `www-data:www-data`. Clone a copy of [the website -data](git://git.subgeniuskitty.com/website_subgeniuskitty.com) into +data](http://git.subgeniuskitty.com/website_subgeniuskitty.com/.git) into `/srv/apache_vhosts/subgeniuskitty.com/site`. Verify it is owned by `ataylor:ataylor` (but still readable by all) so we can update the site remotely with a simple script like this: @@ -385,7 +385,7 @@ Create `/etc/apache2/sites-available/git.subgeniuskitty.com.conf`. Enable the site with `a2ensite git.subgeniuskitty.com`. -Clone a copy of [the SGK gitweb fork](git://git.subgeniuskitty.com/gitweb-sgk) +Clone a copy of [the SGK gitweb fork](http://git.subgeniuskitty.com/gitweb-sgk/.git) into `/srv/apache_vhosts/git.subgeniuskitty.com` and ensure everything is owned by `ataylor:ataylor` (but world-readable!) so we can update via SSH with a script like this. -- 2.20.1