+ {{AppName}} +
+Git with a cup of tea
++ {{svg "octicon-mark-github"}} Welcome to Pivoine Git +
++ A painless self-hosted Git service for development and collaboration. +
+ {{if not .IsSigned}} + + {{end}} +diff --git a/dev/compose.yaml b/dev/compose.yaml index 80f7848..318c92e 100644 --- a/dev/compose.yaml +++ b/dev/compose.yaml @@ -14,6 +14,7 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - ./public:/data/gitea/public:ro + - ./templates:/data/gitea/templates:ro environment: TZ: ${TIMEZONE:-Europe/Berlin} USER_UID: 1000 @@ -37,7 +38,7 @@ services: GITEA__mailer__SMTP_PORT: 1025 GITEA__mailer__FROM: ${EMAIL_FROM} GITEA__service__DISABLE_REGISTRATION: false - GITEA__service__REQUIRE_SIGNIN_VIEW: true + GITEA__service__REQUIRE_SIGNIN_VIEW: false GITEA__packages__ENABLED: true GITEA__actions__ENABLED: true GITEA__ui__THEMES: gitea-auto,gitea-light,gitea-dark,arc-green,edge-auto,edge-dark,edge-light,everforest-auto,everforest-dark,everforest-light,gruvbox-auto,gruvbox-dark,gruvbox-light,gruvbox-material-auto,gruvbox-material-dark,gruvbox-material-light,nord,palenight,soft-era,sonokai,sonokai-andromeda,sonokai-atlantis,sonokai-espresso,sonokai-maia,sonokai-shusia diff --git a/dev/templates/home.tmpl b/dev/templates/home.tmpl new file mode 100644 index 0000000..bbec4fb --- /dev/null +++ b/dev/templates/home.tmpl @@ -0,0 +1,32 @@ +{{template "base/head" .}} +
+ A painless self-hosted Git service for development and collaboration. +
+ {{if not .IsSigned}} + + {{end}} +