custom links in footer

dancheg97 3 months ago
parent fe98db342b
commit 595b508037

2
.gitignore vendored

@ -21,7 +21,7 @@ registry/**
!gitea/gitea/public/css/theme-earl-grey.css
!gitea/gitea/options/locale/locale_en-US.ini
!gitea/gitea/options/locale/locale_ru-RU.ini
!gitea/gitea/templates/base/head_navbar.tmpl
!gitea/gitea/templates/custom/extra_links.tmpl
backups/**
portainer/**

@ -13,6 +13,7 @@ services:
- gitea
- drone
- pocketbase
- pacman
gitea:
image: gitea/gitea

@ -3374,3 +3374,8 @@ runs.closed_tab = %d Closed
runs.commit = Commit
runs.pushed_by = Pushed by
[links]
drone = CI-CD
docs = Documentation
dozzle = Logs
kuma = Uptime

@ -2965,3 +2965,8 @@ container.multi_arch=ОС / архитектура
container.labels.key=Ключ
container.labels.value=Значение
[links]
drone = CI-CD
docs = Документация
dozzle = Логи
kuma = Мониторинг

@ -1 +1,4 @@
<a class="item" href="https://drone.dancheg97.ru/">Drone</a>
<a class="item" href="https://drone.dancheg97.ru/">{{.locale.Tr "links.drone"}}</a>
<a class="item" href="https://docs.dancheg97.ru/">{{.locale.Tr "links.docs"}}</a>
<a class="item" href="https://dozzle.dancheg97.ru/">{{.locale.Tr "links.dozzle"}}</a>
<a class="item" href="https://kuma.dancheg97.ru/">{{.locale.Tr "links.kuma"}}</a>

Loading…
Cancel
Save