1
0
Fork 0
mirror of https://github.com/MedzikUser/go-cdn synced 2024-08-15 03:19:36 +00:00
go-cdn/README.md
Medzik 87c7dc4f8f Added YML config and More
- Discord Bot: Added YML config and moved bot settings from DB to this file
- Error logs names has been renames
- Discord Bot: Added upload from multi attachments
- Update README, Makefile, go.mod and .gitignore
2021-07-15 14:33:17 +02:00

14 lines
458 B
Markdown

# 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`
## Disable Automatic Updates
* Add Option `-u=false` or `--update=false`