From e85f3f91f14bd81ade38e5dfe6b1cea7c5f402f2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 7 Apr 2024 17:00:05 +0200 Subject: Fix darnassus urls into https --- ikiwiki.setup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 1f58e0b8..9c21acb9 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -49,9 +49,9 @@ IkiWiki::Setup::Standard->import({ # where to build the wiki destdir => $destdir, # base url to the wiki - url => 'http://darnassus.sceen.net/~hurd-web', + url => 'https://darnassus.sceen.net/~hurd-web', # url to the ikiwiki.cgi - cgiurl => 'http://darnassus.sceen.net/cgi-bin/hurd-web', + cgiurl => 'https://darnassus.sceen.net/cgi-bin/hurd-web', # filename of cgi wrapper to generate cgi_wrapper => $cgi_wrapper, # mode for cgi_wrapper (can safely be made suid) @@ -151,9 +151,9 @@ IkiWiki::Setup::Standard->import({ # unix users whose commits should be checked by the pre-receive hook #untrusted_committers => [], # gitweb url to show file history ([[file]] substituted) - historyurl => 'http://darnassus.sceen.net/cgit/hurd-web.git/log/[[file]]', + historyurl => 'https://darnassus.sceen.net/cgit/hurd-web.git/log/[[file]]', # gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted) - diffurl => 'http://darnassus.sceen.net/cgit/hurd-web.git/commit/[[file]]?id=[[sha1_commit]]', + diffurl => 'https://darnassus.sceen.net/cgit/hurd-web.git/commit/[[file]]?id=[[sha1_commit]]', # where to pull and push changes (set to empty string to disable) gitorigin_branch => $gitorigin_branch, # branch that the wiki is stored in @@ -325,9 +325,9 @@ IkiWiki::Setup::Standard->import({ # repolist plugin # URIs of repositories containing the wiki's source repositories => [qw{git://git.savannah.gnu.org/hurd/web.git - http://git.savannah.gnu.org/cgit/hurd/web.git + https://git.savannah.gnu.org/cgit/hurd/web.git git://darnassus.sceen.net/hurd-web.git - http://darnassus.sceen.net/cgit/hurd-web.git}], + https://darnassus.sceen.net/cgit/hurd-web.git}], # search plugin # path to the omega cgi program -- cgit v1.2.3