Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config.riot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.ocf.berkeley.edu",
"server_name": "matrix.ocf.berkeley.edu"
"server_name": "ocf.berkeley.edu"
},
"m.identity_server": {
"base_url": "https://vector.im"
Expand Down Expand Up @@ -35,11 +35,11 @@
"default_theme": "dark",
"roomDirectory": {
"servers": [
"matrix.ocf.berkeley.edu",
"ocf.berkeley.edu",
"matrix.org"
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false
}
}
}
6 changes: 3 additions & 3 deletions homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# e.g. matrix.org, localhost:8080, etc.
# This is also the last part of your UserID.
#
server_name: "matrix.ocf.berkeley.edu"
server_name: "ocf.berkeley.edu"

# When running as a daemon, the file to store the pid in
#
Expand Down Expand Up @@ -570,7 +570,7 @@ database:
# A yaml python logging config file as described by
# https://docs.python.org/3.7/library/logging.config.html#configuration-dictionary-schema
#
log_config: "/data/matrix.ocf.berkeley.edu.log.config"
log_config: "/data/ocf.berkeley.edu.log.config"


## Ratelimiting ##
Expand Down Expand Up @@ -1121,7 +1121,7 @@ form_secret: "loG32N*yCgr;Pp.Ih1l_fuw#G:0ii@D8J0cuPbed#-o25:sKLX"

# Path to the signing key to sign messages with
#
signing_key_path: "/data/matrix.ocf.berkeley.edu.signing.key"
signing_key_path: "/data/ocf.berkeley.edu.signing.key"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if changing this might break

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to break it, switching the homeserver name requires a key + database reset or other servers will get confused.


# The keys that the server used to sign messages with but won't use
# to sign new messages.
Expand Down