Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Verify the utility user belongs to a dedicated user
Browse files Browse the repository at this point in the history
Fixes #252
  • Loading branch information
turt2live committed Mar 21, 2019
1 parent 2ff5fa4 commit 968fb18
Show file tree
Hide file tree
Showing 7 changed files with 323 additions and 63 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.awcache/
dimension.bot.json
.idea/
node_modules/
web-dist/
Expand Down
5 changes: 4 additions & 1 deletion config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ widgetBlacklist:
- 192.168.0.0/16
- 127.0.0.0/8

# Where the database for Dimension is
database:
# Where the database for Dimension is
file: "dimension.db"

# Where to store misc information for the utility bot account.
botData: "dimension.bot.json"

# Display settings that apply to self-hosted go-neb instances
goneb:
# The avatars to set for each bot. Usually these don't need to be changed, however if your homeserver
Expand Down
Loading

0 comments on commit 968fb18

Please sign in to comment.