Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erisa/element.awau.uk
Element on Cloudflare Pages
https://github.com/erisa/element.awau.uk
cloudflare cloudflare-pages
Last synced: 3 months ago
JSON representation
Element on Cloudflare Pages
- Host: GitHub
- URL: https://github.com/erisa/element.awau.uk
- Owner: Erisa
- Created: 2022-02-23T23:59:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T12:16:23.000Z (3 months ago)
- Last Synced: 2024-10-25T10:42:56.513Z (3 months ago)
- Topics: cloudflare, cloudflare-pages
- Language: HTML
- Homepage: https://element.awau.uk
- Size: 94.7 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# element.awau.uk
This project demonstrates how to host [element-web](https://github.com/vector-im/element-web) on [Cloudflare Pages](https://pages.cloudflare.com/).
## Usage
- Edit `config/config.json` to fit needs.
- Create Cloudflare Pages project with repo.
- Set build command as `./build.sh` and output dir as `out`
- Build and win.## Upgrading
- Change `ELEMENT_VERSION` in `build.sh`
- Commit the changes.