add some recent gitlab example + sync etc - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 88ca6108c905af9489ec8b7fd5089af098e0641f
 (DIR) parent e58f09a3f868a9dd28b48f6c80935a02280feca9
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun,  7 Aug 2022 10:26:09 +0200
       
       add some recent gitlab example + sync etc
       
       Diffstat:
         M config.cfg                          |       2 +-
         M output/atom.xml                     |       4 ++--
         M output/atom_content.xml             |       8 +++++---
         M output/phlog/setup-git-hosting      |       4 +++-
         M output/rss_content.xml              |       4 +++-
         M output/setup-git-hosting.html       |       4 +++-
         M output/setup-git-hosting.md         |       2 ++
         M output/sitemap.xml                  |       2 +-
         M pages/setup-git-hosting.cfg         |       2 +-
         M pages/setup-git-hosting.md          |       2 ++
       
       10 files changed, 23 insertions(+), 11 deletions(-)
       ---
 (DIR) diff --git a/config.cfg b/config.cfg
       @@ -1,5 +1,5 @@
        # last updated the site.
       -siteupdated = 2022-07-22
       +siteupdated = 2022-08-07
        
        sitetitle = Codemadness
        siteurl = https://www.codemadness.org
 (DIR) diff --git a/output/atom.xml b/output/atom.xml
       @@ -2,7 +2,7 @@
        <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
                <title type="text">Codemadness</title>
                <subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
       -        <updated>2022-07-22T00:00:00Z</updated>
       +        <updated>2022-08-07T00:00:00Z</updated>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org" />
                <id>https://www.codemadness.org/atom.xml</id>
                <link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
       @@ -130,7 +130,7 @@
                <title type="text">Setup your own git hosting service</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/setup-git-hosting.html" />
                <id>https://www.codemadness.org/setup-git-hosting.html</id>
       -        <updated>2022-04-19T00:00:00Z</updated>
       +        <updated>2022-08-07T00:00:00Z</updated>
                <published>2018-02-25T00:00:00Z</published>
                <author>
                        <name>Hiltjo</name>
 (DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
       @@ -2,7 +2,7 @@
        <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
                <title type="text">Codemadness</title>
                <subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
       -        <updated>2022-07-22T00:00:00Z</updated>
       +        <updated>2022-08-07T00:00:00Z</updated>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org" />
                <id>https://www.codemadness.org/atom.xml</id>
                <link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
       @@ -995,7 +995,7 @@ IRC etc.</p>
                <title type="text">Setup your own git hosting service</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/setup-git-hosting.html" />
                <id>https://www.codemadness.org/setup-git-hosting.html</id>
       -        <updated>2022-04-19T00:00:00Z</updated>
       +        <updated>2022-08-07T00:00:00Z</updated>
                <published>2018-02-25T00:00:00Z</published>
                <author>
                        <name>Hiltjo</name>
       @@ -1003,7 +1003,7 @@ IRC etc.</p>
                </author>
                <summary type="text">Howto setup your own git hosting service</summary>
                <content type="html"><![CDATA[<h1>Setup your own git hosting service</h1>
       -        <p><strong>Last modification on </strong> <time>2022-04-19</time></p>
       +        <p><strong>Last modification on </strong> <time>2022-08-07</time></p>
                <p><strong>This article assumes you use OpenBSD for the service files and OS-specific
        examples.</strong></p>
        <h2>Why</h2>
       @@ -1017,6 +1017,8 @@ keeping control over your own computing infrastructure.</p>
        <li><a href="https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/">On 2020-11-16 Github reinstated youtube-dl, to reverse a Digital Millennium Copyright Act (DMCA) takedown</a>.</li>
        <li><a href="https://arstechnica.com/gadgets/2021/03/critics-fume-after-github-removes-exploit-code-for-exchange-vulnerabilities/">On 2021-03-11 Github (owned by Microsoft) removes exploit code for Microsoft Exchange vulnerabilities</a>.</li>
        <li><a href="https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/">On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions</a>.</li>
       +<li><a href="https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/">On 2022-08-04 GitLab plans to delete dormant projects in free accounts</a>.</li>
       +<li><a href="https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/">On 2022-08-05 GitLab U-turns on deleting dormant projects after backlash</a>.</li>
        </ul>
        <p>The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These
 (DIR) diff --git a/output/phlog/setup-git-hosting b/output/phlog/setup-git-hosting
       @@ -3,7 +3,7 @@ i                codemadness.org        70
        i                codemadness.org        70
        i# Setup your own git hosting service                codemadness.org        70
        i                codemadness.org        70
       -iLast modification on 2022-04-19                codemadness.org        70
       +iLast modification on 2022-08-07                codemadness.org        70
        i                codemadness.org        70
        i**This article assumes you use OpenBSD for the service files and OS-specific                codemadness.org        70
        iexamples.**                codemadness.org        70
       @@ -22,6 +22,8 @@ h* On 2019-10-24 Gitlab reverted it again because many people complained.        URL:ht
        h* On 2020-11-16 Github reinstated youtube-dl, to reverse a Digital Millennium Copyright Act (DMCA) takedown.        URL:https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/        codemadness.org        70
        h* On 2021-03-11 Github (owned by Microsoft) removes exploit code for Microsoft Exchange vulnerabilities.        URL:https://arstechnica.com/gadgets/2021/03/critics-fume-after-github-removes-exploit-code-for-exchange-vulnerabilities/        codemadness.org        70
        h* On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions.        URL:https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/        codemadness.org        70
       +h* On 2022-08-04 GitLab plans to delete dormant projects in free accounts.        URL:https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/        codemadness.org        70
       +h* On 2022-08-05 GitLab U-turns on deleting dormant projects after backlash.        URL:https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/        codemadness.org        70
        i                codemadness.org        70
        iThe same thing can happen with Github, Atlassian Bitbucket or other similar                codemadness.org        70
        iservices.  After all: they are just a company with commercial interests.  These                codemadness.org        70
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -948,7 +948,7 @@ IRC etc.</p>
                <dc:date>2018-02-25T00:00:00Z</dc:date>
                <author>Hiltjo</author>
                <description><![CDATA[<h1>Setup your own git hosting service</h1>
       -        <p><strong>Last modification on </strong> <time>2022-04-19</time></p>
       +        <p><strong>Last modification on </strong> <time>2022-08-07</time></p>
                <p><strong>This article assumes you use OpenBSD for the service files and OS-specific
        examples.</strong></p>
        <h2>Why</h2>
       @@ -962,6 +962,8 @@ keeping control over your own computing infrastructure.</p>
        <li><a href="https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/">On 2020-11-16 Github reinstated youtube-dl, to reverse a Digital Millennium Copyright Act (DMCA) takedown</a>.</li>
        <li><a href="https://arstechnica.com/gadgets/2021/03/critics-fume-after-github-removes-exploit-code-for-exchange-vulnerabilities/">On 2021-03-11 Github (owned by Microsoft) removes exploit code for Microsoft Exchange vulnerabilities</a>.</li>
        <li><a href="https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/">On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions</a>.</li>
       +<li><a href="https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/">On 2022-08-04 GitLab plans to delete dormant projects in free accounts</a>.</li>
       +<li><a href="https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/">On 2022-08-05 GitLab U-turns on deleting dormant projects after backlash</a>.</li>
        </ul>
        <p>The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These
 (DIR) diff --git a/output/setup-git-hosting.html b/output/setup-git-hosting.html
       @@ -41,7 +41,7 @@
        <header>
                <h1>Setup your own git hosting service</h1>
                <p>
       -        <strong>Last modification on </strong> <time>2022-04-19</time>
       +        <strong>Last modification on </strong> <time>2022-08-07</time>
                </p>
        </header>
        
       @@ -58,6 +58,8 @@ keeping control over your own computing infrastructure.</p>
        <li><a href="https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/">On 2020-11-16 Github reinstated youtube-dl, to reverse a Digital Millennium Copyright Act (DMCA) takedown</a>.</li>
        <li><a href="https://arstechnica.com/gadgets/2021/03/critics-fume-after-github-removes-exploit-code-for-exchange-vulnerabilities/">On 2021-03-11 Github (owned by Microsoft) removes exploit code for Microsoft Exchange vulnerabilities</a>.</li>
        <li><a href="https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/">On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions</a>.</li>
       +<li><a href="https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/">On 2022-08-04 GitLab plans to delete dormant projects in free accounts</a>.</li>
       +<li><a href="https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/">On 2022-08-05 GitLab U-turns on deleting dormant projects after backlash</a>.</li>
        </ul>
        <p>The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These
 (DIR) diff --git a/output/setup-git-hosting.md b/output/setup-git-hosting.md
       @@ -15,6 +15,8 @@ Some bad examples:
        * [On 2020-11-16 Github reinstated youtube-dl, to reverse a Digital Millennium Copyright Act (DMCA) takedown](https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/).
        * [On 2021-03-11 Github (owned by Microsoft) removes exploit code for Microsoft Exchange vulnerabilities](https://arstechnica.com/gadgets/2021/03/critics-fume-after-github-removes-exploit-code-for-exchange-vulnerabilities/).
        * [On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions](https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/).
       +* [On 2022-08-04 GitLab plans to delete dormant projects in free accounts](https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/).
       +* [On 2022-08-05 GitLab U-turns on deleting dormant projects after backlash](https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/).
        
        The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These
 (DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
       @@ -42,7 +42,7 @@
        </url>
        <url>
                <loc>https://www.codemadness.org/setup-git-hosting.html</loc>
       -        <lastmod>2022-04-19</lastmod>
       +        <lastmod>2022-08-07</lastmod>
        </url>
        <url>
                <loc>https://www.codemadness.org/openbsd-sparc64-vm.html</loc>
 (DIR) diff --git a/pages/setup-git-hosting.cfg b/pages/setup-git-hosting.cfg
       @@ -3,4 +3,4 @@ id = setup-git-hosting
        description = Howto setup your own git hosting service
        keywords = git, HTTP, gopher, SSH, OpenBSD
        created = 2018-02-25
       -updated = 2022-04-19
       +updated = 2022-08-07
 (DIR) diff --git a/pages/setup-git-hosting.md b/pages/setup-git-hosting.md
       @@ -15,6 +15,8 @@ Some bad examples:
        * [On 2020-11-16 Github reinstated youtube-dl, to reverse a Digital Millennium Copyright Act (DMCA) takedown](https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/).
        * [On 2021-03-11 Github (owned by Microsoft) removes exploit code for Microsoft Exchange vulnerabilities](https://arstechnica.com/gadgets/2021/03/critics-fume-after-github-removes-exploit-code-for-exchange-vulnerabilities/).
        * [On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions](https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/).
       +* [On 2022-08-04 GitLab plans to delete dormant projects in free accounts](https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/).
       +* [On 2022-08-05 GitLab U-turns on deleting dormant projects after backlash](https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/).
        
        The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These