mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
temporarily disable waterfox build due to Cloudflare blocked download link.
This commit is contained in:
parent
73e61de52e
commit
11cef143a3
4 changed files with 11 additions and 4 deletions
3
.github/workflows/dockerhub.yml
vendored
3
.github/workflows/dockerhub.yml
vendored
|
@ -80,7 +80,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
tag:
|
tag:
|
||||||
- firefox
|
- firefox
|
||||||
- waterfox
|
# Temporarily disabled due to Cloudflare blocked download link
|
||||||
|
#- waterfox
|
||||||
- chromium
|
- chromium
|
||||||
- google-chrome
|
- google-chrome
|
||||||
- ungoogled-chromium
|
- ungoogled-chromium
|
||||||
|
|
5
.github/workflows/ghcr.yml
vendored
5
.github/workflows/ghcr.yml
vendored
|
@ -24,8 +24,9 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- name: firefox
|
- name: firefox
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
- name: waterfox
|
# Temporarily disabled due to Cloudflare blocked download link
|
||||||
platforms: linux/amd64
|
#- name: waterfox
|
||||||
|
# platforms: linux/amd64
|
||||||
- name: chromium
|
- name: chromium
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
- name: google-chrome
|
- name: google-chrome
|
||||||
|
|
3
.github/workflows/ghcr_intel.yml
vendored
3
.github/workflows/ghcr_intel.yml
vendored
|
@ -25,7 +25,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: firefox
|
- name: firefox
|
||||||
- name: waterfox
|
# Temporarily disabled due to Cloudflare blocked download link
|
||||||
|
#- name: waterfox
|
||||||
- name: chromium
|
- name: chromium
|
||||||
- name: google-chrome
|
- name: google-chrome
|
||||||
- name: ungoogled-chromium
|
- name: ungoogled-chromium
|
||||||
|
|
|
@ -75,6 +75,10 @@ In comparison to Chromium-based browsers, Firefox-based browsers do not require
|
||||||
| <AppIcon id="tor-browser" /> | [Tor Browser](https://www.torproject.org/) <br /> A browser designed to access the Tor network for enhanced privacy. | [`ghcr.io/m1k1o/neko/tor-browser`](https://ghcr.io/m1k1o/neko/tor-browser) |
|
| <AppIcon id="tor-browser" /> | [Tor Browser](https://www.torproject.org/) <br /> A browser designed to access the Tor network for enhanced privacy. | [`ghcr.io/m1k1o/neko/tor-browser`](https://ghcr.io/m1k1o/neko/tor-browser) |
|
||||||
| <AppIcon id="waterfox" /> | [Waterfox](https://www.waterfox.net/) <br /> A privacy-focused browser based on Firefox. | [`ghcr.io/m1k1o/neko/waterfox`](https://ghcr.io/m1k1o/neko/waterfox) |
|
| <AppIcon id="waterfox" /> | [Waterfox](https://www.waterfox.net/) <br /> 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.).
|
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}
|
### Chromium-based browsers {#chromium-based-browsers}
|
||||||
|
|
Loading…
Add table
Reference in a new issue