{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Discover Docker, K8s and Hashicorp Nomad with Maksym Prokopov: posts tagged gitea",
    "_rss_description": "The blog about containerisation, virtual machines and useful shell snippets and findings",
    "_rss_language": "en",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/blog.it-premium.com.ua\/tags\/gitea\/",
    "feed_url": "https:\/\/blog.it-premium.com.ua\/tags\/gitea\/json\/",
    "icon": false,
    "authors": [
        {
            "name": "Maksym Prokopov",
            "url": "https:\/\/blog.it-premium.com.ua\/",
            "avatar": false
        }
    ],
    "items": [
        {
            "id": "231",
            "url": "https:\/\/blog.it-premium.com.ua\/all\/enable-gitea-to-use-ssh-port-22\/",
            "title": "enable gitea to use ssh port 22",
            "content_html": "<ol start=\"1\">\n<li>Move original ssh service to other port, like 2022<\/li>\n<li>set gitea config to use port 22<br \/>\napp.ini<\/li>\n<\/ol>\n<pre class=\"e2-text-code\"><code class=\"\">[server]\nDISABLE_SSH      = false\nSSH_PORT         = 22\nSSH_LISTEN_HOST  = 0.0.0.0\nSSH_LISTEN_PORT  = 22\nSTART_SSH_SERVER = true<\/code><\/pre><ol start=\"3\">\n<li>execute<\/li>\n<\/ol>\n<pre class=\"e2-text-code\"><code class=\"\">sudo setcap CAP_NET_BIND_SERVICE=+eip \/usr\/local\/bin\/gitea to enable usage of the port 22<\/code><\/pre>",
            "date_published": "2021-01-23T12:59:40+01:00",
            "date_modified": "2021-01-23T12:59:37+01:00",
            "tags": [
                "gitea"
            ],
            "_date_published_rfc2822": "Sat, 23 Jan 2021 12:59:40 +0100",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "231",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}