Change to new domain

This commit is contained in:
2025-12-31 12:01:40 +03:00
committed by Sweetbread
parent 000465079b
commit c806dfff6c
7 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: g.codrs.ru registry: g.lair.moe
username: ${{ vars.DOCKER_USERNAME }} username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
@@ -26,6 +26,6 @@ jobs:
with: with:
context: . context: .
push: ${{ github.event_name == 'push' }} push: ${{ github.event_name == 'push' }}
tags: g.codrs.ru/${{ vars.DOCKER_USERNAME }}/codrs.ru:latest tags: g.lair.moe/${{ vars.DOCKER_USERNAME }}/lair.moe:latest
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
+1 -1
View File
@@ -3,7 +3,7 @@ let
pypkgs = pkgs.python3Packages; pypkgs = pkgs.python3Packages;
in in
pkgs.mkShell { pkgs.mkShell {
name = "codrs.ru"; name = "lair.moe";
buildInputs = with pypkgs; [ buildInputs = with pypkgs; [
python python
+2 -2
View File
@@ -1,13 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Coders Squad</title> <title>Lair</title>
<link rel="stylesheet" href="/static/style/main.css"> <link rel="stylesheet" href="/static/style/main.css">
<link rel="icon" type="image/webp" href="/static/icon/codrs.webp" /> <link rel="icon" type="image/webp" href="/static/icon/codrs.webp" />
<script src="/static/script/copy-mono.js"> </script> <script src="/static/script/copy-mono.js"> </script>
<script <script
src="https://track.codrs.ru/api/script.js" src="https://track.lair.moe/api/script.js"
data-site-id="1" data-site-id="1"
defer defer
></script> ></script>
+3 -3
View File
@@ -1,5 +1,5 @@
<footer> <footer>
<div>codrs.ru &#169; 2025</div> <div>lair.moe &#169; 2025</div>
<div><a href="https://g.codrs.ru/Sweetbread/codrs.ru">{{ _('site source') }}</a></div> <div><a href="https://g.lair.moe/Sweetbread/lair.moe">{{ _('site source') }}</a></div>
<div>{{ _('contact us') }}: <a href="mailto:admin@codrs.ru">admin@codrs.ru</a></div> <div>{{ _('contact us') }}: <a href="mailto:admin@lair.moe">admin@lair.moe</a></div>
</footer> </footer>
+1 -1
View File
@@ -1,6 +1,6 @@
<header> <header>
{%- if request.path != url_for('index') %} {%- if request.path != url_for('index') %}
<a href="{{ url_for('index') }}">Coders Squad</a> <a href="{{ url_for('index') }}">Lair</a>
{%- else %} {%- else %}
<div></div> <div></div>
{%- endif %} {%- endif %}
+14 -14
View File
@@ -2,18 +2,18 @@
{% block title %} {% block title %}
<img src="/static/icon/codrs.webp" class="icon" /> <img src="/static/icon/codrs.webp" class="icon" />
Coders Squad Lair
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<a href="https://b.codrs.ru" target="_blank" class="block"> <a href="https://b.lair.moe" target="_blank" class="block">
<div class="header"> <div class="header">
<img src="/static/icon/service/sharkey.webp" class="icon"/> <img src="/static/icon/service/sharkey.webp" class="icon"/>
<strong>Sharkey</strong> <strong>Sharkey</strong>
</div> </div>
<p>{{ _('index.descr:sharkey') }}</p> <p>{{ _('index.descr:sharkey') }}</p>
</a> </a>
<a href="https://g.codrs.ru" target="_blank" class="block"> <a href="https://g.lair.moe" target="_blank" class="block">
<div class="header"> <div class="header">
<img src="/static/icon/service/gitea.webp" class="icon"/> <img src="/static/icon/service/gitea.webp" class="icon"/>
<strong>Gitea</strong> <strong>Gitea</strong>
@@ -23,16 +23,16 @@
<div class="block"> <div class="block">
<p><a href="https://m.codrs.ru" target="_blank"><strong>Matrix</strong></a> &mdash; {{ _('index.descr:matrix') }}</p> <p><a href="https://m.codrs.ru" target="_blank"><strong>Matrix</strong></a> &mdash; {{ _('index.descr:matrix') }}</p>
<p><a href="https://c.codrs.ru" target="_blank"><strong>Copyparty</strong></a> &mdash; {{ _('index.descr:copyparty') }}</p> <p><a href="https://c.lair.moe" target="_blank"><strong>Copyparty</strong></a> &mdash; {{ _('index.descr:copyparty') }}</p>
<p><a href="https://tools.codrs.ru" target="_blank"><strong>IT-tools</strong></a> &mdash; {{ _('index.descr:tools') }}</p> <p><a href="https://tools.lair.moe" target="_blank"><strong>IT-tools</strong></a> &mdash; {{ _('index.descr:tools') }}</p>
<p><a href="https://vert.codrs.ru" target="_blank"><strong>Vert</strong></a> &mdash; {{ _('index.descr:vert') }}</p> <p><a href="https://vert.lair.moe" target="_blank"><strong>Vert</strong></a> &mdash; {{ _('index.descr:vert') }}</p>
</div> </div>
<div class="block"> <div class="block">
<strong>Альтфронты</strong> <strong>{{ _('index:altfronts') }}</strong>
<p><a href="https://s.codrs.ru" target="_blank"><strong>4get</strong></a> &mdash; {{ _('index.descr:4get') }}</p> <p><a href="https://s.lair.moe" target="_blank"><strong>4get</strong></a> &mdash; {{ _('index.descr:4get') }}</p>
<p><a href="https://tl.codrs.ru" target="_blank"><strong>TransLite</strong></a> &mdash; {{ _('index.descr:tl') }}</p> <p><a href="https://tl.lair.moe" target="_blank"><strong>TransLite</strong></a> &mdash; {{ _('index.descr:tl') }}</p>
<p><a href="https://lyr.codrs.ru" target="_blank"><strong>Intellectual</strong></a> &mdash; {{ _('index.descr:lyr') }}</p> <p><a href="https://lyr.lair.moe" target="_blank"><strong>Intellectual</strong></a> &mdash; {{ _('index.descr:lyr') }}</p>
</div> </div>
<div class="block"> <div class="block">
@@ -40,8 +40,8 @@
<strong>DNS</strong>: <strong>DNS</strong>:
<ul> <ul>
<li><span class="mono">64.188.64.176</span></li> <li><span class="mono">64.188.64.176</span></li>
<li>DoT: <span class="mono">codrs.ru:853</span></li> <li>DoT: <span class="mono">lair.moe:853</span></li>
<li>DoH: <span class="mono">dns.codrs.ru</span></li> <li>DoH: <span class="mono">dns.lair.moe</span></li>
</ul> </ul>
</div> </div>
<p> <p>
@@ -54,8 +54,8 @@
{{ {{
_('index:bottom_text', _('index:bottom_text',
glitchtip='<a href="https://bug.codrs.ru" target="_blank"><strong>GlitchTip</strong></a>', glitchtip='<a href="https://bug.codrs.ru" target="_blank"><strong>GlitchTip</strong></a>',
baikal='<a href="https://dav.codrs.ru" target="_blank"><strong>Baikal</strong></a>', baikal='<a href="https://dav.lair.moe" target="_blank"><strong>Baikal</strong></a>',
freshrss='<a href="https://rss.codrs.ru" target="_blank"><strong>FreshRSS</strong></a>', freshrss='<a href="https://rss.lair.moe" target="_blank"><strong>FreshRSS</strong></a>',
) | safe ) | safe
}} }}
</div> </div>
+5 -5
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="/static/style/risdeveau.css"> <link rel="stylesheet" href="/static/style/risdeveau.css">
<link rel="icon" type="image/webp" href="/static/icon/us/risdeveau.webp" /> <link rel="icon" type="image/webp" href="/static/icon/us/risdeveau.webp" />
<script <script
src="https://track.codrs.ru/api/script.js" src="https://track.lair.moe/api/script.js"
data-site-id="1" data-site-id="1"
defer defer
></script> ></script>
@@ -15,13 +15,13 @@
</head> </head>
<body> <body>
<header> <header>
<a href="{{ url_for('index') }}">Coders Squad</a> <a href="{{ url_for('index') }}">Lair</a>
</header> </header>
<main> <main>
<h3>Development</h3> <h3>Development</h3>
<div class="blocks badges"> <div class="blocks badges">
<a class="block" href="//g.codrs.ru/Sweetbread"> <a class="block" href="//g.lair.moe/Sweetbread">
<img class="icon" src="/static/icon/service/gitea.webp" /> <img class="icon" src="/static/icon/service/gitea.webp" />
Gitea Gitea
</a> </a>
@@ -41,7 +41,7 @@
<img class="icon" src="https://matrix.org/assets/favicon.ico" /> <img class="icon" src="https://matrix.org/assets/favicon.ico" />
Matrix Matrix
</a> </a>
<a class="block" href="//b.codrs.ru/@risdeveau"> <a class="block" href="//b.lair.moe/@risdeveau">
<img class="icon" src="/static/icon/service/sharkey.webp" /> <img class="icon" src="/static/icon/service/sharkey.webp" />
Fediverse Fediverse
</a> </a>
@@ -49,7 +49,7 @@
<img class="icon" src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d80db9971f10a9757c99_Symbol.svg" /> <img class="icon" src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d80db9971f10a9757c99_Symbol.svg" />
Discord Discord
</a> </a>
<a class="block" href="mailto:risdeveau@codrs.ru"> <a class="block" href="mailto:risdeveau@lair.moe">
Mail Mail
</a> </a>
</div> </div>