mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-29 10:10:06 +00:00
SMP server image for DigitalOcean
How to build an image
- Create an API token in vendor account in DigitalOcean.
- Install packer downloading binary or with brew (on Mac):
brew tap hashicorp/tap
brew install hashicorp/tap/packer
- Run
packer buildin thesmp-server-digitalocean-dropletrepository:
cd ./scripts/smp-server-digitalocean-droplet
DIGITALOCEAN_TOKEN=$YOUR_TOKEN packer build -on-error=ask -color=false ./marketplace-image.json
TODO (see Linode script)
- Increase file descriptors limit
- Configure Restart for systemd service