initial commit

This commit is contained in:
2026-03-25 01:05:29 +08:00
commit 0c3c9f73d8
6 changed files with 159 additions and 0 deletions

12
.env.sample Normal file
View File

@@ -0,0 +1,12 @@
# Domain name for your OneDev instance
DOMAIN=git.yourdomain.com
# Email for Let's Encrypt certificate recovery.
# LEAVE BLANK if you do not want HTTPS/SSL and just want plain HTTP.
EMAIL=
# OneDev version tag
ONEDEV_VERSION=latest
# Port exposed to the host for Git SSH connections
SSH_PORT=6611