Update site name + clarifies private instance on home page

This commit is contained in:
Maximilian Kratz 2023-01-29 15:22:02 +01:00
parent 011099db15
commit b9403a4aff
3 changed files with 8 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>This is a private Forgejo instance. Please visit <a href="https://forgejo.org">forgejo.org</a>.</h2>
<h2>This is a private Forgejo instance. Please visit <a href="https://forgejo.org">forgejo.org</a> for more information.</h2>
</div>
</div>
</div>

View File

@ -60,3 +60,9 @@
mode: 0644
loop:
- home.tmpl
- name: Restart docker compose stack
community.docker.docker_compose:
project_src: /srv/docker-compose/forgejo/
build: false
restarted: true

View File

@ -46,6 +46,7 @@ services:
- GITEA__storage__MINIO_USE_SSL=false
- GITEA__server__SSH_PORT={{ forgejo_ssh_port }}
- GITEA__ui__DEFAULT_THEME=forgejo-dark
- GITEA____APP_NAME=Forgejo.dev
restart: unless-stopped
networks:
- forgejo