omit .env

This commit is contained in:
iceBear67
2026-07-05 14:29:28 +08:00
parent fdc5c58af4
commit a776332689
2 changed files with 1 additions and 31 deletions

31
.env
View File

@@ -1,31 +0,0 @@
#:CONFIGURATION FILE FOR BEARCLOUD
#:WARNING: DO NOT EDIT FILEPATH COMMENTS WITHOUT CONSENT OF substitution.sh
# /etc/hostname
CLOUD_HOSTNAME=localhost
# /etc/network/interfaces
CLOUD_GATEWAY_ADDRESS=10.0.0.119
# /root/.ssh/authorized_keys
HOST_SSH_PUBLIC_KEY=ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN6GbswtvLbhmju/vBunpfPaqpcIuESJSLoR+Sz0ujTs cardno:F1D0_013135A1
# /etc/ssh/sshd_config.d/09-adjust-ssh-port.conf
HOST_SSH_PORT=2222
# /daemon/config.yaml
BUBBLE_SSH_PORT=22
# /etc/init.d/auth-server
BUBBLE_AUTH_ORG=cloud
BUBBLE_AUTH_TEAM=workspace
BUBBLE_AUTH_GITEA_URL=https://git.sfclub.cc
# /etc/conf.d/auth-server
BUBBLE_AUTH_GITEA_KEY=sk-xxxxxxxx
# /usr/bin/tsdns
TS_AUTHKEY=
HOMELAB_TLD=ice
HOMELAB_ZONE=cloud
ADVERTISE_ROUTE=10.1.0.0/24
TSDNS_SUBNET=10.1.0.0/24

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
image/*.raw
*.raw
secret/*
.env