Update dummy-secrets
This commit is contained in:
@@ -1,10 +1,142 @@
|
||||
{ "nextcloud": {
|
||||
"password": "password",
|
||||
"mariadb-root-password": "root-password",
|
||||
"mariadb-password": "password",
|
||||
"host": "nextcloud.example.com"
|
||||
"password": "cute-lil-default-password",
|
||||
"mariadb-root-password": "cute-lil-default-password",
|
||||
"mariadb-password": "cute-lil-default-password",
|
||||
"host": "nextcloud.enter-domain-here.com"
|
||||
},
|
||||
"mesite": {
|
||||
"host": "enter-domain-here.com",
|
||||
"registry-base": "harbor.enter-domain-here.com",
|
||||
"registry-namespace": "registry-namespace"
|
||||
},
|
||||
"gitea": {
|
||||
"host": "gitea.enter-domain-here.com",
|
||||
"GITEA__service__DISABLE_REGISTRATION": false,
|
||||
"GITEA__server__START_SSH_SERVER": true,
|
||||
"GITEA__server__SSH_PORT": 22,
|
||||
"GITEA__server__SSH_LISTEN_PORT": 2222,
|
||||
"GITEA__server__SSH_DOMAIN": "gitea.enter-domain-here.com",
|
||||
"repo": "docker.io/gitea"
|
||||
|
||||
},
|
||||
"act-runner": {
|
||||
"GITEA_INSTANCE_URL": "https://gitea.enter-domain-here.com",
|
||||
"GITEA_RUNNER_REGISTRATION_TOKEN": "REGISTRATION_TOKEN_HERE",
|
||||
"GITEA_RUNNER_NAME": "Funky Sauce Runner",
|
||||
"GITEA_RUNNER_LABELS": "my-host-runner:host,ubuntu-latest:host",
|
||||
"GITEA_RUNNER_EPHEMERAL": 1,
|
||||
"repo": "docker.io/gitea"
|
||||
},
|
||||
"dns": {
|
||||
"service-sub-domain": "cloudflare-domain-zoneid"
|
||||
"nextcloud": "ZONE_ID_HERE",
|
||||
"productive": "ZONE_ID_HERE",
|
||||
"harbor": "ZONE_ID_HERE",
|
||||
"test-dnd": "ZONE_ID_HERE",
|
||||
"gitea": "ZONE_ID_HERE",
|
||||
"@": "ZONE_ID_HERE"
|
||||
},
|
||||
"superproductivity": {
|
||||
"host": "productive.enter-domain-here.com",
|
||||
"WEBDAV_BASE_URL": "https://nextcloud.enter-domain-here.com/remote.php/dav/files/your-name",
|
||||
"WEBDAV_SYNC_FOLDER_PATH": "-/",
|
||||
"SYNC_INTERVAL": "-15",
|
||||
"IS_COMPRESSION_ENABLED": "-true",
|
||||
"IS_ENCRYPTION_ENABLED": "-true"
|
||||
},
|
||||
"foundry": {
|
||||
"host": "dnd.enter-domain-here.com",
|
||||
"FOUNDRY_USERNAME": "username",
|
||||
"FOUNDRY_PASSWORD": "password",
|
||||
"registry-base": "harbor.enter-domain-here.com",
|
||||
"registry-namespace": "registry-namespace"
|
||||
},
|
||||
"traefik": {
|
||||
"domains": ["enter-domain-here.com", "enter-domain-here.com", "enter-domain-here.com", "enter-domain-here.com"],
|
||||
"email": "your-name@enter-domain-here.com",
|
||||
"repo": "https://traefik.github.io/charts",
|
||||
"chart": "traefik"
|
||||
},
|
||||
"cert-manager": {
|
||||
"domains": ["enter-domain-here.com", "enter-domain-here.com", "enter-domain-here.com", "enter-domain-here.com"],
|
||||
"token": "DNS_PROVIDER_API_TOKEN",
|
||||
"email": "your-name@enter-domain-here.com",
|
||||
"secret-name": "api-token-secret"
|
||||
},
|
||||
"harbor": {
|
||||
"host": "harbor.enter-domain-here.com",
|
||||
"secret-key": "secret-key-here",
|
||||
"username": "admin",
|
||||
"password": "cute-lil-default-password",
|
||||
"redis-username": "redis-user",
|
||||
"redis-password": "cute-lil-default-password",
|
||||
"REGISTRY_PASSWD": "cute-lil-default-password",
|
||||
"REGISTRY_HTPASSWD": "cute-lil-default-password",
|
||||
"htpasswd-string": "admin:cute-lil-encoded-default-password",
|
||||
"harbor-secrets": "harbor-secrets-k8-resource-name",
|
||||
"registry-secret": "16charsecrethere",
|
||||
"jobservice-secret": "16charsecrethere",
|
||||
"core-secret": "16charsecrethere",
|
||||
"core-xrsf-key": "core-xrsf-key",
|
||||
"core-token-key": "entire-rsa-key-here-with-line-breaks-stubbed-in-like-the-following\n",
|
||||
"core-token-cert": "entire-cert-here-with-line-breaks-stubbed-in-like-the-following\n",
|
||||
"admin-password": "cute-lil-default-password",
|
||||
"db-password": "cute-lil-default-password",
|
||||
"s3-access-key": "s3-access-key",
|
||||
"s3-secret-key": "s3-secret-key",
|
||||
"bucket": "your-s3-bucket-name",
|
||||
"region": "us-east-1",
|
||||
"repo": "https://helm.goharbor.io",
|
||||
"region-endpoint": "http://wasabi-proxy.wasabi-proxy.svc.cluster.local"
|
||||
},
|
||||
"matrix-media-repo": {
|
||||
"host": "",
|
||||
"repo": "docker.io/turt2live"
|
||||
},
|
||||
"element-call": {
|
||||
"host": "element-call.enter-domain-here.com",
|
||||
"repo": "ghcr.io/element-hq"
|
||||
},
|
||||
"cinny": {
|
||||
"host": "cinny.enter-domain-here.com",
|
||||
"repo": "harbor.enter-domain-here.com/apps"
|
||||
},
|
||||
"element": {
|
||||
"host": "element.enter-domain-here.com",
|
||||
"repo": "vectorim/element-web:latest"
|
||||
},
|
||||
"mautrix-discord": {
|
||||
"repo": "dock.mau.dev/mautrix"
|
||||
},
|
||||
"livekit-server": {
|
||||
"repo": "docker.io/livekit"
|
||||
},
|
||||
"livekit-jwt": {
|
||||
"host": "livekit.enter-domain-here.com",
|
||||
"LIVEKit_SECRET": "LIVEKIT_SECRET_KEY_HERE",
|
||||
"LIVEKIT_URL": "https://livekit.enter-domain-here.com/livekit/sfu",
|
||||
"LIVEKIT_KEY": "devkey",
|
||||
"repo": "ghcr.io/element-hq"
|
||||
},
|
||||
"tuwunel": {
|
||||
"repo": "ghcr.io/matrix-construct",
|
||||
"host": "enter-domain-here.com",
|
||||
"CONDUWUIT_SERVER_NAME": "enter-domain-here.com",
|
||||
"CONDUWUIT_DATABASE_PATH": "/var/lib/conduwuit",
|
||||
"CONDUWUIT_PORT": 6167,
|
||||
"CONDUWUIT_MAX_REQUEST_SIZE": 20000000,
|
||||
"CONDUWUIT_REGISTRATION_TOKEN": "REGISTRATION_TOKEN",
|
||||
"CONDUWUIT_YES_I_AM_VERY_VERY_SURE_I_WANT_AN_OPEN_REGISTRATION_SERVER_PRONE_TO_ABUSE": false,
|
||||
"CONDUWUIT_ALLOW_FEDERATION": true,
|
||||
"CONDUWUIT_ALLOW_CHECK_FOR_UPDATES": true,
|
||||
"CONDUWUIT_TRUSTED_SERVERS": ["matrix.org"],
|
||||
"CONDUWUIT_TURN_URIS": ["turn:enter-domain-here.com?transport=udp", "turn:enter-domain-here.com?transport=tcp"],
|
||||
"CONDUWUIT_ADDRESS": "0.0.0.0",
|
||||
"CONDUWUIT_URL_PREVIEW_DOMAIN_EXPLICIT_ALLOWLIST": ["www.reddit.com", "www.youtube.com"],
|
||||
"CONDUWUIT_ALLOW_LEGACY_MEDIA": true,
|
||||
"CONDUWUIT_NEW_USER_DISPLAYNAME_SUFFIX": ""
|
||||
},
|
||||
"coturn": {
|
||||
"repo": "docker.io/coturn",
|
||||
"host": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user