diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index d8489096..1d3964fb 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -80,7 +80,8 @@ jobs: matrix: tag: - firefox - - waterfox + # Temporarily disabled due to Cloudflare blocked download link + #- waterfox - chromium - google-chrome - ungoogled-chromium diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 49b0e3cb..2ab82986 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -24,8 +24,9 @@ jobs: include: - name: firefox platforms: linux/amd64,linux/arm64,linux/arm/v7 - - name: waterfox - platforms: linux/amd64 + # Temporarily disabled due to Cloudflare blocked download link + #- name: waterfox + # platforms: linux/amd64 - name: chromium platforms: linux/amd64,linux/arm64,linux/arm/v7 - name: google-chrome diff --git a/.github/workflows/ghcr_intel.yml b/.github/workflows/ghcr_intel.yml index 1bc93a31..a6ee46b0 100644 --- a/.github/workflows/ghcr_intel.yml +++ b/.github/workflows/ghcr_intel.yml @@ -25,7 +25,8 @@ jobs: matrix: include: - name: firefox - - name: waterfox + # Temporarily disabled due to Cloudflare blocked download link + #- name: waterfox - name: chromium - name: google-chrome - name: ungoogled-chromium diff --git a/webpage/docs/installation/docker-images.md b/webpage/docs/installation/docker-images.md index 6f5855fc..2385d4b5 100644 --- a/webpage/docs/installation/docker-images.md +++ b/webpage/docs/installation/docker-images.md @@ -75,6 +75,10 @@ In comparison to Chromium-based browsers, Firefox-based browsers do not require | | [Tor Browser](https://www.torproject.org/)
A browser designed to access the Tor network for enhanced privacy. | [`ghcr.io/m1k1o/neko/tor-browser`](https://ghcr.io/m1k1o/neko/tor-browser) | | | [Waterfox](https://www.waterfox.net/)
A privacy-focused browser based on Firefox. | [`ghcr.io/m1k1o/neko/waterfox`](https://ghcr.io/m1k1o/neko/waterfox) | +:::warning +**Waterfox** is currently not built automatically, because Cloudflare blocks the download and therefore github actions are failing. You can build it manually to get the latest version. +::: + Check the [Firefox-based browsers customization guide](/docs/v3/customization/browsers#firefox-based) for more information on how to customize Firefox-based browsers (configuring profile, installing extensions, etc.). ### Chromium-based browsers {#chromium-based-browsers}