configs
www
config.php
index.php
pr.php
.env-example
.gitignore
Dockerfile
docker-compose.yml
start.sh
10 lines
89 B
PHP
10 lines
89 B
PHP
<?php
|
|
?>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<h2>hi</h2>
|
|
This is gitea_webhooks.
|
|
</body>
|
|
</html>
|