You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- gitea_http_addr: 127.0.0.1
- gitea_http_port: 3000
-
- gitea_download_version: 1.5.1
- gitea_download_url: https://dl.gitea.io/gitea/{{gitea_download_version}}/gitea-{{gitea_download_version}}-linux-amd64
- #gitea_download_url: https://github.com/go-gitea/gitea/releases/download/v{{gitea_download_version}}/gitea-{{gitea_download_version}}-linux-amd64
- gitea_download_checksum: sha256:ae4f43f73acbd0b61fbca78385a017d7aaed6f7d50f2bff5c3f057acfb46c71a
-
- gitea_admin_username: testadmin
- gitea_admin_password: testadmin
- gitea_admin_email: admin@example.com
|