{"id":19159206,"url":"https://github.com/bbhtt/firefox-nightly-flatpak","last_synced_at":"2025-05-07T08:42:27.964Z","repository":{"id":64809786,"uuid":"575236624","full_name":"bbhtt/firefox-nightly-flatpak","owner":"bbhtt","description":"(MIRROR) Unofficial Firefox Nightly flatpak built from tarball (x86_64 and aarch64)","archived":false,"fork":false,"pushed_at":"2025-04-17T10:31:15.000Z","size":2167,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-17T13:33:13.449Z","etag":null,"topics":["firefox","flatpak"],"latest_commit_sha":null,"homepage":"https://gitlab.com/projects261/firefox-nightly-flatpak","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbhtt.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,"zenodo":null}},"created_at":"2022-12-07T03:45:13.000Z","updated_at":"2025-04-17T10:31:19.000Z","dependencies_parsed_at":"2023-09-22T19:45:24.320Z","dependency_job_id":"be47e914-7a76-49f6-9f5f-d86186643947","html_url":"https://github.com/bbhtt/firefox-nightly-flatpak","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/bbhtt%2Ffirefox-nightly-flatpak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbhtt%2Ffirefox-nightly-flatpak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbhtt%2Ffirefox-nightly-flatpak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbhtt%2Ffirefox-nightly-flatpak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbhtt","download_url":"https://codeload.github.com/bbhtt/firefox-nightly-flatpak/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252845358,"owners_count":21813226,"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":["firefox","flatpak"],"created_at":"2024-11-09T08:47:58.116Z","updated_at":"2025-05-07T08:42:27.782Z","avatar_url":"https://github.com/bbhtt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Unofficial Firefox Nightly flatpak\n\n## Install\n\n1. Install [flatpak](https://flatpak.org/setup/) (\u003e=0.11.1), [xdg-desktop-portal](https://github.com/flatpak/xdg-desktop-portal) and its [backends](https://github.com/flatpak/xdg-desktop-portal#using-portals). Latest versions are preferred.\n\n2. Add the [Flathub](https://flathub.org/setup) repository if absent\n\n3. Install this package\n\n```bash\n# System\nflatpak install https://gitlab.com/projects261/firefox-nightly-flatpak/-/raw/main/firefox-nightly.flatpakref\n\n# User\nflatpak install --user https://gitlab.com/projects261/firefox-nightly-flatpak/-/raw/main/firefox-nightly.flatpakref\n```\n\n## Uninstall\n\n```bash\n# Only remove\nflatpak remove org.mozilla.FirefoxNightly\n\n# Delete data and remove\nflatpak remove --delete-data org.mozilla.FirefoxNightly\n\n# Clear dependencies\nflatpak uninstall --unused\n\n# Delete the remote\nflatpak remote-delete firefoxnightly-origin\n```\n\n## Bugs\n\nCheck if it is already a known issue first https://bugzilla.mozilla.org/show_bug.cgi?id=flatpak\n\nCheck if it is reproducible in the official tarball (preferably in a new profile or safe mode). If it is, open a bug with Mozilla, optionally use [mozregression](https://mozilla.github.io/mozregression/quickstart.html) to bisect it.\n\nCommon troubleshooting help https://fedoraproject.org/wiki/How_to_debug_Firefox_problems\n\nOtherwise feel free to open an issue here.\n\n## Credits\n\nMozilla for mainlining the stable flatpak recipes.\n\nOriginal Nightly flatpak project https://gitlab.com/proletarius101/firefox-nightly-flatpak and CI templates https://gitlab.com/accessable-net/gitlab-ci-templates\n\nLogo: [Source](https://www.creativetail.com/40-free-flat-animal-icons/), [License](https://www.creativetail.com/licensing/)\n\n## Set up personal repo\n\nSee https://docs.flatpak.org/en/latest/hosting-a-repository.html#hosting-a-repository-on-gitlab-github-pages\n\n## Build locally\n\n1. Clone this repository\n\n```bash\ngit clone https://gitlab.com/projects261/firefox-nightly-flatpak.git \u0026\u0026 cd firefox-nightly-flatpak\n```\n\n2. Install flatpak, [flatpak-builder](https://docs.flatpak.org/en/latest/flatpak-builder.html) and set up the Flathub repository\non `user` location.\n\n3. Run this command to build and install\n\n```bash\nflatpak-builder build --force-clean --user --install-deps-from=flathub --install org.mozilla.FirefoxNightly.yaml\n```\n\n4. To update, change this [URL](https://gitlab.com/projects261/firefox-nightly-flatpak/-/blob/main/org.mozilla.FirefoxNightly.yaml#L153) to point to the latest release and update the [sha256](https://gitlab.com/projects261/firefox-nightly-flatpak/-/blob/main/org.mozilla.FirefoxNightly.yaml#L154) below. Then redo step #3.\n\n\n## Signature\n\nGPG key used to sign repo: F8A5F798CA257770\n\nYou can verify the key used, using\n\n```bash\ngpg --no-default-keyring --keyring=\u003c/var/lib | ~/.local/share\u003e/flatpak/repo/firefoxnightly-origin.trustedkeys.gpg --lock-never --list-keys\n```\n\nand even create the keyring yourself using:\n\n```bash\ngpg --no-default-keyring --keyring ./firefoxnightly-origin.trustedkeys.gpg --keyserver keyserver.ubuntu.com --recv-keys F8A5F798CA257770\n\nmv firefoxnightly-origin.trustedkeys.gpg \u003c/var/lib | ~/.local/share\u003e/flatpak/repo\n```\n\n### Expired\n\nIf `flatpak` says that the key is expired, try removing the repo using\n\n```bash\nflatpak remote-delete --force firefoxnightly-origin\n```\n\nthen add it back again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbhtt%2Ffirefox-nightly-flatpak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbhtt%2Ffirefox-nightly-flatpak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbhtt%2Ffirefox-nightly-flatpak/lists"}