go-cdn/README.md

15 lines
458 B
Markdown
Raw Permalink Normal View History

2021-07-08 21:30:32 +00:00
# Image CDN - API and Discord Bot
## Install Pre-Compile binary
* Linux amd64
* [Download](https://github.com/MedzikUser/go-cdn/releases) latest version
* Unpack file `tar xzf cdn_{VERSION}_linux_amd64.tar.gz`
* Create an .env and config.yml file and complete according to .env.schema and config.schema.yml
* Add permissions `chmod +rwx cdn.out`
* Run binary `./cdn.out`
2021-07-08 21:30:32 +00:00
## Disable Automatic Updates
* Add Option `-u=false` or `--update=false`