https://github.com/redsolver/skychat-server
https://github.com/redsolver/skychat-server
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redsolver/skychat-server
- Owner: redsolver
- Created: 2021-08-04T15:16:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T21:36:02.000Z (over 4 years ago)
- Last Synced: 2025-01-26T11:11:12.126Z (about 1 year ago)
- Language: Dart
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SkyChat Server
## Deploy on Akash
Use the following Akash configuration:
**Important: Change `ROOT_KEY` to a secure random value, for example generated by your password manager!**
```yaml
---
version: "2.0"
services:
skychat-server:
image: ghcr.io/redsolver/skychat-server:0.2.3
env:
- ROOT_KEY=root_key_CHANGE_ME_TO_A_SECURE_RANDOM_VALUE
- CHANNELS=general,info,random
- PORTAL=siasky.net
expose:
- port: 8080
as: 8080
to:
- global: true
profiles:
compute:
skychat-server:
resources:
cpu:
units: 0.1
memory:
size: 512Mi
storage:
size: 256Mi
placement:
westcoast:
attributes:
host: akash
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
pricing:
skychat-server:
denom: uakt
amount: 1000
deployment:
skychat-server:
westcoast:
profile: skychat-server
count: 1
```