Skip to content

Commit

Permalink
Dev (#54)
Browse files Browse the repository at this point in the history
* Cleanup of old code artifacts

* Overhauled preview system, major changes to CSS

* Version increment
  • Loading branch information
WR4F authored Jul 19, 2021
1 parent e036953 commit 06ef273
Show file tree
Hide file tree
Showing 33 changed files with 1,542 additions and 1,505 deletions.
17 changes: 7 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
SECRET_SALT="dummy text"

# Default chatroom settings
DEFAULT_THEME="dark"
DEFAULT_ROOM="hallway"
DEFAULT_INLINE_PREVIEW=true

# Port configuration
HTTP_PORT=80
HTTPS_PORT=443

# Set your privkey and server cert here (don't confuse this with your CSR)
ENCRYPTION_HTTPS_PRIV_KEY=
ENCRYPTION_HTTPS_CERT=

# Server listening port
ROOMS="Hallway,Español,Français,Deutsche,中文,हिन्दी,TheBackrooms"
DEFAULT_THEME=light
DEFAULT_INLINE_PREVIEW=true

ADDRESS=0.0.0.0
HTTP_PORT=80
HTTPS_PORT=443
USE_HTTPS=false
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ TODO

# next.js build output
.next

# keys and certs for https
*.key
*.crt
*.csr
*.pem
44 changes: 0 additions & 44 deletions ChatCrypto.js

This file was deleted.

57 changes: 0 additions & 57 deletions app.js

This file was deleted.

118 changes: 0 additions & 118 deletions bin/www.js

This file was deleted.

63 changes: 0 additions & 63 deletions classes/Config.js

This file was deleted.

Loading

0 comments on commit 06ef273

Please sign in to comment.