Skip to content

Commit

Permalink
Update: ladies and gentlemen, huecker is still running
Browse files Browse the repository at this point in the history
  • Loading branch information
altfoxie committed Jun 11, 2024
1 parent 52d4996 commit 77baea9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .vitepress/theme/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { useData } from "vitepress";
const data = useData();
const textByLang = {
ru: `<b>Поддержка проекта прекращается</b> ->`,
en: `<b>Project is sunsetting</b> ->`,
ru: `<b>Docker Hub снова доступен в России</b> ->`,
en: `<b>Docker Hub is available in Russia again</b> ->`,
};
</script>

Expand Down Expand Up @@ -54,7 +54,7 @@ const textByLang = {
}
.banner:hover .lines {
background: var(--vp-c-danger-3);
background: var(--vp-c-brand-1);
}
.lines::before {
Expand All @@ -66,8 +66,8 @@ const textByLang = {
bottom: 0;
background: linear-gradient(
to right,
var(--vp-c-danger-3) 0%,
var(--vp-c-danger-3) 49%,
var(--vp-c-brand-1) 0%,
var(--vp-c-brand-1) 49%,
transparent 50%,
transparent 50%
);
Expand Down
1 change: 0 additions & 1 deletion .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { h } from "vue";
import type { Theme } from "vitepress";
import DefaultTheme from "vitepress/theme";
import "./Banner.vue";
import "./style.css";
import Banner from "./Banner.vue";

Expand Down
7 changes: 5 additions & 2 deletions src/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ hero:
alt: Huecker
actions:
- theme: brand
text: Docker Hub unbanned
link: /en/use#unbanned
text: How to Use
link: /en/use#socks5
- theme: alt
text: Reasons
link: /en/reasons
- theme: alt
text: Support
link: /en/support
Expand Down
9 changes: 2 additions & 7 deletions src/en/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

**We won! Docker Hub is available again in Russia.**

Support for huecker.io will continue until **June 14, 2024, 15:00 UTC**.
After that time, we will begin shutting down the circumvention services. Documentation will remain available for historical purposes.

It has been an incredible experience, and we thank everyone who supported us during the short lifespan of the project.

> _so long and thanks for all the fish_
Using proxies or mirrors is no longer required. We recommend removing them from the Docker configuration.

## 1. SOCKS5 Proxy {#socks5}

Expand Down Expand Up @@ -44,7 +39,7 @@ Additionally, SSL certificate verification is performed, reducing the risk **to
<!-- thanks @krant0r for 443 -->

> IP: `95.217.168.125`, ports: `1080`, `443`
> IP: `95.217.168.125`, ports: `1080`, `443`
> We recommend using a domain name, the IP address is not guaranteed to be constant.
**Restart Docker (systemd)**
Expand Down
7 changes: 5 additions & 2 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ hero:
alt: Хуёкер
actions:
- theme: brand
text: Docker Hub разблокирован
link: /use#unbanned
text: Как использовать
link: /use#socks5
- theme: alt
text: Зачем это нужно
link: /reasons
- theme: alt
text: Поддержать
link: /support
Expand Down
9 changes: 2 additions & 7 deletions src/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

**Мы победили! Docker Hub снова доступен в России.**

Поддержка huecker.io будет продолжаться до **14 июня 2024 года 15:00 UTC**.
После этого времени, мы начнём отключать сервисы обхода блокировки. Документация останется доступной в исторических целях.

Это был невероятный опыт, и мы благодарим всех, кто поддерживал нас в течение короткого срока работы проекта.

> _so long and thanks for all the fish_
Использование прокси и зеркал больше не требуется. Рекомендуем удалить их из конфигурации Docker.

## 1. SOCKS5 прокси {#socks5}

Expand Down Expand Up @@ -44,7 +39,7 @@
<!-- thanks @krant0r for 443 -->

> IP: `95.217.168.125`, порты: `1080`, `443`
> IP: `95.217.168.125`, порты: `1080`, `443`
> Рекомендуем использовать доменное имя, постоянство IP не гарантируется.
**Перезапуск Docker (systemd)**
Expand Down

0 comments on commit 77baea9

Please sign in to comment.