An open API service indexing awesome lists of open source software.

https://github.com/redsolver/skychat-server


https://github.com/redsolver/skychat-server

Last synced: 12 months ago
JSON representation

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
```