Added example/dropin replacements for .env.example

Fixed the issue with PlainText (Complete Anon) posting
Need to fix device sign on issues.
Need to make it so that the non-signed in devices can only see their equalivant level of posts. (i.e. plaintext, public-encrypted, private-encrypted)
This commit is contained in:
2025-08-22 22:59:05 -04:00
parent 6a274f4259
commit d87e9322b5
10 changed files with 1239 additions and 1410 deletions

View File

@@ -0,0 +1,7 @@
CF_TUNNEL_TOKEN=YOUR_CF_TUNNEL_TOKEN_HERE
GC_DISCORD_CLIENT_ID=YOUR_DISCORD_CLIENT_ID_HERE
GC_DISCORD_CLIENT_SECRET=YOUR_DISCORD_CLIENT_SECRET_HERE
GC_DISCORD_REDIRECT_URI=YOUR_DISCORD_REDIRECT_URI_HERE
GC_SIGNING_SECRET_HEX=YOUR_SIGNING_SECRET_HEXKEY_HERE
GC_ALLOW_ANON_PLAINTEXT=true # Enable PlainText
GC_DEV_ALLOW_UNAUTH=true # False when public