mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update gitea customisation
This commit is contained in:
parent
5849b28443
commit
5f9b58aac1
5 changed files with 58 additions and 2 deletions
0
files/backwesen.de/gitea_files/privacy.html
Normal file
0
files/backwesen.de/gitea_files/privacy.html
Normal file
3
files/backwesen.de/gitea_footer/extra_links_footer.tmpl
Normal file
3
files/backwesen.de/gitea_footer/extra_links_footer.tmpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
<a class="item" href="https://c3woc.de/">Waffeln</a>
|
||||
<a class="item" href="https://c3woc.de/datenschutz/">Datenschutz</a>
|
||||
<a class="item" href="https://c3woc.de/impressum/">Impressum</a>
|
53
files/backwesen.de/gitea_home/home.tmpl
Normal file
53
files/backwesen.de/gitea_home/home.tmpl
Normal file
|
@ -0,0 +1,53 @@
|
|||
{{template "base/head" .}}
|
||||
<div class="page-content home">
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="sixteen wide center aligned centered column">
|
||||
<div>
|
||||
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/>
|
||||
</div>
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
{{AppName}}
|
||||
</h1>
|
||||
<h2>{{.i18n.Tr "startpage.app_desc"}}</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
{{svg "octicon-flame"}} {{.i18n.Tr "startpage.install"}}
|
||||
</h1>
|
||||
<p class="large">
|
||||
{{.i18n.Tr "startpage.install_desc" | Str2html}}
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
{{svg "octicon-device-desktop"}} {{.i18n.Tr "startpage.platform"}}
|
||||
</h1>
|
||||
<p class="large">
|
||||
{{.i18n.Tr "startpage.platform_desc" | Str2html}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
{{svg "octicon-rocket"}} {{.i18n.Tr "startpage.lightweight"}}
|
||||
</h1>
|
||||
<p class="large">
|
||||
{{.i18n.Tr "startpage.lightweight_desc" | Str2html}}
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
{{svg "octicon-code"}} {{.i18n.Tr "startpage.license"}}
|
||||
</h1>
|
||||
<p class="large">
|
||||
{{.i18n.Tr "startpage.license_desc" | Str2html}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
|
@ -179,7 +179,7 @@ gitea_extra_config: |
|
|||
SHOW_FOOTER_VERSION = false
|
||||
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
|
||||
gitea_customize_logo: true
|
||||
|
||||
gitea_customize_footer: true
|
||||
|
||||
# gitea secrets
|
||||
gitea_disable_git_hooks: "{{ _gitea_disable_git_hooks }}"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0fc5aaae7dfa9b6b716448eceb4bd1a145301cd1
|
||||
Subproject commit 90305e94f1ae6e59d4bfe00cbb3f8227d78ec66d
|
Loading…
Reference in a new issue