gitextract_v3tdzmoy/ ├── .github/ │ └── workflows/ │ └── update-externals.yml ├── .gitignore ├── .travis.yml ├── .well-known/ │ └── org.flathub.VerifiedApps.txt ├── 404.md ├── CNAME ├── Gemfile ├── LICENSE ├── README.md ├── _config.yml ├── _data/ │ ├── applications.yml │ ├── authors.yml │ ├── browser_support.yml │ ├── browsers.yml │ ├── distros.yml │ ├── maintainers.yml │ └── navigation.yml ├── _includes/ │ ├── apps.html │ ├── email.html │ ├── feed.html │ ├── feed_category.html │ ├── github.html │ ├── nav.html │ ├── nav_dir.html │ ├── page_footer.html │ ├── page_header.html │ ├── pagination.html │ ├── post.html │ ├── posts.html │ ├── posts_category.html │ ├── rss.html │ ├── search.html │ ├── search_json.html │ ├── search_json_items.html │ └── twitter.html ├── _layouts/ │ ├── default.html │ ├── essential.html │ ├── guide.html │ ├── markdown.html │ ├── page.html │ └── post.html ├── _posts/ │ ├── 2014-02-13-introducing-cockpit.md │ ├── 2014-04-22-cockpit-has-a-terminal.md │ ├── 2014-04-25-cockpit-does-docker.md │ ├── 2014-06-20-cockpit-simple-networking-configuration.md │ ├── 2014-06-24-cockpit-has-docker-pull-support.md │ ├── 2014-11-04-cockpit-multi-server-dashboard.md │ ├── 2014-11-04-dbus-powerful-ipc.md │ ├── 2014-11-13-cockpit-plugin-tutorial.md │ ├── 2014-11-13-dbus-basics.md │ ├── 2014-11-20-rhel-atomic-beta.md │ ├── 2014-12-16-protocol-interaction.md │ ├── 2015-06-09-cockpit-does-kubernetes.md │ ├── 2015-07-10-rest-api-plugin.md │ ├── 2015-09-23-cockpit-0.77.md │ ├── 2015-09-30-cockpit-0.78.md │ ├── 2015-10-07-cockpit-0.79.md │ ├── 2015-10-08-cockpit-vagrantfile.md │ ├── 2015-10-14-cockpit-0.80.md │ ├── 2015-10-21-cockpit-0.81.md │ ├── 2015-10-28-cockpit-0.82.md │ ├── 2015-11-19-cockpit-0.84.md │ ├── 2015-11-27-cockpit-0.85.md │ ├── 2015-12-04-cockpit-0.86.md │ ├── 2015-12-22-cockpit-0.89.md │ ├── 2016-02-12-cockpit-0.95.md │ ├── 2016-03-24-cockpit-0.99.md │ ├── 2016-04-01-cockpit-0.100.md │ ├── 2016-04-08-cockpit-0.101.md │ ├── 2016-04-14-cockpit-0.102.md │ ├── 2016-04-20-cockpit-0.103.md │ ├── 2016-04-28-cockpit-0.104.md │ ├── 2016-05-04-cockpit-0.105.md │ ├── 2016-05-12-cockpit-0.106.md │ ├── 2016-06-26-cockpit-0.111.md │ ├── 2016-07-07-cockpit-0.113.md │ ├── 2016-07-12-cockpit-0.114.md │ ├── 2016-08-11-cockpit-0.117.md │ ├── 2016-09-08-cockpit-118.md │ ├── 2016-10-21-cockpit-120.md │ ├── 2016-10-28-cockpit-121.md │ ├── 2016-11-03-cockpit-122.md │ ├── 2016-11-25-cockpit-125.md │ ├── 2017-01-09-cockpit-127.md │ ├── 2017-01-19-cockpit-129.md │ ├── 2017-02-24-cockpit-132.md │ ├── 2017-03-02-cockpit-133.md │ ├── 2017-03-09-cockpit-134.md │ ├── 2017-03-15-cockpit-135.md │ ├── 2017-03-30-cockpit-137.md │ ├── 2017-06-09-cockpit-142.md │ ├── 2017-06-19-cockpit-143.md │ ├── 2017-06-27-cockpit-hackfest.md │ ├── 2017-07-03-cockpit-hackfest-wrapup.md │ ├── 2017-07-07-cockpit-145.md │ ├── 2017-07-21-cockpit-146.md │ ├── 2017-07-25-cockpit-workshop-all-systems-go.md │ ├── 2017-07-27-cockpit-147.md │ ├── 2017-08-04-cockpit-148.md │ ├── 2017-09-08-cockpit-150.md │ ├── 2017-09-21-cockpit-151.md │ ├── 2017-10-06-cockpit-152.md │ ├── 2017-10-17-cockpit-153.md │ ├── 2017-11-06-cockpit-155.md │ ├── 2017-11-16-cockpit-156.md │ ├── 2017-11-30-cockpit-157.md │ ├── 2017-12-13-cockpit-158.md │ ├── 2018-01-10-cockpit-159.md │ ├── 2018-01-24-cockpit-160.md │ ├── 2018-02-07-cockpit-161.md │ ├── 2018-02-21-cockpit-162.md │ ├── 2018-03-07-cockpit-163.md │ ├── 2018-03-09-starter-kit.md │ ├── 2018-03-21-cockpit-164.md │ ├── 2018-03-28-puppeteer-tests.md │ ├── 2018-04-04-cockpit-165.md │ ├── 2018-04-11-making-a-cockpit-application.md │ ├── 2018-04-18-cockpit-166.md │ ├── 2018-05-02-cockpit-167.md │ ├── 2018-05-16-cockpit-168.md │ ├── 2018-05-28-sso-oauth.md │ ├── 2018-05-30-cockpit-169.md │ ├── 2018-06-13-cockpit-170.md │ ├── 2018-06-27-cockpit-171.md │ ├── 2018-07-11-cockpit-172.md │ ├── 2018-07-25-cockpit-173.md │ ├── 2018-08-01-cockpit-174.md │ ├── 2018-08-08-cockpit-175.md │ ├── 2018-08-22-cockpit-176.md │ ├── 2018-09-05-cockpit-177.md │ ├── 2018-09-13-is-cockpit-secure.md │ ├── 2018-09-19-cockpit-178.md │ ├── 2018-10-04-cockpit-179.md │ ├── 2018-10-04-cockpit-180.md │ ├── 2018-10-31-cockpit-181.md │ ├── 2018-11-14-cockpit-182.md │ ├── 2018-11-28-cockpit-183.md │ ├── 2018-12-12-cockpit-184.md │ ├── 2019-01-09-cockpit-185.md │ ├── 2019-01-23-cockpit-186.md │ ├── 2019-02-06-cockpit-187.md │ ├── 2019-02-20-cockpit-188.md │ ├── 2019-03-06-cockpit-189.md │ ├── 2019-03-22-cockpit-190.md │ ├── 2019-04-03-cockpit-191.md │ ├── 2019-04-17-cockpit-192.md │ ├── 2019-05-02-cockpit-193.md │ ├── 2019-05-15-cockpit-194.md │ ├── 2019-05-29-cockpit-195.md │ ├── 2019-06-12-cockpit-196.md │ ├── 2019-06-26-cockpit-197.md │ ├── 2019-07-10-cockpit-198.md │ ├── 2019-07-24-cockpit-199.md │ ├── 2019-08-07-cockpit-200.md │ ├── 2019-08-21-cockpit-201.md │ ├── 2019-09-04-cockpit-202.md │ ├── 2019-09-18-cockpit-203.md │ ├── 2019-10-02-cockpit-204.md │ ├── 2019-10-16-cockpit-205.md │ ├── 2019-10-30-cockpit-206.md │ ├── 2019-11-13-cockpit-207.md │ ├── 2019-11-27-cockpit-208.md │ ├── 2019-12-13-cockpit-209.md │ ├── 2020-01-08-cockpit-210.md │ ├── 2020-01-22-cockpit-211.md │ ├── 2020-02-05-cockpit-212.md │ ├── 2020-02-19-cockpit-213.md │ ├── 2020-03-04-cockpit-214.md │ ├── 2020-03-18-cockpit-215.md │ ├── 2020-04-01-cockpit-216.md │ ├── 2020-04-15-cockpit-217.md │ ├── 2020-04-29-cockpit-218.md │ ├── 2020-05-06-cockpit-ansible.md │ ├── 2020-05-13-cockpit-219.md │ ├── 2020-05-27-cockpit-220.md │ ├── 2020-05-29-cockpit-common-criteria.md │ ├── 2020-06-10-cockpit-221.md │ ├── 2020-06-24-cockpit-222.md │ ├── 2020-07-08-cockpit-223.md │ ├── 2020-07-22-cockpit-224.md │ ├── 2020-08-05-cockpit-225.md │ ├── 2020-08-19-cockpit-226-cockpit-podman-22.md │ ├── 2020-09-02-cockpit-227.md │ ├── 2020-09-16-cockpit-228.md │ ├── 2020-09-30-cockpit-229.md │ ├── 2020-10-14-cockpit-230.md │ ├── 2020-10-29-cockpit-231.md │ ├── 2020-11-11-cockpit-232.md │ ├── 2020-11-25-cockpit-233.md │ ├── 2020-12-09-cockpit-234.md │ ├── 2021-01-07-cockpit-235.md │ ├── 2021-01-21-cockpit-236.md │ ├── 2021-02-03-cockpit-237.md │ ├── 2021-02-16-cockpit-238.md │ ├── 2021-03-03-cockpit-239.md │ ├── 2021-03-17-cockpit-240.md │ ├── 2021-03-31-cockpit-241.md │ ├── 2021-04-05-fmf-unified-testing.md │ ├── 2021-04-14-cockpit-242.md │ ├── 2021-04-28-cockpit-243.md │ ├── 2021-05-06-pixel-tests.md │ ├── 2021-05-12-244.md │ ├── 2021-05-26-cockpit-245.md │ ├── 2021-06-23-cockpit-247.md │ ├── 2021-07-05-pcp-grafana.md │ ├── 2021-07-07-cockpit-248.md │ ├── 2021-07-13-ci-metrics.md │ ├── 2021-08-04-cockpit-250.md │ ├── 2021-08-18-cockpit-251.md │ ├── 2021-09-01-cockpit-252.md │ ├── 2021-09-15-cockpit-253.md │ ├── 2021-09-29-cockpit-254.md │ ├── 2021-10-13-cockpit-255.md │ ├── 2021-10-27-cockpit-256.md │ ├── 2021-11-10-cockpit-257.md │ ├── 2021-12-08-cockpit-259.md │ ├── 2022-01-05-cockpit-260.md │ ├── 2022-01-25-cockpit-261.md │ ├── 2022-02-02-cockpit-262.md │ ├── 2022-02-03-pixel-tests-update.md │ ├── 2022-02-16-cockpit-263.md │ ├── 2022-03-16-cockpit-265.md │ ├── 2022-03-30-cockpit-266.md │ ├── 2022-04-13-cockpit-267.md │ ├── 2022-04-28-cockpit-268.md │ ├── 2022-05-12-cockpit-269.md │ ├── 2022-05-24-cockpit-270.md │ ├── 2022-06-08-cockpit-271.md │ ├── 2022-06-23-cockpit-272.md │ ├── 2022-07-20-cockpit-273.md │ ├── 2022-08-25-cockpit-275.md │ ├── 2022-09-22-cockpit-277.md │ ├── 2022-10-18-cockpit-278.md │ ├── 2022-10-20-login-issues.md │ ├── 2022-11-03-cockpit-279.md │ ├── 2022-11-16-cockpit-280.md │ ├── 2022-12-01-cockpit-281.md │ ├── 2022-12-14-cockpit-282.md │ ├── 2023-01-12-cockpit-283.md │ ├── 2023-01-25-cockpit-284.md │ ├── 2023-02-08-cockpit-285.md │ ├── 2023-02-22-cockpit-286.md │ ├── 2023-03-09-cockpit-287.md │ ├── 2023-03-22-cockpit-288.md │ ├── 2023-03-29-matrix-channel.md │ ├── 2023-04-06-cockpit-289.md │ ├── 2023-04-19-cockpit-290.md │ ├── 2023-05-03-cockpit-291.md │ ├── 2023-05-03-patternfly-v5-alpha.md │ ├── 2023-05-16-cockpit-292.md │ ├── 2023-06-01-cockpit-293.md │ ├── 2023-06-14-cockpit-294.md │ ├── 2023-06-28-cockpit-295.md │ ├── 2023-07-26-cockpit-297.md │ ├── 2023-08-01-tmt-cross-project-testing.md │ ├── 2023-08-09-cockpit-298.md │ ├── 2023-08-23-cockpit-299.md │ ├── 2023-09-06-cockpit-300.md │ ├── 2023-09-20-cockpit-301.md │ ├── 2023-10-05-cockpit-302.md │ ├── 2023-10-18-cockpit-303.md │ ├── 2023-11-01-cockpit-304.md │ ├── 2023-11-29-cockpit-306.md │ ├── 2023-12-14-cockpit-307.md │ ├── 2024-01-18-cockpit-309.md │ ├── 2024-01-31-cockpit-310.md │ ├── 2024-02-14-cockpit-311.md │ ├── 2024-03-27-cockpit-314.md │ ├── 2024-04-24-cockpit-316.md │ ├── 2024-05-28-cockpit-317.md │ ├── 2024-06-10-first-cockpit-files-release.md │ ├── 2024-06-12-cockpit-318.md │ ├── 2024-06-26-cockpit-319.md │ ├── 2024-07-03-cockpit-320.md │ ├── 2024-08-08-cockpit-322.md │ ├── 2024-09-04-cockpit-324.md │ ├── 2024-09-25-cockpit-325.md │ ├── 2024-10-08-cockpit-326.md │ ├── 2024-10-23-cockpit-327.md │ ├── 2024-11-06-cockpit-328.md │ ├── 2024-11-20-cockpit-329.md │ ├── 2024-12-04-cockpit-330.md │ ├── 2024-12-18-cockpit-331.md │ ├── 2025-01-29-cockpit-332.md │ ├── 2025-02-13-cockpit-333.md │ ├── 2025-02-27-cockpit-334.md │ ├── 2025-03-12-cockpit-335.md │ ├── 2025-04-17-cockpit-337.md │ ├── 2025-05-21-cockpit-339.md │ ├── 2025-06-04-cockpit-340.md │ ├── 2025-06-25-cockpit-341.md │ ├── 2025-07-23-cockpit-343.md │ ├── 2025-08-19-cockpit-345.md │ ├── 2025-09-03-cockpit-346.md │ ├── 2025-09-17-cockpit-347.md │ ├── 2025-10-02-cockpit-348.md │ ├── 2025-10-15-cockpit-349.md │ ├── 2025-10-29-cockpit-350.md │ ├── 2025-11-11-cockpit-351.md │ ├── 2025-11-26-cockpit-352.md │ ├── 2025-12-10-cockpit-353.md │ ├── 2026-01-29-cockpit-355.md │ ├── 2026-02-11-cockpit-356.md │ ├── 2026-02-25-cockpit-357.md │ ├── 2026-03-18-cockpit-358.md │ └── 2026-04-08-cockpit-360.md ├── _scripts/ │ ├── container-create │ ├── container-delete │ ├── container-jekyll │ ├── container-ruby │ ├── container-run │ ├── container-update-gems │ ├── generate-release-notes │ ├── update-browser-data.rb │ └── update-external-docs.rb ├── applications.md ├── assets/ │ ├── default.scss │ ├── lib/ │ │ ├── blog.scss │ │ ├── browser-support.js │ │ ├── minima-unset.scss │ │ ├── nav.scss │ │ ├── pagination.scss │ │ ├── quicklinks.scss │ │ ├── screenshot-gallery.js │ │ ├── scrollbar-on.scss │ │ ├── search.coffee │ │ ├── search.scss │ │ ├── stickyfooter.scss │ │ └── stickyheader.scss │ ├── main.js │ ├── main.scss │ ├── site/ │ │ ├── animation.scss │ │ ├── applications.scss │ │ ├── fonts.scss │ │ ├── frontpage.scss │ │ └── guide.scss │ ├── site.scss │ └── vendor/ │ ├── gridlex-vars.scss │ ├── gridlex.scss │ ├── jquery.js │ └── string_score.coffee ├── blog/ │ ├── authors.html │ ├── category/ │ │ ├── index.md │ │ ├── linux.md │ │ ├── release.md │ │ └── tutorial.md │ ├── feeds/ │ │ ├── all.atom.xml │ │ ├── index.md │ │ ├── linux.atom.xml │ │ ├── release.atom.xml │ │ └── tutorial.atom.xml │ ├── index.html │ └── tags.html ├── code-of-conduct.md ├── documentation.md ├── external/ │ ├── bots/ │ │ └── README.md │ ├── source/ │ │ ├── HACKING.md │ │ └── test/ │ │ └── README.md │ └── wiki/ │ ├── Cockpit-Coding-Guidelines.md │ ├── Contributing.md │ ├── Demos-and-Talks.md │ ├── Proxying-Cockpit-over-Apache-with-LetsEncrypt.md │ ├── Proxying-Cockpit-over-NGINX.md │ └── Workflow.md ├── faq.md ├── feed.xml ├── files/ │ ├── docker-info.tgz │ ├── pinger.tgz │ ├── starter-kit/ │ │ └── check-puppeteer.js │ └── zoner.tgz ├── guide/ │ ├── 195/ │ │ ├── api-base1-patternfly.html │ │ ├── api-base1.html │ │ ├── api-cockpit.html │ │ ├── api-console-html.html │ │ ├── api-docker.html │ │ ├── api-logs-html.html │ │ ├── api-shell-html.html │ │ ├── api-shell.html │ │ ├── api-system.html │ │ ├── api-terminal-html.html │ │ ├── authentication.html │ │ ├── cockpit-bridge.1.html │ │ ├── cockpit-cache.html │ │ ├── cockpit-channels.html │ │ ├── cockpit-dbus.html │ │ ├── cockpit-desktop.1.html │ │ ├── cockpit-error.html │ │ ├── cockpit-file.html │ │ ├── cockpit-http.html │ │ ├── cockpit-locale.html │ │ ├── cockpit-location.html │ │ ├── cockpit-login.html │ │ ├── cockpit-manifest.html │ │ ├── cockpit-manual.html │ │ ├── cockpit-metrics.html │ │ ├── cockpit-series-data.html │ │ ├── cockpit-spawn.html │ │ ├── cockpit-util.html │ │ ├── cockpit-ws.8.html │ │ ├── cockpit.conf.5.html │ │ ├── development.html │ │ ├── embedding.html │ │ ├── feature-docker.html │ │ ├── feature-firewall.html │ │ ├── feature-journal.html │ │ ├── feature-kubernetes.html │ │ ├── feature-machines.html │ │ ├── feature-networkmanager.html │ │ ├── feature-ovirtvirtualmachines.html │ │ ├── feature-packagekit.html │ │ ├── feature-pcp.html │ │ ├── feature-realmd.html │ │ ├── feature-selinux.html │ │ ├── feature-sosreport.html │ │ ├── feature-storaged.html │ │ ├── feature-subscription.html │ │ ├── feature-systemd.html │ │ ├── feature-terminal.html │ │ ├── feature-tuned.html │ │ ├── feature-users.html │ │ ├── feature-virtualmachines.html │ │ ├── features.html │ │ ├── gtk-doc.css │ │ ├── guide.html │ │ ├── https.html │ │ ├── index.html │ │ ├── index.sgml │ │ ├── listen.html │ │ ├── packages.html │ │ ├── privileges.html │ │ ├── remotectl.8.html │ │ ├── sso.html │ │ ├── startup.html │ │ ├── style.css │ │ └── urls.html │ ├── index.md │ └── latest/ │ ├── api-base1.html │ ├── api-cockpit.html │ ├── api-logs-html.html │ ├── api-shell-html.html │ ├── api-shell.html │ ├── api-system.html │ ├── api-terminal-html.html │ ├── authentication.html │ ├── cert-authentication.html │ ├── cockpit-bridge.1.html │ ├── cockpit-cache.html │ ├── cockpit-channels.html │ ├── cockpit-dbus.html │ ├── cockpit-desktop.1.html │ ├── cockpit-error.html │ ├── cockpit-file.html │ ├── cockpit-http.html │ ├── cockpit-locale.html │ ├── cockpit-location.html │ ├── cockpit-login.html │ ├── cockpit-manifest.html │ ├── cockpit-manual.html │ ├── cockpit-metrics.html │ ├── cockpit-series-data.html │ ├── cockpit-spawn.html │ ├── cockpit-tls.8.html │ ├── cockpit-util.html │ ├── cockpit-ws.8.html │ ├── cockpit.1.html │ ├── cockpit.conf.5.html │ ├── development.html │ ├── embedding.html │ ├── feature-firewall.html │ ├── feature-journal.html │ ├── feature-machines.html │ ├── feature-networkmanager.html │ ├── feature-packagekit.html │ ├── feature-pcp.html │ ├── feature-realmd.html │ ├── feature-selinux.html │ ├── feature-sosreport.html │ ├── feature-storaged.html │ ├── feature-systemd.html │ ├── feature-terminal.html │ ├── feature-tuned.html │ ├── feature-users.html │ ├── features.html │ ├── https.html │ ├── index.html │ ├── listen.html │ ├── multi-host.html │ ├── packages.html │ ├── pam_ssh_add.8.html │ ├── privileges.html │ ├── sso.html │ ├── startup.html │ └── urls.html ├── ideals.md ├── index.md ├── manifest.json ├── privacy.md ├── running/ │ └── safari.md ├── running.md ├── search.json └── search.md