docs: fix template placeholders [skip ci]

This commit is contained in:
Gitea Bot
2026-02-09 15:18:44 +00:00
parent a1472de85c
commit 1a6dc197a3
3 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
Copyright 2026 {{.OwnerName}} Copyright 2026 pi-farm
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,7 +1,7 @@
# {{.RepoName}} # test2
![Build Status](https://git.pi-farm.de/{{.OwnerName}}/{{.RepoName}}/actions/workflows/docker-builder.yml/badge.svg) ![Build Status](https://git.pi-farm.de/pi-farm/test2/actions/workflows/docker-builder.yml/badge.svg)
## Projekt-Details ## Projekt-Details
* **Besitzer:** {{.OwnerName}} * **Besitzer:** pi-farm
* **Repository:** {{.RepoName}} * **Repository:** test2

View File

@@ -1,7 +1,7 @@
services: services:
{{.RepoName}}: test2:
image: git.pi-farm.de/{{.OwnerName}}/{{.RepoName}}:{{.BranchName}} image: git.pi-farm.de/pi-farm/test2:main
container_name: {{.RepoName}} container_name: test2
volumes: volumes:
- ./config:/config - ./config:/config
- ./data:/app - ./data:/app