Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruin0x11/elochat
Replacement chat server for Elona
https://github.com/ruin0x11/elochat
elona
Last synced: 15 days ago
JSON representation
Replacement chat server for Elona
- Host: GitHub
- URL: https://github.com/ruin0x11/elochat
- Owner: Ruin0x11
- Created: 2019-05-08T07:07:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T15:10:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T11:12:18.256Z (2 months ago)
- Topics: elona
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elochat
Replacement chat server for Elona and its variants. Includes Discord webhook support.
Currently hosted at `elochat.yeek.agency`.
## Usage
Set the `serverList` option in `config.txt` to `1`, then create a file named `server.txt` with these contents:
```
elochat.yeek.agency%elochat.yeek.agency%
```## Deployment
```
bundle exec rake db:reseed
bundle exec rackup -o 0.0.0.0 -p 9292 -s webrick -E development -d -w
```See `elochat.service` for additional configuration options.
## Notes
When adding a DNS record pointing to the server, you have to prepend `www.` to the beginning of the host because of a backward compatibility issue (the original code prepends it to the configured server name). So `elochat.ruin.xyz` would become `www.elochat.ruin.xyz`.