{"id":21531519,"url":"https://github.com/aguslr/bluevanilla","last_synced_at":"2025-04-10T00:27:52.143Z","repository":{"id":145905055,"uuid":"589221127","full_name":"aguslr/bluevanilla","owner":"aguslr","description":"A Fedora Silverblue image that uses vanilla GNOME and FlatHub apps","archived":false,"fork":false,"pushed_at":"2024-05-22T20:18:56.000Z","size":9355,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-22T21:25:57.458Z","etag":null,"topics":["fedora","fedora-silverblue","oci","ostree"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aguslr.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":"2023-01-15T13:35:52.000Z","updated_at":"2024-05-28T12:01:57.492Z","dependencies_parsed_at":"2024-03-23T13:24:18.878Z","dependency_job_id":"5a2d6502-57f4-4fd8-93bb-753f7b87f8f8","html_url":"https://github.com/aguslr/bluevanilla","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/aguslr%2Fbluevanilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fbluevanilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fbluevanilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fbluevanilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aguslr","download_url":"https://codeload.github.com/aguslr/bluevanilla/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248133217,"owners_count":21053191,"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","oci","ostree"],"created_at":"2024-11-24T02:14:39.940Z","updated_at":"2025-04-10T00:27:52.135Z","avatar_url":"https://github.com/aguslr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[BlueVanilla][1]\n================\n\n[![build-image](https://github.com/aguslr/bluevanilla/actions/workflows/build.yml/badge.svg)](https://github.com/aguslr/bluevanilla/actions/workflows/build.yml)\n\nA Fedora Silverblue image that uses vanilla GNOME and FlatHub apps.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\".github/screenshot-light.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\"  srcset=\".github/screenshot-dark.png\"\u003e\n  \u003cimg title=\"Screenshot\" alt=\"Screenshot\" src=\".github/screenshot-light.png\"\u003e\n\u003c/picture\u003e\n\nUsage\n-----\n\n1. Rebase to an unsigned image to get proper signing keys:\n\n       rpm-ostree rebase -r ostree-unverified-registry:ghcr.io/aguslr/bluevanilla:stable\n\n2. Rebase to a signed image to finish the installation:\n\n       rpm-ostree rebase -r ostree-image-signed:docker://ghcr.io/aguslr/bluevanilla:stable\n\nAlternatively, an [ISO file for offline installation][7] can be generated with\nthe following command:\n\n    sudo podman run --rm --privileged \\\n        --volume .:/build-container-installer/build \\\n        --security-opt label=disable --pull=newer \\\n        ghcr.io/jasonn3/build-container-installer:latest \\\n        IMAGE_REPO=\"ghcr.io/aguslr\" \\\n        IMAGE_NAME=\"bluevanilla\" \\\n        IMAGE_TAG=\"latest\" \\\n        VARIANT=\"Silverblue\"\n\nFeatures\n--------\n\n- Start with a base Fedora Silverblue image.\n- Add the `gnome-tweaks` package.\n- Restore GNOME's default background.\n- Replace Fedora repository with unfiltered Flathub repository.\n- Replace Fedora's Flatpaks with the ones from Flathub.\n- Remove unused Flatpak dependencies automatically.\n- Set automatic checking of updates for the system.\n- Reduce *systemd* shutdown timers.\n\nVerification\n------------\n\nThese images are signed with Sisgstore's [Cosign][5]. You can verify the\nsignature by downloading the `cosign.pub` key from this repo and running the\nfollowing command:\n\n    cosign verify --key cosign.pub ghcr.io/aguslr/bluevanilla\n\nReferences\n----------\n\n- [Building your own custom Fedora Silverblue image][2]\n- [GitHub - ublue-os/base: Base image: Silverblue with unfiltered Flathub,\n  distrobox, and automatic updates][3]\n- [GitHub - ublue-os/ubuntu: Fedora Silverblue for Ubuntu Expatriates][4]\n- [Cosign - Sigstore Documentation][5]\n- [Making your Own - Universal Blue][6]\n\n\n[1]: https://github.com/aguslr/bluevanilla\n[2]: https://www.ypsidanger.com/building-your-own-fedora-silverblue-image/\n[3]: https://github.com/ublue-os/base\n[4]: https://github.com/ublue-os/ubuntu\n[5]: https://docs.sigstore.dev/cosign/overview/\n[6]: https://ublue.it/making-your-own/\n[7]: https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguslr%2Fbluevanilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faguslr%2Fbluevanilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguslr%2Fbluevanilla/lists"}