{"id":20332766,"url":"https://github.com/aorith/blueconfig","last_synced_at":"2026-05-11T00:34:46.917Z","repository":{"id":84859421,"uuid":"517648148","full_name":"aorith/blueconfig","owner":"aorith","description":"Fedora Silverblue configuration","archived":false,"fork":false,"pushed_at":"2025-02-24T14:05:17.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T15:24:38.747Z","etag":null,"topics":["fedora","fedora-silverblue","rpm-ostree"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aorith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-25T12:03:38.000Z","updated_at":"2025-02-24T14:05:15.000Z","dependencies_parsed_at":"2023-12-09T17:31:00.133Z","dependency_job_id":"6cbfa5ce-4eba-4e31-9af8-9e1eb3db5e10","html_url":"https://github.com/aorith/blueconfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aorith%2Fblueconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aorith%2Fblueconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aorith%2Fblueconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aorith%2Fblueconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aorith","download_url":"https://codeload.github.com/aorith/blueconfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241852120,"owners_count":20030966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fedora","fedora-silverblue","rpm-ostree"],"created_at":"2024-11-14T20:28:08.803Z","updated_at":"2026-05-11T00:34:46.908Z","avatar_url":"https://github.com/aorith.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fedora Silverblue configuration\n\n\u003e Configuration for my daily work machine running Silverblue.\n\nSilverblue setup using [OSTree native containers](https://coreos.github.io/rpm-ostree/container/), the [post-install](post-install) playbook and scripts are only required after the first install.\n\n**This is an opinionated build that probably won't suit your needs.**\n\n## How to install\n\nTo rebase an existing Silverblue/Kinoite machine to the latest release:\n\n1. Download and install [Fedora Silverblue](https://silverblue.fedoraproject.org/download)\n1. After you reboot you should [pin the working deployment](https://docs.fedoraproject.org/en-US/fedora-silverblue/faq/#_about_using_silverblue) so you can safely rollback\n1. Open a terminal and use one of the following commands to rebase the OS:\n\n```\nsudo bootc switch ghcr.io/aorith/blueconfig:stable\n```\n\nCheck [post-install](post-install) for the _post-install_ instructions.\n\n## Verification\n\nThese images are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). You can verify the signature by downloading the `cosign.pub` key from this repo and running the following command:\n\n    cosign verify --key cosign.pub ghcr.io/aorith/blueconfig\n\nIf you're forking this repo you should [read the docs](https://docs.github.com/en/actions/security-guides/encrypted-secrets) on keeping secrets in github. You need to [generate a new keypair](https://docs.sigstore.dev/cosign/overview/) with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -\u003e Secrets -\u003e Actions.\n\n## Local testing\n\nThis is for easy testing on a VM.\n\n```sh\n# Run a local registry\npodman run --rm -p 5000:5000 registry:2\n\n# Build the image\npodman build . -t localhost:5000/blueconfig\n\n# Push the image\npodman push --tls-verify=false localhost:5000/blueconfig\n```\n\nOn the VM create the file `/etc/containers/registries.conf.d/local.conf:\n\n```conf\n[[registry]]\nlocation = \"\u003chost IP\u003e:5000\"\ninsecure = true\n```\n\nThen rebase:\n\n```sh\nsudo bootc switch HOST_IP:5000/blueconfig:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faorith%2Fblueconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faorith%2Fblueconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faorith%2Fblueconfig/lists"}